Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dhv_io_notifier.c102 hv_io_notifier_grp_add(hv_ion_grp_t *grp, const hv_ion_t *notifier) in hv_io_notifier_grp_add() argument
108 ion->addr = notifier->addr; in hv_io_notifier_grp_add()
109 ion->size = notifier->size; in hv_io_notifier_grp_add()
110 ion->value = notifier->value; in hv_io_notifier_grp_add()
111 ion->flags = notifier->flags; in hv_io_notifier_grp_add()
112 ion->port_name = notifier->port_name; in hv_io_notifier_grp_add()
148 ion.addr = notifier->addr; in hv_io_notifier_grp_remove()
149 ion.size = notifier->size; in hv_io_notifier_grp_remove()
150 ion.value = notifier->value; in hv_io_notifier_grp_remove()
151 ion.flags = notifier->flags; in hv_io_notifier_grp_remove()
[all …]
/xnu-11215/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp61 notifier = registerSleepWakeInterest(IOWatchDogTimerSleepHandler, this); in start()
62 if (notifier == NULL) { in start()
78 notifier->remove(); in stop()
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp5753 if (notifier) {
7037 if (!notifier) {
7249 if (notifier) {
9644 if (!notifier) {
9651 (uintptr_t) notifier->msgType, (uintptr_t) notifier->uuid0, (uintptr_t) notifier->uuid1);
9690 if (!notifier) {
9698 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de…
9711 if (!notifier) {
9721 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de…
9739 if (!notifier) {
[all …]
H A DIOServicePM.cpp6126 _IOServiceInterestNotifier * notifier; in logClientTimeouts() local
6463 _IOServiceInterestNotifier * notifier; in pmTellClientWithResponse() local
6480 notifier = OSDynamicCast(_IOServiceInterestNotifier, object); in pmTellClientWithResponse()
6484 enableTracing = context->enableTracing && (notifier != NULL); in pmTellClientWithResponse()
6492 } else if (notifier) { in pmTellClientWithResponse()
6516 getPMRootDomain()->traceNotification(notifier, false, end); in pmTellClientWithResponse()
6531 notifier ? (void *) OBFUSCATE(notifier->handler) : OBFUSCATE(object), in pmTellClientWithResponse()
6697 _IOServiceInterestNotifier * notifier; in pmTellCapabilityClientWithResponse() local
6716 notifier = OSDynamicCast(_IOServiceInterestNotifier, object); in pmTellCapabilityClientWithResponse()
6728 } else if (notifier) { in pmTellCapabilityClientWithResponse()
[all …]
H A DIOUserServer.cpp1769 IONotifier * notifier; member
1822 …inst->ivars->notifier = IOService::addMatchingNotification(gIOMatchedNotification, matching, 0 /*p… in Create_Impl()
1823 ^bool (IOService * newService, IONotifier * notifier) { in Create_Impl()
1908 if (!inst->ivars->notifier) { in Create_Impl()
1964 if (ivars->notifier) { in free()
1965 ivars->notifier->remove(); in free()
1966 ivars->notifier = NULL; in free()
H A DIOService.cpp6271 IONotifier * notifier ) in _IOServiceMatchingNotificationHandler() argument
6273 return (*((_IOServiceNotifier *) notifier)->compatHandler)(target, refCon, newService); in _IOServiceMatchingNotificationHandler()
6490 IONotifier * notifier ) in IOServiceMatchingNotificationHandlerToBlock() argument
6492 return ((IOServiceMatchingNotificationHandlerBlock) refCon)(newService, notifier); in IOServiceMatchingNotificationHandlerToBlock()
6540 IONotifier * notifier ) in syncNotificationHandler() argument
H A DIOUserClient.cpp801 void * ref, IOService * newService, IONotifier * notifier );
982 void * ref, IOService * newService, IONotifier * notifier ) in _handler() argument
/xnu-11215/iokit/IOKit/system_management/
H A DIOWatchDogTimer.h39 IONotifier *notifier;
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h552 …void traceNotification(OSObject *notifier, bool start, uint64_t ts = 0, uint32_t msgIndex =…
553 void traceNotificationAck(OSObject *notifier, uint32_t delay_ms);
555 void traceFilteredNotification(OSObject *notifier);
556 const char * getNotificationClientName(OSObject *notifier);
/xnu-11215/iokit/IOKit/
H A DIOService.h253 IONotifier * notifier );
257 IONotifier * notifier );
1769 IOService * newService, IONotifier * notifier );
/xnu-11215/iokit/Tests/
H A DTests.cpp1422 ^bool (IOService * newService, IONotifier * notifier) { in IOServiceTest()
1569 void * ref __unused, IOService * newService __unused, IONotifier * notifier __unused ) in IOUserNotificationMatchingHandler()