Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp621 static char gShutdownReasonString[80]; variable
1361 char sr[sizeof(gShutdownReasonString)];
10848 strlcpy(outBuf, gShutdownReasonString, bufSize);
11148 if (gShutdownReasonString[0] != '\0') {
11149 strlcat(gShutdownReasonString, " ", sizeof(gShutdownReasonString));
11151 strlcat(gShutdownReasonString, reason, sizeof(gShutdownReasonString));