Searched refs:rangeCount (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/osfmk/mach/ |
| H A D | shared_memory_server.h | 135 int shared_region_make_private_np(uint32_t rangeCount,
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 1098 uint32_t rangeCount = 1; in IOMemoryDescriptorTest() local 1111 rangeCount = 3; in IOMemoryDescriptorTest() 1119 rangeCount = 3; in IOMemoryDescriptorTest() 1123 … IOMemoryDescriptor::withAddressRanges(&ranges[0], rangeCount, kIODirectionInOut, kernel_task)); in IOMemoryDescriptorTest()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOMemoryDescriptor.h | 564 UInt32 rangeCount,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 1754 UInt32 rangeCount, in withAddressRanges() argument 1766 if (that->initWithOptions(ranges, rangeCount, 0, task, options, /* mapper */ NULL)) { in withAddressRanges()
|