Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h949 errno_t sleepWakeDebugSaveFile(const char *name, char *buf, int len);
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp12177 error = sleepWakeDebugSaveFile(kSleepWakeFailureStringFile, failureStr, len);
12218 error = sleepWakeDebugSaveFile(kSleepWakeStacksFilename, outbuf, concat_len);
12228 error = sleepWakeDebugSaveFile(kSleepWakeStacksFilename, outbuf, 20);
12835 error = sleepWakeDebugSaveFile("/var/tmp/SleepWakeDelayStacks.dump",
12842 sleepWakeDebugSaveFile("/var/tmp/SleepWakeDelayLog.dump",
12851 IOPMrootDomain::sleepWakeDebugSaveFile(const char *name, char *buf, int len) function in IOPMrootDomain
12953 IOPMrootDomain::sleepWakeDebugSaveFile(const char *name, char *buf, int len) function in IOPMrootDomain