Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIOPMrootDomain.cpp9743 uint32_t bootFailureCode; local
9744 if (data && data->getLength() == sizeof(bootFailureCode)) {
9746 memcpy(&bootFailureCode, data->getBytesNoCopy(), sizeof(bootFailureCode));
9747 tracePointPCI = OSSwapBigToHostInt32(bootFailureCode);