Lines Matching refs:IOBufferMemoryDescriptor

78 OSDefineMetaClassAndStructorsWithZone(IOBufferMemoryDescriptor,
103 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
114 OSSharedPtr<IOBufferMemoryDescriptor>
115 IOBufferMemoryDescriptor::withCopy( in withCopy()
122 OSSharedPtr<IOBufferMemoryDescriptor> inst; in withCopy()
130 inst = OSMakeShared<IOBufferMemoryDescriptor>(); in withCopy()
169 IOBufferMemoryDescriptor::initWithPhysicalMask( in initWithPhysicalMask()
451 IOBufferMemoryDescriptor::initControlWithPhysicalMask( in initControlWithPhysicalMask()
464 IOBufferMemoryDescriptor::initWithGuardPages( in initWithGuardPages()
481 OSSharedPtr<IOBufferMemoryDescriptor>
482 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
488 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
496 OSSharedPtr<IOBufferMemoryDescriptor>
497 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
505 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
517 OSSharedPtr<IOBufferMemoryDescriptor>
518 IOBufferMemoryDescriptor::inTaskWithPhysicalMask( in inTaskWithPhysicalMask()
524 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithPhysicalMask()
532 OSSharedPtr<IOBufferMemoryDescriptor>
533 IOBufferMemoryDescriptor::inTaskWithGuardPages( in inTaskWithGuardPages()
538 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithGuardPages()
548 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
557 OSSharedPtr<IOBufferMemoryDescriptor>
558 IOBufferMemoryDescriptor::withOptions( in withOptions()
563 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withOptions()
578 OSSharedPtr<IOBufferMemoryDescriptor>
579 IOBufferMemoryDescriptor::withCapacity(vm_size_t inCapacity, in withCapacity()
583 return IOBufferMemoryDescriptor::withOptions( in withCapacity()
597 IOBufferMemoryDescriptor::initWithBytes(const void * inBytes, in initWithBytes()
625 OSSharedPtr<IOBufferMemoryDescriptor>
626 IOBufferMemoryDescriptor::withBytes(const void * inBytes, in withBytes()
631 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withBytes()
657 IOBufferMemoryDescriptor::free() in free()
751 IOBufferMemoryDescriptor::getCapacity() const in getCapacity()
767 IOBufferMemoryDescriptor::setLength(vm_size_t length) in setLength()
786 IOBufferMemoryDescriptor::setDirection(IODirection direction) in setDirection()
802 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) in appendBytes()
829 IOBufferMemoryDescriptor::getBytesNoCopy() in getBytesNoCopy()
845 IOBufferMemoryDescriptor::getBytesNoCopy(vm_size_t start, vm_size_t withLength) in getBytesNoCopy()
867 IOBufferMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
881 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 0);
882 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 1);
884 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 0);
885 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 1);
887 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 2);
888 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 3);
889 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 4);
890 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 5);
891 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 6);
892 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 7);
893 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 8);
894 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 9);
895 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 10);
896 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 11);
897 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 12);
898 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 13);
899 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 14);
900 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 15);