Home
last modified time | relevance | path

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

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