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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp1560 IOCommand *notifyList = local
1563 if( notifyList) {
1567 iterqueue(&notifyList->fCommandChain, entry) {
1689 IOCommand *notifyList = (IOCommand *) getProperty( typeOfInterest ); local
1690 if (!notifyList || !OSDynamicCast(IOCommand, notifyList)) {
1691 notifyList = OSTypeAlloc(IOCommand);
1692 if (notifyList) {
1693 notifyList->init();
1694 setProperty( typeOfInterest, notifyList);
[all...]

Completed in 170 milliseconds