Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp3918 bool newIsBoot = false; in probeCandidates() local
3937 newIsBoot = gIOCatalogue->personalityIsBoot(match); in probeCandidates()
3955 isReplacementCandidate = existingIsBoot && !newIsBoot; in probeCandidates()
4018 if (newIsBoot) { in probeCandidates()