Lines Matching refs:IOBufferMemoryDescriptor

79 OSDefineMetaClassAndStructorsWithZone(IOBufferMemoryDescriptor,
110 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
121 OSSharedPtr<IOBufferMemoryDescriptor>
122 IOBufferMemoryDescriptor::withCopy( in withCopy()
129 OSSharedPtr<IOBufferMemoryDescriptor> inst; in withCopy()
137 inst = OSMakeShared<IOBufferMemoryDescriptor>(); in withCopy()
176 IOBufferMemoryDescriptor::initWithPhysicalMask( in initWithPhysicalMask()
464 IOBufferMemoryDescriptor::initControlWithPhysicalMask( in initControlWithPhysicalMask()
477 IOBufferMemoryDescriptor::initWithGuardPages( in initWithGuardPages()
494 OSSharedPtr<IOBufferMemoryDescriptor>
495 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
501 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
509 OSSharedPtr<IOBufferMemoryDescriptor>
510 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
518 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
530 OSSharedPtr<IOBufferMemoryDescriptor>
531 IOBufferMemoryDescriptor::inTaskWithPhysicalMask( in inTaskWithPhysicalMask()
537 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithPhysicalMask()
545 OSSharedPtr<IOBufferMemoryDescriptor>
546 IOBufferMemoryDescriptor::inTaskWithGuardPages( in inTaskWithGuardPages()
551 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithGuardPages()
561 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
570 OSSharedPtr<IOBufferMemoryDescriptor>
571 IOBufferMemoryDescriptor::withOptions( in withOptions()
576 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withOptions()
591 OSSharedPtr<IOBufferMemoryDescriptor>
592 IOBufferMemoryDescriptor::withCapacity(vm_size_t inCapacity, in withCapacity()
596 return IOBufferMemoryDescriptor::withOptions( in withCapacity()
610 IOBufferMemoryDescriptor::initWithBytes(const void * inBytes, in initWithBytes()
638 OSSharedPtr<IOBufferMemoryDescriptor>
639 IOBufferMemoryDescriptor::withBytes(const void * inBytes, in withBytes()
644 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withBytes()
672 IOBufferMemoryDescriptor::free() in free()
773 IOBufferMemoryDescriptor::getCapacity() const in getCapacity()
789 IOBufferMemoryDescriptor::setLength(vm_size_t length) in setLength()
808 IOBufferMemoryDescriptor::setDirection(IODirection direction) in setDirection()
824 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) in appendBytes()
851 IOBufferMemoryDescriptor::getBytesNoCopy() in getBytesNoCopy()
867 IOBufferMemoryDescriptor::getBytesNoCopy(vm_size_t start, vm_size_t withLength) in getBytesNoCopy()
889 IOBufferMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
903 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 0);
904 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 1);
906 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 0);
907 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 1);
909 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 2);
910 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 3);
911 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 4);
912 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 5);
913 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 6);
914 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 7);
915 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 8);
916 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 9);
917 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 10);
918 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 11);
919 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 12);
920 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 13);
921 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 14);
922 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 15);