Home
last modified time | relevance | path

Searched refs:OSKextGetUUIDForName (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/libkern/
H A DOSKextLibPrivate.h1012 extern int OSKextGetUUIDForName(const char *, uuid_t);
/xnu-11215/bsd/kern/
H A Dchunklist.c598 err = OSKextGetUUIDForName(libkern_bundle, live_uuid); in authenticate_libkern_uuid()
/xnu-11215/libkern/c++/
H A DOSKext.cpp16825 OSKextGetUUIDForName(const char *name, uuid_t uuid) function