Searched refs:PMStatusCode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h538 #define kIOPMSleepWakeFailureCodeKey "PMStatusCode"
782 char PMStatusCode[32]; member in struct:__anon15085
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp8712 memset(hdr->PMStatusCode, 0x20, sizeof(hdr->PMStatusCode));
8713 snprintf(hdr->PMStatusCode, sizeof(hdr->PMStatusCode), "\nCode: %08x %08x",
8958 char PMStatusCode[100]; local
9100 memset(PMStatusCode, 0x20, sizeof(PMStatusCode)); // Fill with spaces
9101 PMStatusCode[sizeof(PMStatusCode)-1] = 0xa; // And an end-of-line at the end
9102 snprintf(PMStatusCode, sizeo
9122 char PMStatusCode[100]; local
[all...]

Completed in 142 milliseconds