Lines Matching refs:_singleRange
1884 _singleRange.v.address = (vm_offset_t) address; in initWithAddress()
1885 _singleRange.v.length = withLength; in initWithAddress()
1887 return initWithRanges(&_singleRange.v, 1, withDirection, kernel_task, true); in initWithAddress()
1896 _singleRange.v.address = address; in initWithAddress()
1897 _singleRange.v.length = withLength; in initWithAddress()
1899 return initWithRanges(&_singleRange.v, 1, withDirection, withTask, true); in initWithAddress()
1908 _singleRange.p.address = address; in initWithPhysicalAddress()
1909 _singleRange.p.length = withLength; in initWithPhysicalAddress()
1911 return initWithPhysicalRanges( &_singleRange.p, 1, withDirection, true); in initWithPhysicalAddress()
2219 _ranges.v = &_singleRange.v; in initWithOptions()
2220 _singleRange.v.address = ((IOAddressRange *) buffers)->address; in initWithOptions()
2221 _singleRange.v.length = ((IOAddressRange *) buffers)->length; in initWithOptions()
2238 _ranges.v = &_singleRange.v; in initWithOptions()