Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOPMrootDomain.cpp9238 uint32_t bootFailureCode; in callPlatformFunction() local
9239 if (data && data->getLength() == sizeof(bootFailureCode)) { in callPlatformFunction()
9241 memcpy(&bootFailureCode, data->getBytesNoCopy(), sizeof(bootFailureCode)); in callPlatformFunction()
9242 tracePointPCI = OSSwapBigToHostInt32(bootFailureCode); in callPlatformFunction()