Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dbsd_init.c1198 extern bool IOGetBootUUID(char *);
1220 if (IOGetBootUUID(maybe_uuid_string)) { in get_preboot_uuid()
H A Dkern_sysctl.c2598 extern bool IOGetBootUUID(char *);
2619 if (IOGetBootUUID(uuid_string)) { in sysctl_bootuuid()
/xnu-8020.140.41/iokit/bsddev/
H A DIOKitBSDInit.cpp407 IOGetBootUUID(char *uuid) in IOGetBootUUID() function