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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp1422 IOCommand *notifyList = local
1425 if( notifyList) {
1429 iterqueue(&notifyList->fCommandChain, entry) {
1533 IOCommand *notifyList = (IOCommand *) getProperty( typeOfInterest ); local
1534 if (!notifyList || !OSDynamicCast(IOCommand, notifyList)) {
1535 notifyList = OSTypeAlloc(IOCommand);
1536 if (notifyList) {
1537 notifyList->init();
1538 setProperty( typeOfInterest, notifyList);
[all...]

Completed in 24 milliseconds