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

1234

/macosx-10.10/cups-408/cups/packaging/
H A Dcups.list.in306 d 0755 root sys $SERVERBIN/notifier -
307 f 0555 root sys $SERVERBIN/notifier/mailto notifier/mailto
693 f 0444 root sys $MANDIR/man7/notifier.$MAN7EXT man/notifier.$MAN7EXT
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.c1063 io_iterator_t notifier = MACH_PORT_NULL; local
1085 notifier = msg->msgh_remote_port;
1087 if( MACH_PORT_NULL != notifier) {
1093 // one ref carried by the message - < 2 means owner has released the notifier
1155 notifier);
1160 if( MACH_PORT_NULL != notifier)
1161 mach_port_deallocate( mach_task_self(), notifier ); local
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h295 static bool bsdClientPublished(AppleUSBCDCACMData *target, void *ref, IOService *newService,IONotifier * notifier);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventService.h191 static bool _publishMatchingNotificationHandler(void * target, void * ref, IOService * newService, IONotifier * notifier);
H A DIOHIDLibUserClient.cpp327 bool IOHIDLibUserClient::resourceNotification(void * refcon __unused, IOService *service __unused, IONotifier *notifier __unused)
329 #pragma ignore(notifier)
H A DIOHIDDevice.cpp525 IONotifier * notifier __unused)
/macosx-10.10/ppp-786.1.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.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h213 IOService * resourceService, IONotifier * notifier );
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h160 IONotifier * notifier );
1359 IOService * newService, IONotifier * notifier );
/macosx-10.10/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.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIP.cpp864 bool IOFireWireIP::fwIPUnitAttach(void * target, void * refCon, IOService * newService, IONotifier * notifier) argument
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDSystem.h259 bool genericNotificationHandler(void * ref, IOService * newService, IONotifier * notifier );
/macosx-10.10/IONetworkingFamily-101/
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.10/WebCore-7600.1.25/loader/
H A DFrameLoader.cpp1516 notifier().sendRemainingDelegateMessages(m_documentLoader.get(), identifier, request, ResourceResponse(url, String(), -1, String(), String()), 0, -1, -1, error);
1872 notifier().sendRemainingDelegateMessages(m_documentLoader.get(), identifier, request, response, 0, static_cast<int>(response.expectedContentLength()), 0, error);
2695 notifier().sendRemainingDelegateMessages(m_documentLoader.get(), identifier, request, response, data.data(), data.size(), -1, error);
3000 notifier().assignIdentifierToInitialRequest(identifier, m_documentLoader.get(), request);
3004 notifier().dispatchWillSendRequest(m_documentLoader.get(), identifier, newRequest, ResourceResponse());
3044 notifier().sendRemainingDelegateMessages(m_documentLoader.get(), identifier, newRequest, resource->response(), 0, resource->encodedSize(), 0, error);
/macosx-10.10/cups-408/cups/scheduler/
H A Dprinters.c144 *notifier; /* Current notifier */ local
567 snprintf(filename, sizeof(filename), "%s/notifier", ServerBin);
583 for (i = 0, notifier = (char *)cupsArrayFirst(notifiers);
584 notifier;
585 i ++, notifier = (char *)cupsArrayNext(notifiers))
586 attr->values[i].string.text = notifier;
H A Dipp.c1984 * Validate the recipient scheme against the ServerBin/notifier
1988 char notifier[1024], /* Notifier filename */ local
2010 snprintf(notifier, sizeof(notifier), "%s/notifier/%s", ServerBin,
2012 if (access(notifier, X_OK))
5417 * Validate the recipient scheme against the ServerBin/notifier
5421 char notifier[1024]; /* Notifier filename */ local
5438 snprintf(notifier, sizeof(notifier), "
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.h878 static bool serverKeyswitchCallback( void * target, void * refCon, IOService * service, IONotifier * notifier );
H A DIOFireWireController.cpp4351 bool IOFireWireController::serverKeyswitchCallback( void * target, void * refCon, IOService * service, IONotifier * notifier )
/macosx-10.10/cups-408/cups/test/
H A Drun-stp-tests.sh329 ln -s $root/notifier $BASE/bin
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1623 bool AppleUSBCDCACMData::bsdClientPublished (AppleUSBCDCACMData * target, void * ref, IOService * newService, IONotifier * notifier) argument
1634 notifier->remove();
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp5719 ResourceLoadNotifier& notifier = frame->loader().notifier(); local
5723 notifier.assignIdentifierToInitialRequest(identifier, documentLoader, request);
5724 notifier.didReceiveAuthenticationChallenge(identifier, documentLoader, challenge);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp1688 // Get the head of the notifier linked list
4057 IONotifier * notifier )
4059 return ((*((_IOServiceNotifier *) notifier)->compatHandler)(target, refCon, newService));
4250 IONotifier * notifier )
H A DIOUserClient.cpp472 void * ref, IOService * newService, IONotifier * notifier );
644 void * ref, IOService * newService, IONotifier * notifier )
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp633 IOService * resourceService, IONotifier * notifier )

Completed in 506 milliseconds

1234