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()
459 IOBufferMemoryDescriptor::initControlWithPhysicalMask( in initControlWithPhysicalMask()
472 IOBufferMemoryDescriptor::initWithGuardPages( in initWithGuardPages()
489 OSSharedPtr<IOBufferMemoryDescriptor>
490 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
496 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
504 OSSharedPtr<IOBufferMemoryDescriptor>
505 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
513 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
525 OSSharedPtr<IOBufferMemoryDescriptor>
526 IOBufferMemoryDescriptor::inTaskWithPhysicalMask( in inTaskWithPhysicalMask()
532 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithPhysicalMask()
540 OSSharedPtr<IOBufferMemoryDescriptor>
541 IOBufferMemoryDescriptor::inTaskWithGuardPages( in inTaskWithGuardPages()
546 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithGuardPages()
556 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
565 OSSharedPtr<IOBufferMemoryDescriptor>
566 IOBufferMemoryDescriptor::withOptions( in withOptions()
571 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withOptions()
586 OSSharedPtr<IOBufferMemoryDescriptor>
587 IOBufferMemoryDescriptor::withCapacity(vm_size_t inCapacity, in withCapacity()
591 return IOBufferMemoryDescriptor::withOptions( in withCapacity()
605 IOBufferMemoryDescriptor::initWithBytes(const void * inBytes, in initWithBytes()
633 OSSharedPtr<IOBufferMemoryDescriptor>
634 IOBufferMemoryDescriptor::withBytes(const void * inBytes, in withBytes()
639 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withBytes()
665 IOBufferMemoryDescriptor::free() in free()
757 IOBufferMemoryDescriptor::getCapacity() const in getCapacity()
773 IOBufferMemoryDescriptor::setLength(vm_size_t length) in setLength()
792 IOBufferMemoryDescriptor::setDirection(IODirection direction) in setDirection()
808 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) in appendBytes()
835 IOBufferMemoryDescriptor::getBytesNoCopy() in getBytesNoCopy()
851 IOBufferMemoryDescriptor::getBytesNoCopy(vm_size_t start, vm_size_t withLength) in getBytesNoCopy()
873 IOBufferMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
887 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 0);
888 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 1);
890 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 0);
891 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 1);
893 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 2);
894 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 3);
895 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 4);
896 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 5);
897 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 6);
898 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 7);
899 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 8);
900 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 9);
901 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 10);
902 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 11);
903 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 12);
904 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 13);
905 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 14);
906 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 15);