Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dbsd_init.c1283 extern bool IOGetBootUUID(char *);
1305 if (IOGetBootUUID(maybe_uuid_string)) { in get_preboot_uuid()
H A Dkern_sysctl.c2951 extern bool IOGetBootUUID(char *);
2972 if (IOGetBootUUID(uuid_string)) {
3074 if (IOGetBootUUID(uuid_string)) {
/xnu-12377.1.9/iokit/bsddev/
H A DIOKitBSDInit.cpp428 IOGetBootUUID(char *uuid) in IOGetBootUUID() function