Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dbsd_init.c1272 extern bool IOGetBootUUID(char *);
1294 if (IOGetBootUUID(maybe_uuid_string)) { in get_preboot_uuid()
H A Dkern_sysctl.c2842 extern bool IOGetBootUUID(char *);
2863 if (IOGetBootUUID(uuid_string)) {
2965 if (IOGetBootUUID(uuid_string)) {
/xnu-10063.141.1/iokit/bsddev/
H A DIOKitBSDInit.cpp422 IOGetBootUUID(char *uuid) in IOGetBootUUID() function