Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h91 virtual bool initWithOptions(
180 virtual bool initWithOptions( IOOptionBits options,
H A DIOMemoryDescriptor.h340 virtual bool initWithOptions(void * buffers,
1186 virtual bool initWithOptions(void * buffers,
/xnu-11215/iokit/Kernel/
H A DIOGuardPageMemoryDescriptor.cpp74 if (!super::initWithOptions(_ranges.v64, 1, 0, kernel_task, iomdOptions, NULL)) { in initWithSize()
H A DIOBufferMemoryDescriptor.cpp112 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 DIOMemoryDescriptor.cpp1766 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