Searched refs:_singleRange (Results 1 – 2 of 2) sorted by relevance
1884 _singleRange.v.address = (vm_offset_t) address; in initWithAddress()1885 _singleRange.v.length = withLength; in initWithAddress()1896 _singleRange.v.address = address; in initWithAddress()1897 _singleRange.v.length = withLength; 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()[all …]
1087 } _singleRange; /* storage space for a single range */ variable