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

/xnu-2422.115.4/iokit/IOKit/
H A DIOReportMacros.h58 #define SIMPLEREPORT_BUFSIZE (sizeof(IOReportElement)) macro
63 * void* buffer - ptr to SIMPLEREPORT_BUFSIZE bytes
77 if ((bufSize) >= SIMPLEREPORT_BUFSIZE) { \
/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePM.cpp6752 uint64_t buf[SIMPLEREPORT_BUFSIZE/sizeof(uint64_t)+1]; // Force a 8-byte alignment
H A DIOPMrootDomain.cpp7270 uint8_t buf[SIMPLEREPORT_BUFSIZE];

Completed in 99 milliseconds