Home
last modified time | relevance | path

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

/xnu-11215/osfmk/mach/
H A Dshared_memory_server.h135 int shared_region_make_private_np(uint32_t rangeCount,
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp1098 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 DIOMemoryDescriptor.h564 UInt32 rangeCount,
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1754 UInt32 rangeCount, in withAddressRanges() argument
1766 if (that->initWithOptions(ranges, rangeCount, 0, task, options, /* mapper */ NULL)) { in withAddressRanges()