Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp211 const OSSymbol * gIOServiceMatchDeferredKey; variable
594 gIOServiceMatchDeferredKey = OSSymbol::withCStringNoCopy( kIOServiceMatchDeferredKey ); in initialize()
4232 if (!started && inst->propertyExists(gIOServiceMatchDeferredKey)) { in probeCandidates()
4853 service->setProperty(gIOServiceMatchDeferredKey, kOSBooleanTrue); in startCandidate()