Home
last modified time | relevance | path

Searched refs:nstates (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/iokit/IOKit/
H A DIOReportMacros.h220 #define STATEREPORT_BUFSIZE(nstates) \ argument
221 (sizeof(IOStateReportInfo) + (nstates) * sizeof(IOReportElement))
237 #define STATEREPORT_INIT(nstates, buf, bufSize, providerID, channelID, cats) \ argument
243 if ((bufSize) >= STATEREPORT_BUFSIZE(nstates)) { \
244 for (uint16_t __no = 0; __no < (nstates); __no++) { \
252 __elem->channel_type.nelements = (nstates); \
H A DIOKernelReporters.h962 int nstates,
1360 int nstates,
1386 int16_t nstates, IOReportUnit unit);
/xnu-10063.141.1/iokit/Kernel/
H A DIOStateReporter.cpp45 int nstates, in with() argument
50 if (nstates > INT16_MAX) { in with()
59 if (!reporter->initWith(reportingService, categories, (int16_t) nstates, unit)) { in with()
69 int16_t nstates, in initWith() argument
77 .nelements = static_cast<uint16_t>(nstates), in initWith()
879 int nstates, in createLegend() argument
886 .nelements = static_cast<uint16_t>(nstates), in createLegend()
/xnu-10063.141.1/osfmk/kern/
H A Dpms.h182 extern kern_return_t pmsCPULoadVIDTable(uint16_t *tablep, int nstates); /* i386 only */