Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/ !
H A Dbsd_init.c1247 extern bool IOGetBootUUID(char *);
1269 if (IOGetBootUUID(maybe_uuid_string)) { in get_preboot_uuid()
H A Dkern_sysctl.c2799 extern bool IOGetBootUUID(char *);
2820 if (IOGetBootUUID(uuid_string)) { in sysctl_bootuuid()
2922 if (IOGetBootUUID(uuid_string)) { in sysctl_bootobjectspath()
/xnu-8796.121.2/iokit/bsddev/ !
H A DIOKitBSDInit.cpp409 IOGetBootUUID(char *uuid) in IOGetBootUUID() function