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()
765 IOBufferMemoryDescriptor::getCapacity() const in getCapacity()
781 IOBufferMemoryDescriptor::setLength(vm_size_t length) in setLength()
800 IOBufferMemoryDescriptor::setDirection(IODirection direction) in setDirection()
816 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) in appendBytes()
843 IOBufferMemoryDescriptor::getBytesNoCopy() in getBytesNoCopy()
859 IOBufferMemoryDescriptor::getBytesNoCopy(vm_size_t start, vm_size_t withLength) in getBytesNoCopy()
881 IOBufferMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
895 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 0);
896 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 1);
898 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 0);
899 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 1);
901 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 2);
902 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 3);
903 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 4);
904 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 5);
905 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 6);
906 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 7);
907 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 8);
908 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 9);
909 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 10);
910 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 11);
911 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 12);
912 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 13);
913 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 14);
914 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 15);