Home
last modified time | relevance | path

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

/xnu-11215/iokit/DriverKit/
H A DIOMemoryDescriptor.iig171 * in the withDescriptors array.
172 * @param withDescriptors Source memory descriptor array.
180 IOMemoryDescriptor * const withDescriptors[32],
/xnu-11215/iokit/IOKit/
H A DIOMultiMemoryDescriptor.h62 static OSPtr<IOMultiMemoryDescriptor> withDescriptors(
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp134 …mmd = IOMultiMemoryDescriptor::withDescriptors(&mds[0], sizeof(mds) / sizeof(mds[0]), kIODirection… in IOMultMemoryDescriptorTest()
675 …mmd = IOMultiMemoryDescriptor::withDescriptors(&mds[0], sizeof(mds) / sizeof(mds[0]), kIODirection… in IOGuardPageMDTest()
803 …smmd = IOMultiMemoryDescriptor::withDescriptors(&sbmds[0], sizeof(sbmds) / sizeof(sbmds[0]), kIODi… in IOMemoryDescriptorTest()
807 …mmd = IOMultiMemoryDescriptor::withDescriptors(&mds[0], sizeof(mds) / sizeof(mds[0]), kIODirection… in IOMemoryDescriptorTest()
/xnu-11215/iokit/Kernel/
H A DIOMultiMemoryDescriptor.cpp35 IOMultiMemoryDescriptor * IOMultiMemoryDescriptor::withDescriptors( in OSDefineMetaClassAndStructors()
H A DIOUserServer.cpp819 IOMemoryDescriptor ** const withDescriptors, in CreateWithMemoryDescriptors_Impl() argument
825 if (!withDescriptors) { in CreateWithMemoryDescriptors_Impl()
836 if (NULL == withDescriptors[idx]) { in CreateWithMemoryDescriptors_Impl()
841 iomd = IOMultiMemoryDescriptor::withDescriptors(withDescriptors, withDescriptorsCount, in CreateWithMemoryDescriptors_Impl()