Home
last modified time | relevance | path

Searched refs:IOReportChannel (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/iokit/IOKit/
H A DIOReportTypes.h174 } IOReportChannel; typedef
178 IOReportChannel channels[];
183 IOReportChannel channel;
/xnu-11215.1.10/iokit/Kernel/
H A DIOUserServer.cpp312 static_assert(sizeof(IOReportChannel) == 16); in _ConfigureReport()
314 …bool overflow = os_mul_and_add_overflow(channelList->nchannels, sizeof(IOReportChannel), sizeof(IO… in _ConfigureReport()
345 …bool overflow = os_mul_and_add_overflow(channelList->nchannels, sizeof(IOReportChannel), sizeof(IO… in _UpdateReport()