Searched refs:willSend (Results 1 – 2 of 2) sorted by relevance
3814 IOService::invokeNotifiers(OSArray * willSend[]) in invokeNotifiers() argument3820 array = *willSend; in invokeNotifiers()3824 *willSend = NULL; in invokeNotifiers()6708 OSArray * willSend = NULL; in copyNotifiers() local6724 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()
1782 bool invokeNotifiers(OSArray * willSend[]);