Searched refs:_capacity (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORangeAllocator.cpp68 UInt32 _capacity,
74 if( !_capacity)
75 _capacity = 1;
79 capacityIncrement = _capacity;
66 init( IORangeScalar endOfRange, IORangeScalar _defaultAlignment, UInt32 _capacity, IOOptionBits _options ) argument
H A DIOBufferMemoryDescriptor.cpp311 _capacity = capacity;
510 _ranges.v64->length = _capacity;
544 setLength(_capacity);
698 vm_size_t size = _capacity;
756 return _capacity;
771 assert(length <= _capacity);
802 vm_size_t actualBytesToCopy = min(withLength, _capacity - _length);
805 assert(_length <= _capacity);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h76 vm_size_t _capacity; member in class:IOBufferMemoryDescriptor

Completed in 73 milliseconds