Searched refs:notifier (Results 51 - 73 of 73) sorted by relevance

123

/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h294 static bool bsdClientPublished(AppleUSBCDCACMData *target, void *ref, IOService *newService,IONotifier * notifier);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventService.h189 static bool _publishMatchingNotificationHandler(void * target, void * ref, IOService * newService, IONotifier * notifier);
H A DIOHIDLibUserClient.cpp321 bool IOHIDLibUserClient::resourceNotification(void * refcon __unused, IOService *service __unused, IONotifier *notifier __unused)
323 #pragma ignore(notifier)
H A DIOHIDDevice.cpp509 IONotifier * notifier __unused)
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dipcp.c121 struct notifier *ip_up_notifier = NULL;
122 struct notifier *ip_down_notifier = NULL;
125 struct notifier *ip_up_notify = NULL;
126 struct notifier *ip_down_notify = NULL;
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h215 IOService * resourceService, IONotifier * notifier );
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h160 IONotifier * notifier );
1320 IOService * newService, IONotifier * notifier );
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c166 mach_port_t notifier; member in struct:changeInfo
189 IOObjectRelease(changeInfo->notifier);
238 &changeInfo->notifier);
269 IOObjectRelease(changeInfo->notifier);
317 &changeInfo->notifier);
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFireWireIP.cpp864 bool IOFireWireIP::fwIPUnitAttach(void * target, void * refCon, IOService * newService, IONotifier * notifier) argument
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDSystem.h259 bool genericNotificationHandler(void * ref, IOService * newService, IONotifier * notifier );
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOKernelDebugger.cpp328 void * target, void *param, IOService * service, IONotifier * notifier )
516 // reregisters the interface service when it gets named, so we can add a notifier
H A DIONetworkStack.cpp371 IONotifier * notifier __unused )
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFrameLoader.cpp1446 notifier()->sendRemainingDelegateMessages(m_documentLoader.get(), identifier, request, ResourceResponse(url, String(), -1, String(), String()), 0, -1, -1, error);
1784 notifier()->sendRemainingDelegateMessages(m_documentLoader.get(), identifier, request, response, 0, static_cast<int>(response.expectedContentLength()), 0, error);
2616 notifier()->sendRemainingDelegateMessages(m_documentLoader.get(), identifier, request, response, data.data(), data.size(), -1, error);
2935 notifier()->assignIdentifierToInitialRequest(identifier, m_documentLoader.get(), request);
2939 notifier()->dispatchWillSendRequest(m_documentLoader.get(), identifier, newRequest, ResourceResponse());
2979 notifier()->sendRemainingDelegateMessages(m_documentLoader.get(), identifier, newRequest, resource->response(), 0, resource->encodedSize(), 0, error);
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c144 *notifier; /* Current notifier */ local
563 snprintf(filename, sizeof(filename), "%s/notifier", ServerBin);
579 for (i = 0, notifier = (char *)cupsArrayFirst(notifiers);
580 notifier;
581 i ++, notifier = (char *)cupsArrayNext(notifiers))
582 attr->values[i].string.text = notifier;
H A Dipp.c2003 * Validate the recipient scheme against the ServerBin/notifier
2007 char notifier[1024], /* Notifier filename */ local
2029 snprintf(notifier, sizeof(notifier), "%s/notifier/%s", ServerBin,
2031 if (access(notifier, X_OK))
5391 * Validate the recipient scheme against the ServerBin/notifier
5395 char notifier[1024]; /* Notifier filename */ local
5412 snprintf(notifier, sizeof(notifier), "
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireController.h877 static bool serverKeyswitchCallback( void * target, void * refCon, IOService * service, IONotifier * notifier );
H A DIOFireWireController.cpp4350 bool IOFireWireController::serverKeyswitchCallback( void * target, void * refCon, IOService * service, IONotifier * notifier )
/macosx-10.9.5/cups-372.4/cups/test/
H A Drun-stp-tests.sh321 ln -s $root/notifier /tmp/cups-$user/bin
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1622 bool AppleUSBCDCACMData::bsdClientPublished (AppleUSBCDCACMData * target, void * ref, IOService * newService, IONotifier * notifier) argument
1633 notifier->remove();
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp1533 // Get the head of the notifier linked list
3786 IONotifier * notifier )
3788 return ((*((_IOServiceNotifier *) notifier)->compatHandler)(target, refCon, newService));
3979 IONotifier * notifier )
H A DIOUserClient.cpp472 void * ref, IOService * newService, IONotifier * notifier );
644 void * ref, IOService * newService, IONotifier * notifier )
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVFramebuffer.cpp633 IOService * resourceService, IONotifier * notifier )
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp8093 IOService * resourceService, IONotifier * notifier)
8092 clamshellHandler(void * target, void * ref, IOService * resourceService, IONotifier * notifier) argument

Completed in 401 milliseconds

123