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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h85 virtual bool initWithOptions(
135 virtual bool initWithOptions( IOOptionBits options,
H A DIOMemoryDescriptor.h234 /*! @function initWithOptions
238 virtual bool initWithOptions(void * buffers,
487 // - initWithOptions is the designated initializer
490 IODirection withDirection) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
494 task_t withTask) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
498 IODirection withDirection ) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
503 bool asReference = false) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
507 bool asReference = false) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
992 virtual bool initWithOptions(void * buffers,
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp98 bool IOBufferMemoryDescriptor::initWithOptions( function in class:IOBufferMemoryDescriptor
257 // initWithOptions will create memory entry
286 if (!super::initWithOptions(_ranges.v64, 1, 0,
355 bool IOBufferMemoryDescriptor::initWithOptions( function in class:IOBufferMemoryDescriptor
H A DIOMemoryDescriptor.cpp127 // Some data structures and accessor macros used by the initWithOptions
1121 if (that->initWithOptions(ranges, rangeCount, 0, task, options, /* mapper */ 0))
1150 && !self->initWithOptions(buffers, count, offset, task, opts, mapper))
1159 bool IOMemoryDescriptor::initWithOptions(void * buffers, function in class:IOMemoryDescriptor
1228 && !self->initWithOptions(&initData, 1, 0, 0, kIOMemoryTypePersistentMD, 0)) {
1283 return initWithOptions(ranges, count, 0, 0, mdOpts, /* mapper */ 0);
1311 return initWithOptions(ranges, count, 0, task, mdOpts, /* mapper */ 0);
1316 * initWithOptions:
1324 * An IOMemoryDescriptor can be re-used by calling initWithOptions again on an
1330 IOGeneralMemoryDescriptor::initWithOptions(voi function in class:IOGeneralMemoryDescriptor
[all...]
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp2236 ok = md->initWithOptions(&range, 1, 0, TASK_NULL,
2243 if (!ok) panic("IOMD::initWithOptions");

Completed in 135 milliseconds