Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOReporter.cpp826 int start_element_idx, chElems; in updateReportChannel() local
846 chElems = _elements[start_element_idx].channel_type.nelements; in updateReportChannel()
849 if (start_element_idx + chElems > _nElements) { in updateReportChannel()
853 PREFL_MEMOP_FAIL(chElems, IOReportElement); in updateReportChannel()
854 size2cpy = (size_t)chElems * sizeof(IOReportElement); in updateReportChannel()
866 *nElements += chElems; in updateReportChannel()