Home
last modified time | relevance | path

Searched refs:statusCode (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp9481 uint64_t statusCode; local
9501 statusCode = (((uint64_t)tracePointPCI) << 32) | tracePointPhases;
9506 setProperty(kIOPMSleepWakeFailureCodeKey, statusCode, 64);
12116 OSNumber *statusCode; local
12123 statusCode = OSDynamicCast(OSNumber, statusCodeProp.get());
12124 if (statusCode) {
12125 pmStatusCode = statusCode->unsigned64BitValue();
12158 if (statusCode) {