Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp596 bool inContiguous) in withCapacity() argument
600 | (inContiguous ? kIOMemoryPhysicallyContiguous : 0), in withCapacity()
601 inCapacity, inContiguous ? inCapacity : 1 ); in withCapacity()
615 bool inContiguous) in initWithBytes() argument
618 | (inContiguous ? kIOMemoryPhysicallyContiguous : 0), in initWithBytes()
644 bool inContiguous) in withBytes() argument
652 | (inContiguous ? kIOMemoryPhysicallyContiguous : 0), in withBytes()