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

/xnu-2782.1.97/iokit/IOKit/
H A DIOReportMacros.h64 #define SIMPLEREPORT_BUFSIZE (sizeof(IOReportElement)) macro
70 * void* buffer - ptr to SIMPLEREPORT_BUFSIZE bytes
84 if ((bufSize) >= SIMPLEREPORT_BUFSIZE) { \
/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp6692 uint64_t buf[SIMPLEREPORT_BUFSIZE/sizeof(uint64_t)+1]; // Force a 8-byte alignment
H A DIOPMrootDomain.cpp7056 uint8_t buf[SIMPLEREPORT_BUFSIZE];

Completed in 111 milliseconds