Searched refs:initWithOptions (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOBufferMemoryDescriptor.h | 91 virtual bool initWithOptions( 180 virtual bool initWithOptions( IOOptionBits options,
|
| H A D | IOMemoryDescriptor.h | 340 virtual bool initWithOptions(void * buffers, 1186 virtual bool initWithOptions(void * buffers,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOGuardPageMemoryDescriptor.cpp | 74 if (!super::initWithOptions(_ranges.v64, 1, 0, kernel_task, iomdOptions, NULL)) { in initWithSize()
|
| H A D | IOBufferMemoryDescriptor.cpp | 112 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions() function in IOBufferMemoryDescriptor 419 if (!super::initWithOptions(_ranges.v64, 1, 0, in initWithPhysicalMask() 563 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions() function in IOBufferMemoryDescriptor
|
| H A D | IOMemoryDescriptor.cpp | 1766 if (that->initWithOptions(ranges, rangeCount, 0, task, options, /* mapper */ NULL)) { in withAddressRanges() 1794 && !self->initWithOptions(buffers, count, offset, task, opts, mapper)) { in withOptions() 1802 IOMemoryDescriptor::initWithOptions(void * buffers, in initWithOptions() function in IOMemoryDescriptor 1872 && !self->initWithOptions(&initData, 1, 0, NULL, kIOMemoryTypePersistentMD, NULL)) { in withPersistentMemoryDescriptor() 1927 return initWithOptions(ranges, count, 0, NULL, mdOpts, /* mapper */ NULL); in initWithPhysicalRanges() 1957 return initWithOptions(ranges, count, 0, task, mdOpts, /* mapper */ NULL); in initWithRanges() 1976 IOGeneralMemoryDescriptor::initWithOptions(void * buffers, in initWithOptions() function in IOGeneralMemoryDescriptor
|