Lines Matching refs:IOBufferMemoryDescriptor
78 OSDefineMetaClassAndStructorsWithZone(IOBufferMemoryDescriptor,
109 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
120 OSSharedPtr<IOBufferMemoryDescriptor>
121 IOBufferMemoryDescriptor::withCopy( in withCopy()
128 OSSharedPtr<IOBufferMemoryDescriptor> inst; in withCopy()
136 inst = OSMakeShared<IOBufferMemoryDescriptor>(); in withCopy()
175 IOBufferMemoryDescriptor::initWithPhysicalMask( in initWithPhysicalMask()
463 IOBufferMemoryDescriptor::initControlWithPhysicalMask( in initControlWithPhysicalMask()
476 IOBufferMemoryDescriptor::initWithGuardPages( in initWithGuardPages()
493 OSSharedPtr<IOBufferMemoryDescriptor>
494 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
500 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
508 OSSharedPtr<IOBufferMemoryDescriptor>
509 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
517 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
529 OSSharedPtr<IOBufferMemoryDescriptor>
530 IOBufferMemoryDescriptor::inTaskWithPhysicalMask( in inTaskWithPhysicalMask()
536 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithPhysicalMask()
544 OSSharedPtr<IOBufferMemoryDescriptor>
545 IOBufferMemoryDescriptor::inTaskWithGuardPages( in inTaskWithGuardPages()
550 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithGuardPages()
560 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
569 OSSharedPtr<IOBufferMemoryDescriptor>
570 IOBufferMemoryDescriptor::withOptions( in withOptions()
575 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withOptions()
590 OSSharedPtr<IOBufferMemoryDescriptor>
591 IOBufferMemoryDescriptor::withCapacity(vm_size_t inCapacity, in withCapacity()
595 return IOBufferMemoryDescriptor::withOptions( in withCapacity()
609 IOBufferMemoryDescriptor::initWithBytes(const void * inBytes, in initWithBytes()
637 OSSharedPtr<IOBufferMemoryDescriptor>
638 IOBufferMemoryDescriptor::withBytes(const void * inBytes, in withBytes()
643 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withBytes()
669 IOBufferMemoryDescriptor::free() in free()
770 IOBufferMemoryDescriptor::getCapacity() const in getCapacity()
786 IOBufferMemoryDescriptor::setLength(vm_size_t length) in setLength()
805 IOBufferMemoryDescriptor::setDirection(IODirection direction) in setDirection()
821 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) in appendBytes()
848 IOBufferMemoryDescriptor::getBytesNoCopy() in getBytesNoCopy()
864 IOBufferMemoryDescriptor::getBytesNoCopy(vm_size_t start, vm_size_t withLength) in getBytesNoCopy()
886 IOBufferMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
900 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 0);
901 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 1);
903 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 0);
904 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 1);
906 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 2);
907 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 3);
908 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 4);
909 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 5);
910 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 6);
911 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 7);
912 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 8);
913 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 9);
914 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 10);
915 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 11);
916 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 12);
917 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 13);
918 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 14);
919 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 15);