Searched refs:kIOMessageSystemPagingOff (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMessage.h117 * @defined kIOMessageSystemPagingOff
124 #define kIOMessageSystemPagingOff iokit_common_msg(0x255) macro
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp4161 (ctx->MessageType == kIOMessageSystemPagingOff) ? "PagingOff" : "Restart",
4194 ctx.MessageType = kIOMessageSystemPagingOff;
4195 IOService::updateConsoleUsers(NULL, kIOMessageSystemPagingOff);
4230 (ctx.MessageType == kIOMessageSystemPagingOff) ? "PagingOff" : "Restart",
H A DIOService.cpp4407 || (kIOMessageSystemPagingOff == sSystemPower))

Completed in 87 milliseconds