Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp3814 IOService::invokeNotifiers(OSArray * willSend[]) in invokeNotifiers() argument
3820 array = *willSend; in invokeNotifiers()
3824 *willSend = NULL; in invokeNotifiers()
6708 OSArray * willSend = NULL; in copyNotifiers() local
6724 if (NULL == willSend) { in copyNotifiers()
6725 willSend = OSArray::withCapacity(8); in copyNotifiers()
6727 if (willSend) { in copyNotifiers()
6728 willSend->setObject( notify ); in copyNotifiers()
6740 return willSend; in copyNotifiers()
/xnu-11215/iokit/IOKit/
H A DIOService.h1782 bool invokeNotifiers(OSArray * willSend[]);