Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIOPMrootDomain.cpp9304 uint32_t bootFailureCode; in callPlatformFunction() local
9305 if (data && data->getLength() == sizeof(bootFailureCode)) { in callPlatformFunction()
9307 memcpy(&bootFailureCode, data->getBytesNoCopy(), sizeof(bootFailureCode)); in callPlatformFunction()
9308 tracePointPCI = OSSwapBigToHostInt32(bootFailureCode); in callPlatformFunction()