Searched refs:withDescriptors (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOMemoryDescriptor.iig | 171 * in the withDescriptors array. 172 * @param withDescriptors Source memory descriptor array. 180 IOMemoryDescriptor * const withDescriptors[32],
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOMultiMemoryDescriptor.h | 62 static OSPtr<IOMultiMemoryDescriptor> withDescriptors(
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 134 …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 D | IOMultiMemoryDescriptor.cpp | 35 IOMultiMemoryDescriptor * IOMultiMemoryDescriptor::withDescriptors( in OSDefineMetaClassAndStructors()
|
| H A D | IOUserServer.cpp | 819 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()
|