Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOCatalogue.h176 bool personalityIsBoot(OSDictionary * match);
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp579 IOCatalogue::personalityIsBoot(OSDictionary * match) in personalityIsBoot() function in IOCatalogue
H A DIOService.cpp3937 newIsBoot = gIOCatalogue->personalityIsBoot(match); in probeCandidates()