Searched refs:cats (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/iokit/IOKit/ |
| H A D | IOReportMacros.h | 82 #define SIMPLEREPORT_INIT(buf, bufSize, providerID, channelID, cats) \ argument 92 __elem->channel_type.categories = (cats); \ 237 #define STATEREPORT_INIT(nstates, buf, bufSize, providerID, channelID, cats) \ argument 251 __elem->channel_type.categories = (cats); \ 425 #define SIMPLEARRAY_INIT(nValues, buf, bufSize, providerID, channelID, cats) \ argument 440 __elem->channel_type.categories = (cats); \ 603 #define HISTREPORT_INIT(nbuckets, bktSize, buf, bufSize, providerID, channelID, cats) \ argument 618 __elem->channel_type.categories = (cats); \
|