Searched refs:notifier (Results 1 - 25 of 76) sorted by last modified time

1234

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp834 IONotifier * notifier; local
1023 notifier = addMatchingNotification(
4094 _IOServiceInterestNotifier * notifier; local
4095 notifier = OSDynamicCast(_IOServiceInterestNotifier, object);
4100 if (notifier)
4105 OBFUSCATE(notifier->handler), (uint32_t) deltaTime );
5115 IOPMServiceInterestNotifier *notifier = 0; local
5131 notifier = new IOPMServiceInterestNotifier;
5132 if (!notifier) return NULL;
5134 if (notifier
5440 IONVRAMMatchPublished( void * target, void * refCon, IOService * newService, IONotifier * notifier) argument
[all...]
H A DIOUserClient.cpp472 void * ref, IOService * newService, IONotifier * notifier );
644 void * ref, IOService * newService, IONotifier * notifier )
H A DIOServicePM.cpp5823 _IOServiceInterestNotifier * notifier; local
5834 PM_LOG("%s DROP Client %s, notifier %p, handler %p\n",
5842 notifier = OSDynamicCast(_IOServiceInterestNotifier, object);
5854 else if (notifier) {
5855 OUR_PMLog(kPMLogClientNotify, (uintptr_t) notifier->handler, 0);
5858 if ((kIOLogDebugPower & gIOKitDebug) && notifier)
5860 PM_LOG("%s MESG Client %s, notifier %p, handler %p\n",
5863 OBFUSCATE(object), OBFUSCATE(notifier->handler));
5871 if (context->enableTracing && (notifier != 0))
5875 (((uintptr_t) notifier
6007 _IOServiceInterestNotifier * notifier; local
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dmain.c139 struct notifier *pidchange = NULL;
140 struct notifier *phasechange = NULL;
141 struct notifier *exitnotify = NULL;
142 struct notifier *sigreceived = NULL;
143 struct notifier *fork_notifier = NULL;
144 struct notifier *protocolsready_notifier = NULL;
145 struct notifier *acspdhcpready_notifier = NULL;
286 struct notifier *connect_started_notify = NULL;
287 struct notifier *connect_success_notify = NULL;
288 struct notifier *connect_fail_notif
[all...]
/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/cups-408/cups/scheduler/
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.cpp4351 bool IOFireWireController::serverKeyswitchCallback( void * target, void * refCon, IOService * service, IONotifier * notifier )
H A DIOFireWireController.h878 static bool 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/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);
H A DFrameLoader.h100 ResourceLoadNotifier& notifier() const { return m_notifier; } function in class:WebCore::FrameLoader
H A DDocumentLoader.cpp404 frameLoader()->notifier().dispatchDidFinishLoading(this, identifier, finishTime);
645 frameLoader()->notifier().dispatchDidReceiveResponse(this, m_identifierForLoadWithoutResourceLoader, m_response, 0);
882 frameLoader()->notifier().dispatchDidReceiveData(this, m_identifierForLoadWithoutResourceLoader, data, length, -1);
1428 frameLoader()->notifier().assignIdentifierToInitialRequest(m_identifierForLoadWithoutResourceLoader, this, m_request);
1429 frameLoader()->notifier().dispatchWillSendRequest(this, m_identifierForLoadWithoutResourceLoader, m_request, ResourceResponse());
1455 frameLoader()->notifier().assignIdentifierToInitialRequest(m_identifierForLoadWithoutResourceLoader, this, request);
1456 frameLoader()->notifier().dispatchWillSendRequest(this, m_identifierForLoadWithoutResourceLoader, request, ResourceResponse());
H A DResourceLoader.cpp263 frameLoader()->notifier().assignIdentifierToInitialRequest(m_identifier, documentLoader(), request);
280 frameLoader()->notifier().assignIdentifierToInitialRequest(m_identifier, documentLoader(), request);
282 frameLoader()->notifier().willSendRequest(this, request, redirectResponse);
316 frameLoader()->notifier().didReceiveResponse(this, m_response);
351 frameLoader()->notifier().didReceiveData(this, buffer ? buffer->data() : data, buffer ? buffer->size() : length, static_cast<int>(encodedDataLength));
377 frameLoader()->notifier().didFinishLoad(this, finishTime);
403 frameLoader()->notifier().didFailToLoad(this, error);
556 frameLoader()->notifier().didReceiveAuthenticationChallenge(this, challenge);
575 frameLoader()->notifier().didCancelAuthenticationChallenge(this, challenge);
/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/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp8170 IOService * resourceService, IONotifier * notifier)
8169 clamshellHandler(void * target, void * ref, IOService * resourceService, IONotifier * notifier) argument
/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/cups-408/cups/packaging/
H A Dcups.spec.in225 %dir /usr/lib/cups/notifier
226 /usr/lib/cups/notifier/*
357 /usr/share/man/man7/notifier.7.gz
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp525 IONotifier * notifier __unused)
H A DIOHIDDevice.h181 IONotifier * notifier );
185 IONotifier * notifier );
H A DIOHIDLibUserClient.cpp327 bool IOHIDLibUserClient::resourceNotification(void * refcon __unused, IOService *service __unused, IONotifier *notifier __unused)
329 #pragma ignore(notifier)
/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/WebCore-7600.1.25/loader/mac/
H A DResourceLoaderMac.mm94 frameLoader()->notifier().didReceiveData(this, reinterpret_cast<const char*>(CFDataGetBytePtr(data)), dataLen, dataLen);
/macosx-10.10/cups-408/cups/doc/
H A DMakefile98 help/man-notifier.html \
/macosx-10.10/cups-408/cups/man/
H A DMakefile55 notifier.$(MAN7EXT)
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h213 IOService * resourceService, IONotifier * notifier );

Completed in 397 milliseconds

1234