Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp425 OSArray * fMatchingDelayed; variable
962 if (IOServicePH::fMatchingDelayed) { in detach()
963 auto idx = IOServicePH::fMatchingDelayed->getNextIndexOfObject(this, 0); in detach()
965 IOServicePH::fMatchingDelayed->removeObject(idx); in detach()
4510 if (!fMatchingDelayed) { in matchingStart()
4511 fMatchingDelayed = OSArray::withObjects((const OSObject **) &service, 1, 1); in matchingStart()
4513 idx = fMatchingDelayed->getNextIndexOfObject(service, 0); in matchingStart()
4515 fMatchingDelayed->setObject(service); in matchingStart()
4564 if (!fSystemOff && fMatchingDelayed) { in matchingEnd()
4565 deferredMatches = fMatchingDelayed; in matchingEnd()
[all …]