Home
last modified time | relevance | path

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

/xnu-10002.61.3/iokit/Kernel/
H A DIOPMrootDomain.cpp9394 uint32_t bootFailureCode; local
9395 if (data && data->getLength() == sizeof(bootFailureCode)) {
9397 memcpy(&bootFailureCode, data->getBytesNoCopy(), sizeof(bootFailureCode));
9398 tracePointPCI = OSSwapBigToHostInt32(bootFailureCode);