Searched refs:withAddressRanges (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireMultiIsochReceive.cpp261 bufferDesc = IOMemoryDescriptor::withAddressRanges (ranges, numRanges, kIODirectionOut, kernel_task) ;
H A DIOFWUserIsochPort.cpp418 bufferDesc = IOMemoryDescriptor::withAddressRanges ( bufferRanges, params->bufferRangeCount, kIODirectionOutIn,
/macosx-10.10.1/xnu-2782.1.97/iokit/bsddev/
H A DDINetBootHook.cpp270 mem = IOMemoryDescriptor::withAddressRanges(
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.cpp1129 memory = IOMemoryDescriptor::withAddressRanges( address_ranges, withCount, withDirection, withTask );
1174 memory = IOMemoryDescriptor::withAddressRanges( ranges, withCount, withDirection, withTask );
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp571 fMem = IOMemoryDescriptor::withAddressRanges(fVirtualRange,
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h396 bool asReference = false) APPLE_KEXT_DEPRECATED; /* use withAddressRanges() instead */
415 /*! @function withAddressRanges
426 static IOMemoryDescriptor * withAddressRanges(
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1104 return (IOMemoryDescriptor::withAddressRanges(&range, 1, options, task));
1108 IOMemoryDescriptor::withAddressRanges(IOAddressRange * ranges, function in class:IOMemoryDescriptor
4513 IOMemoryDescriptor::withAddressRanges(&ranges[0], rangeCount, kIODirectionInOut, kernel_task));

Completed in 193 milliseconds