Searched refs:messageType (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp36 UInt32 messageType,
101 UInt32 messageType,
109 if (messageType != kIOMessageSystemWillSleep) return kIOReturnUnsupported;
100 IOWatchDogTimerSleepHandler(void *target, void * , UInt32 messageType, IOService * , void *messageArgument, vm_size_t ) argument
/xnu-2782.1.97/iokit/IOKit/
H A DOSMessageNotification.h108 natural_t messageType; member in struct:IOServiceInterestContent64
136 natural_t messageType; member in struct:IOServiceInterestContent
H A DIOService.h165 @param messageType Type of the message - IOKit defined in IOKit/IOMessage.h or family specific.
171 UInt32 messageType, IOService * provider,
1177 @param messageType A type defined in <code>IOMessage.h</code> or defined by the provider family.
1183 virtual IOReturn messageClient( UInt32 messageType, OSObject * client,
1830 bool tellClientsWithResponse( int messageType );
1831 void tellClients( int messageType );
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h527 int messageType,
553 UInt32 messageType, IOService * service,
557 UInt32 messageType, IOService * service,
561 UInt32 messageType, IOService * service,
/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp5540 context.messageType = kIOMessageCopyClientID;
5588 bool IOService::tellClientsWithResponse( int messageType )
5597 if(messageType == (int)kIOPMMessageLastCallBeforeSleep)
5602 getIOMessageString(messageType), fOutOfBandParameter);
5615 context.messageType = messageType;
5638 (context.messageType != kIOPMMessageLastCallBeforeSleep))
5643 context.messageType = kIOMessageSystemCapabilityChange;
5647 context.messageType = messageType;
[all...]
H A DIOPMrootDomain.cpp2566 UInt32 messageType, IOService * service,
2571 DLOG("sysPowerDownHandler message %s\n", getIOMessageString(messageType));
2576 if (messageType == kIOMessageSystemWillSleep)
2593 else if (messageType == kIOMessageSystemCapabilityChange)
5173 bool isCapMsg = (context->messageType == kIOMessageSystemCapabilityChange);
5239 if ((kIOMessageCanSystemSleep == context->messageType) ||
5240 (kIOMessageSystemWillNotSleep == context->messageType))
5255 if (kIOPMMessageLastCallBeforeSleep == context->messageType)
5358 UInt32 messageType, IOService * service,
5366 if ((messageType !
2564 sysPowerDownHandler( void * target, void * refCon, UInt32 messageType, IOService * service, void * messageArgs, vm_size_t argSize ) argument
5356 displayWranglerNotification( void * target, void * refCon, UInt32 messageType, IOService * service, void * messageArgument, vm_size_t argSize ) argument
6827 pmStatsRecordApplicationResponse( const OSSymbol *response, const char *name, int messageType, uint32_t delay_ms, int app_pid, OSObject *object, IOPMPowerStateIndex powerState) argument
[all...]
H A DIOUserClient.cpp504 UInt32 messageType, IOService * provider,
507 UInt32 messageType, IOService * provider,
786 UInt32 messageType, IOService * provider,
790 ref, messageType, provider, argument, argSize));
794 UInt32 messageType, IOService * provider,
803 if (kIOMessageCopyClientID == messageType)
809 data->messageType = messageType;
785 _handler( void * target, void * ref, UInt32 messageType, IOService * provider, void * argument, vm_size_t argSize ) argument
793 handler( void * ref, UInt32 messageType, IOService * provider, void * messageArgument, vm_size_t argSize ) argument
H A DIOServicePMPrivate.h526 uint32_t messageType; member in struct:IOPMInterestContext
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp6452 IOReturn OSKextSystemSleepOrWake(UInt32 messageType) argument
6462 if (messageType == kIOMessageSystemWillSleep) {
6468 } else if (messageType == kIOMessageSystemHasPoweredOn) {

Completed in 122 milliseconds