Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp2683 notifiers = victim->copyNotifiers(gIOTerminatedNotification, 0, 0xffffffff); in terminatePhase1()
3263 notifiers = victim->copyNotifiers(gIOWillTerminateNotification, 0, 0xffffffff); in terminateWorker()
5268 notifiers[0] = service->copyNotifiers(gIOFirstPublishNotification, 0, 0xffffffff); in publishHiddenMedia()
5270 notifiers[1] = service->copyNotifiers(gIOMatchedNotification, 0, 0xffffffff); in publishHiddenMedia()
5273 notifiers[2] = service->copyNotifiers(gIOFirstMatchNotification, 0, 0xffffffff); in publishHiddenMedia()
5365 notifiers[0] = copyNotifiers(gIOFirstPublishNotification, in doServiceMatch()
5433 notifiers[0] = copyNotifiers(gIOMatchedNotification, in doServiceMatch()
5436 notifiers[1] = copyNotifiers(gIOFirstMatchNotification, in doServiceMatch()
6703 IOService::copyNotifiers(const OSSymbol * type, in copyNotifiers() function in IOService
/xnu-11215/iokit/IOKit/
H A DIOService.h1779 OSPtr<OSArray> copyNotifiers(const OSSymbol * type,