Home
last modified time | relevance | path

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

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