Lines Matching refs:notifiers
2682 OSArray * notifiers; in terminatePhase1() local
2683 notifiers = victim->copyNotifiers(gIOTerminatedNotification, 0, 0xffffffff); in terminatePhase1()
2684 victim->invokeNotifiers(¬ifiers); in terminatePhase1()
3262 OSArray * notifiers; in terminateWorker() local
3263 notifiers = victim->copyNotifiers(gIOWillTerminateNotification, 0, 0xffffffff); in terminateWorker()
3264 victim->invokeNotifiers(¬ifiers); in terminateWorker()
5258 OSArray * notifiers[3] = {}; in publishHiddenMedia() local
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()
5277 service->invokeNotifiers(¬ifiers[notiIdx]); in publishHiddenMedia()
5353 OSArray * notifiers[2] = {NULL}; in doServiceMatch() local
5365 notifiers[0] = copyNotifiers(gIOFirstPublishNotification, in doServiceMatch()
5401 invokeNotifiers(¬ifiers[0]); in doServiceMatch()
5433 notifiers[0] = copyNotifiers(gIOMatchedNotification, in doServiceMatch()
5436 notifiers[1] = copyNotifiers(gIOFirstMatchNotification, in doServiceMatch()
5448 invokeNotifiers(¬ifiers[0]); in doServiceMatch()
5449 invokeNotifiers(¬ifiers[1]); in doServiceMatch()