Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp245 if (args->bsARVManifestStart == 0 || args->bsARVManifestSize == 0) { in IOBaseSystemARVRootHashAvailable()
294 …DEBG("%s: data at address %llu size %llu\n", __func__, args->bsARVManifestStart, args->bsARVManife… in IOGetBaseSystemARVManifestData()
295 if (args->bsARVManifestStart == 0) { in IOGetBaseSystemARVManifestData()
301 ranges.address = args->bsARVManifestStart; in IOGetBaseSystemARVManifestData()
/xnu-12377.41.6/pexpert/pexpert/i386/
H A Dboot.h214 uint64_t bsARVManifestStart;/* Physical address of base system manifest file */ member