Home
last modified time | relevance | path

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

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