Home
last modified time | relevance | path

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

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