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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp4035 OSArray * willSend = 0; local
4052 if( 0 == willSend)
4053 willSend = OSArray::withCapacity(8);
4054 if( willSend)
4055 willSend->setObject( notify );
4066 if( willSend) {
4068 (notify = (_IOServiceNotifier *) willSend->getObject(idx));
4072 willSend->release();

Completed in 16 milliseconds