Searched refs:notifyRef (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/configd-699.1.5/configd.tproj/
H A D_configset.c383 xmlData_t notifyRef,
409 if ((notifyRef != NULL) && (notifyLen > 0)) {
411 if (!_SCUnserialize((CFPropertyListRef *)&notify, NULL, (void *)notifyRef, notifyLen)) {
378 _configset_m(mach_port_t server, xmlData_t dictRef, mach_msg_type_number_t dictLen, xmlData_t removeRef, mach_msg_type_number_t removeLen, xmlData_t notifyRef, mach_msg_type_number_t notifyLen, int *sc_status, audit_token_t audit_token) argument
H A Dconfigd_server.h138 xmlData_t notifyRef,
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPM.h849 @field notifyRef An identifier for this message notification. Clients with pending
866 uint32_t notifyRef; member in struct:IOPMSystemCapabilityChangeParameters
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMConnection.c1859 responseController = connectionFireNotification(_kSleepStateBits, (long)capArgs->notifyRef);
1868 IOAllowPowerChange(gRootDomainConnect, (long)capArgs->notifyRef);
2127 responseController = connectionFireNotification(deliverCapabilityBits, (long)capArgs->notifyRef);
2136 IOAllowPowerChange(gRootDomainConnect, (long)capArgs->notifyRef);
2172 if (capArgs->notifyRef)
2173 IOAllowPowerChange(gRootDomainConnect, capArgs->notifyRef);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp654 uint32_t notifyRef = (uint32_t)(uintptr_t) p1; local
670 rootDomain->allowPowerChange(notifyRef);
679 uint32_t notifyRef = (uint32_t)(uintptr_t) p1; local
685 rootDomain->allowPowerChange(notifyRef);
2643 (thread_call_param_t)(uintptr_t) params->notifyRef,
2649 (thread_call_param_t)(uintptr_t) params->notifyRef);
2662 (thread_call_param_t)(uintptr_t) params->notifyRef);
H A DIOServicePM.cpp5965 msgArg.notifyRef = msgRef;
5970 msgArg.notifyRef = 0;
6051 msgArg.notifyRef = msgRef;
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp5947 gIOFBSystemPowerMuxAckRef = params->notifyRef;
5998 gIOFBSystemPowerAckRef = (void *)(uintptr_t) params->notifyRef;

Completed in 256 milliseconds