Searched refs:initWithOptions (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h85 virtual bool initWithOptions(
135 virtual bool initWithOptions( IOOptionBits options,
H A DIOMemoryDescriptor.h187 /*! @function initWithOptions
191 virtual bool initWithOptions(void * buffers,
429 // - initWithOptions is the designated initializer
432 IODirection withDirection) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
436 task_t withTask) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
440 IODirection withDirection ) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
445 bool asReference = false) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
449 bool asReference = false) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
905 virtual bool initWithOptions(void * buffers,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp280 bool IOBufferMemoryDescriptor::initWithOptions( function in class:IOBufferMemoryDescriptor
512 if (!super::initWithOptions(_ranges.v64, 1, 0,
581 bool IOBufferMemoryDescriptor::initWithOptions( function in class:IOBufferMemoryDescriptor
H A DIOMemoryDescriptor.cpp129 // Some data structures and accessor macros used by the initWithOptions
332 if (that->initWithOptions(ranges, rangeCount, 0, task, options, /* mapper */ 0))
361 && !self->initWithOptions(buffers, count, offset, task, opts, mapper))
370 bool IOMemoryDescriptor::initWithOptions(void * buffers, function in class:IOMemoryDescriptor
439 && !self->initWithOptions(&initData, 1, 0, 0, kIOMemoryTypePersistentMD, 0)) {
540 return initWithOptions(ranges, count, 0, 0, mdOpts, /* mapper */ 0);
568 return initWithOptions(ranges, count, 0, task, mdOpts, /* mapper */ 0);
573 * initWithOptions:
581 * An IOMemoryDescriptor can be re-used by calling initWithOptions again on an
587 IOGeneralMemoryDescriptor::initWithOptions(voi function in class:IOGeneralMemoryDescriptor
[all...]

Completed in 15 milliseconds