Searched refs:bootFailureCode (Results 1 – 1 of 1) sorted by relevance
9238 uint32_t bootFailureCode; in callPlatformFunction() local9239 if (data && data->getLength() == sizeof(bootFailureCode)) { in callPlatformFunction()9241 memcpy(&bootFailureCode, data->getBytesNoCopy(), sizeof(bootFailureCode)); in callPlatformFunction()9242 tracePointPCI = OSSwapBigToHostInt32(bootFailureCode); in callPlatformFunction()