Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp2682 OSArray * notifiers; in terminatePhase1() local
2684 victim->invokeNotifiers(&notifiers); in terminatePhase1()
3262 OSArray * notifiers; in terminateWorker() local
3264 victim->invokeNotifiers(&notifiers); in terminateWorker()
5258 OSArray * notifiers[3] = {}; in publishHiddenMedia() local
5277 service->invokeNotifiers(&notifiers[notiIdx]); in publishHiddenMedia()
5353 OSArray * notifiers[2] = {NULL}; in doServiceMatch() local
5401 invokeNotifiers(&notifiers[0]); in doServiceMatch()
5433 notifiers[0] = copyNotifiers(gIOMatchedNotification, in doServiceMatch()
5448 invokeNotifiers(&notifiers[0]); in doServiceMatch()
[all …]