Home
last modified time | relevance | path

Searched refs:nchannels (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/iokit/IOKit/
H A DIOReportTypes.h177 uint32_t nchannels; member
/xnu-8019.80.24/iokit/DriverKit/
H A DIOReportTypes.h177 uint32_t nchannels; member
/xnu-8019.80.24/iokit/Kernel/
H A DIOReporter.cpp624 for (chIdx = 0; chIdx < channelList->nchannels; chIdx++) { in handleConfigureReport()
691 for (chIdx = 0; chIdx < channelList->nchannels; chIdx++) { in handleUpdateReport()
H A DIOUserServer.cpp290 …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()
H A DIOService.cpp8718 for (cnt = 0; cnt < channelList->nchannels; cnt++) { in configureReport()
8768 for (cnt = 0; cnt < channelList->nchannels; cnt++) { in updateReport()
H A DIOPMrootDomain.cpp9585 for (cnt = 0; cnt < channelList->nchannels; cnt++) { in configureReport()
9656 for (cnt = 0; cnt < channelList->nchannels; cnt++) { in updateReport()