Lines Matching refs:IOBufferMemoryDescriptor

81 OSDefineMetaClassAndStructorsWithZone(IOBufferMemoryDescriptor,
112 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
123 OSSharedPtr<IOBufferMemoryDescriptor>
124 IOBufferMemoryDescriptor::withCopy( in withCopy()
131 OSSharedPtr<IOBufferMemoryDescriptor> inst; in withCopy()
139 inst = OSMakeShared<IOBufferMemoryDescriptor>(); in withCopy()
178 IOBufferMemoryDescriptor::initWithPhysicalMask( in initWithPhysicalMask()
466 IOBufferMemoryDescriptor::initControlWithPhysicalMask( in initControlWithPhysicalMask()
479 IOBufferMemoryDescriptor::initWithGuardPages( in initWithGuardPages()
496 OSSharedPtr<IOBufferMemoryDescriptor>
497 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
503 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
511 OSSharedPtr<IOBufferMemoryDescriptor>
512 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
520 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
532 OSSharedPtr<IOBufferMemoryDescriptor>
533 IOBufferMemoryDescriptor::inTaskWithPhysicalMask( in inTaskWithPhysicalMask()
539 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithPhysicalMask()
547 OSSharedPtr<IOBufferMemoryDescriptor>
548 IOBufferMemoryDescriptor::inTaskWithGuardPages( in inTaskWithGuardPages()
553 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithGuardPages()
563 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
572 OSSharedPtr<IOBufferMemoryDescriptor>
573 IOBufferMemoryDescriptor::withOptions( in withOptions()
578 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withOptions()
593 OSSharedPtr<IOBufferMemoryDescriptor>
594 IOBufferMemoryDescriptor::withCapacity(vm_size_t inCapacity, in withCapacity()
598 return IOBufferMemoryDescriptor::withOptions( in withCapacity()
612 IOBufferMemoryDescriptor::initWithBytes(const void * inBytes, in initWithBytes()
640 OSSharedPtr<IOBufferMemoryDescriptor>
641 IOBufferMemoryDescriptor::withBytes(const void * inBytes, in withBytes()
646 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withBytes()
674 IOBufferMemoryDescriptor::free() in free()
776 IOBufferMemoryDescriptor::getCapacity() const in getCapacity()
792 IOBufferMemoryDescriptor::setLength(vm_size_t length) in setLength()
811 IOBufferMemoryDescriptor::setDirection(IODirection direction) in setDirection()
827 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) in appendBytes()
854 IOBufferMemoryDescriptor::getBytesNoCopy() in getBytesNoCopy()
870 IOBufferMemoryDescriptor::getBytesNoCopy(vm_size_t start, vm_size_t withLength) in getBytesNoCopy()
892 IOBufferMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
906 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 0);
907 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 1);
909 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 0);
910 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 1);
912 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 2);
913 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 3);
914 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 4);
915 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 5);
916 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 6);
917 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 7);
918 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 8);
919 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 9);
920 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 10);
921 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 11);
922 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 12);
923 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 13);
924 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 14);
925 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 15);