Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dbsd_init.c1202 extern bool IOGetApfsPrebootUUID(char *);
1216 if (IOGetApfsPrebootUUID(maybe_uuid_string)) { in get_preboot_uuid()
H A Dkern_sysctl.c2633 extern bool IOGetApfsPrebootUUID(char *);
2643 if (IOGetApfsPrebootUUID(uuid_string)) { in sysctl_apfsprebootuuid()
2665 if (IOGetApfsPrebootUUID(uuid_string)) { in sysctl_targetsystemvolgroupuuid()
/xnu-8019.80.24/iokit/bsddev/
H A DIOKitBSDInit.cpp435 IOGetApfsPrebootUUID(char *uuid) in IOGetApfsPrebootUUID() function