Home
last modified time | relevance | path

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

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