Searched refs:withCount (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMultiMemoryDescriptor.cpp | 37 UInt32 withCount, in OSDefineMetaClassAndStructors() 53 /* withCount */ withCount, in OSDefineMetaClassAndStructors() 66 UInt32 withCount, in initWithDescriptors() argument 101 _descriptorsCount = withCount; in initWithDescriptors() 114 _descriptors = IONew(IOMemoryDescriptor *, withCount); in initWithDescriptors() 121 /* bytes */ withCount * sizeof(IOMemoryDescriptor *)); in initWithDescriptors() 124 for (index = 0; index < withCount; index++) { in initWithDescriptors() 136 for (index = 0; index < withCount; index++) { in initWithDescriptors() 143 if (index < withCount) { in initWithDescriptors()
|
| H A D | IOMemoryDescriptor.cpp | 1727 UInt32 withCount, in withRanges() argument 1734 if (that->initWithRanges(ranges, withCount, direction, task, asReference)) { in withRanges() 1815 UInt32 withCount, in withPhysicalRanges() argument 1821 if (that->initWithPhysicalRanges(ranges, withCount, direction, asReference)) { in withPhysicalRanges() 6031 UInt32 withCount, in initWithRanges() argument 6041 UInt32 withCount, in initWithPhysicalRanges() argument
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOMultiMemoryDescriptor.h | 64 UInt32 withCount, 79 UInt32 withCount,
|
| H A D | IOMemoryDescriptor.h | 529 UInt32 withCount, 601 UInt32 withCount, 636 UInt32 withCount, 641 UInt32 withCount, 1210 UInt32 withCount, 1216 UInt32 withCount,
|