Lines Matching refs:IOBufferMemoryDescriptor
87 OSDefineMetaClassAndStructorsWithZone(IOBufferMemoryDescriptor,
118 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
129 OSSharedPtr<IOBufferMemoryDescriptor>
130 IOBufferMemoryDescriptor::withCopy( in withCopy()
137 OSSharedPtr<IOBufferMemoryDescriptor> inst; in withCopy()
145 inst = OSMakeShared<IOBufferMemoryDescriptor>(); in withCopy()
184 IOBufferMemoryDescriptor::initWithPhysicalMask( in initWithPhysicalMask()
497 IOBufferMemoryDescriptor::initControlWithPhysicalMask( in initControlWithPhysicalMask()
510 IOBufferMemoryDescriptor::initWithGuardPages( in initWithGuardPages()
527 OSSharedPtr<IOBufferMemoryDescriptor>
528 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
534 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
542 OSSharedPtr<IOBufferMemoryDescriptor>
543 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
551 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
563 OSSharedPtr<IOBufferMemoryDescriptor>
564 IOBufferMemoryDescriptor::inTaskWithPhysicalMask( in inTaskWithPhysicalMask()
570 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithPhysicalMask()
578 OSSharedPtr<IOBufferMemoryDescriptor>
579 IOBufferMemoryDescriptor::inTaskWithGuardPages( in inTaskWithGuardPages()
584 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithGuardPages()
594 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
603 OSSharedPtr<IOBufferMemoryDescriptor>
604 IOBufferMemoryDescriptor::withOptions( in withOptions()
609 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withOptions()
624 OSSharedPtr<IOBufferMemoryDescriptor>
625 IOBufferMemoryDescriptor::withCapacity(vm_size_t inCapacity, in withCapacity()
629 return IOBufferMemoryDescriptor::withOptions( in withCapacity()
643 IOBufferMemoryDescriptor::initWithBytes(const void * inBytes, in initWithBytes()
671 OSSharedPtr<IOBufferMemoryDescriptor>
672 IOBufferMemoryDescriptor::withBytes(const void * inBytes, in withBytes()
677 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withBytes()
705 IOBufferMemoryDescriptor::free() in free()
807 IOBufferMemoryDescriptor::getCapacity() const in getCapacity()
823 IOBufferMemoryDescriptor::setLength(vm_size_t length) in setLength()
842 IOBufferMemoryDescriptor::setDirection(IODirection direction) in setDirection()
858 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) in appendBytes()
885 IOBufferMemoryDescriptor::getBytesNoCopy() in getBytesNoCopy()
905 IOBufferMemoryDescriptor::getBytesNoCopy(vm_size_t start, vm_size_t withLength) in getBytesNoCopy()
931 IOBufferMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
945 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 0);
946 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 1);
948 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 0);
949 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 1);
951 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 2);
952 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 3);
953 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 4);
954 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 5);
955 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 6);
956 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 7);
957 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 8);
958 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 9);
959 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 10);
960 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 11);
961 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 12);
962 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 13);
963 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 14);
964 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 15);