Home
last modified time | relevance | path

Searched refs:_singleRange (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1884 _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 …]
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h1087 } _singleRange; /* storage space for a single range */ variable