Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h589 void copyShutdownReasonString( char * outBuf, size_t bufSize );
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp1365 gRootDomain->copyShutdownReasonString(sr, sizeof(sr));
10845 IOPMrootDomain::copyShutdownReasonString( char * outBuf, size_t bufSize ) function in IOPMrootDomain