Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp2153 if (notifyList) { in applyToInterestNotifiers()
2157 iterqueue(&notifyList->fCommandChain, entry) { in applyToInterestNotifiers()
2326 IOCommand * notifyList; in registerInterestForNotifier() local
2328 if (!(notifyList = OSDynamicCast(IOCommand, obj))) { in registerInterestForNotifier()
2329 notifyList = OSTypeAlloc(IOCommand); in registerInterestForNotifier()
2330 if (notifyList) { in registerInterestForNotifier()
2331 notifyList->init(); in registerInterestForNotifier()
2332 bool ok = setProperty( typeOfInterest, notifyList); in registerInterestForNotifier()
2333 notifyList->release(); in registerInterestForNotifier()
2335 notifyList = NULL; in registerInterestForNotifier()
[all …]