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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp134 _ranges.v64 = IONew(IOAddressRange, 1);
135 if (!_ranges.v64)
137 _ranges.v64->address = 0;
138 _ranges.v64->length = 0;
139 // make sure super::free doesn't dealloc _ranges before super::init
335 _ranges.v64->address = (mach_vm_address_t) _buffer;;
336 _ranges.v64->length = _capacity;
338 if (!super::initWithOptions(_ranges.v64, 1, 0,
367 _ranges.v64->address = buffer;
527 IOAddressRange * range = _ranges
[all...]
H A DIOMemoryDescriptor.cpp452 getAddrLenForInd(range0Addr, range0Len, type, _ranges, 0);
620 buffers = orig->_ranges.v;
672 if (_ranges.v && !(kIOMemoryAsReference & _flags))
675 uio_free((uio_t) _ranges.v);
678 IODelete(_ranges.v64, IOAddressRange, _rangesCount);
681 IODelete(_ranges.v, IOVirtualRange, _rangesCount);
788 // Hack assignment to get the buffer arg into _ranges.
789 // I'd prefer to do _ranges = (Ranges) buffers, but that doesn't
792 _ranges.v = (IOVirtualRange *) buffers;
801 _ranges
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFURL.c196 CFRange *_ranges; member in struct:__CFURL
339 _parseComponents(CFGetAllocator(url), url->_string, url->_base, &(((struct __CFURL *)url)->_flags), &(((struct __CFURL *)url)->_ranges));
1607 if (url->_ranges) CFAllocatorDeallocate(alloc, url->_ranges);
1789 base = _rangeForComponent(url->_flags, url->_ranges, HAS_SCHEME).length + 1;
1802 CFRange componentRange = _rangeForComponent(url->_flags, url->_ranges, currentComponent);
1878 url->_ranges = NULL;
2172 url->_ranges = (CFRange *)CFAllocatorAllocate(alloc, sizeof(CFRange) * 3, 0);
2173 url->_ranges[0] = CFRangeMake(0, 4); // scheme "file"
2174 url->_ranges[
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOMemoryDescriptor.h870 Ranges _ranges; member in class:IOGeneralMemoryDescriptor

Completed in 154 milliseconds