Home
last modified time | relevance | path

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

/xnu-11215/iokit/DriverKit/
H A DIOMemoryDescriptor.iig170 * @param withDescriptorsCount Number of valid memory descriptors being passed
179 uint32_t withDescriptorsCount,
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp818 uint32_t withDescriptorsCount, in CreateWithMemoryDescriptors_Impl() argument
828 if (!withDescriptorsCount) { in CreateWithMemoryDescriptors_Impl()
835 for (unsigned int idx = 0; idx < withDescriptorsCount; idx++) { in CreateWithMemoryDescriptors_Impl()
841 iomd = IOMultiMemoryDescriptor::withDescriptors(withDescriptors, withDescriptorsCount, in CreateWithMemoryDescriptors_Impl()