Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp3919 bool existingIsBoot = false; in probeCandidates() local
3954 existingIsBoot = client->propertyExists(gIOMatchedAtBootKey); in probeCandidates()
3955 isReplacementCandidate = existingIsBoot && !newIsBoot; in probeCandidates()