Home
last modified time | relevance | path

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

/xnu-11215.41.3/iokit/IOKit/
H A DIOReportMacros.h66 #define SIMPLEREPORT_BUFSIZE (sizeof(IOReportElement)) macro
87 if ((bufSize) >= SIMPLEREPORT_BUFSIZE) { \
/xnu-11215.41.3/iokit/Kernel/
H A DIOServicePM.cpp7480 uint64_t buf[SIMPLEREPORT_BUFSIZE / sizeof(uint64_t) + 1]; // Force a 8-byte alignment in updateSimplePowerReport()
H A DIOPMrootDomain.cpp9903 uint8_t buf[SIMPLEREPORT_BUFSIZE];