Home
last modified time | relevance | path

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

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