Searched refs:bootFailureCode (Results 1 – 1 of 1) sorted by relevance
9304 uint32_t bootFailureCode; in callPlatformFunction() local9305 if (data && data->getLength() == sizeof(bootFailureCode)) { in callPlatformFunction()9307 memcpy(&bootFailureCode, data->getBytesNoCopy(), sizeof(bootFailureCode)); in callPlatformFunction()9308 tracePointPCI = OSSwapBigToHostInt32(bootFailureCode); in callPlatformFunction()