Home
last modified time | relevance | path

Searched refs:IOBaseSystemARVRootHashAvailable (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.61.3/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp63 bool IOBaseSystemARVRootHashAvailable(void);
237 IOBaseSystemARVRootHashAvailable(void) in IOBaseSystemARVRootHashAvailable() function
/xnu-10002.61.3/bsd/kern/
H A Dimageboot.c186 extern bool IOBaseSystemARVRootHashAvailable(void);
248 if ((rooted_dmg == false) && !IOBaseSystemARVRootHashAvailable()) { in imageboot_pivot_image()