Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dbsd_init.c1284 extern bool IOGetApfsPrebootUUID(char *);
1296 if (IOGetApfsPrebootUUID(maybe_uuid_string)) { in get_preboot_uuid()
H A Dkern_sysctl.c2989 extern bool IOGetApfsPrebootUUID(char *);
2999 if (IOGetApfsPrebootUUID(uuid_string)) {
3021 if (IOGetApfsPrebootUUID(uuid_string)) {
/xnu-12377.1.9/iokit/bsddev/
H A DIOKitBSDInit.cpp456 IOGetApfsPrebootUUID(char *uuid) in IOGetApfsPrebootUUID() function