Lines Matching refs:IOBufferMemoryDescriptor

78 OSDefineMetaClassAndStructorsWithZone(IOBufferMemoryDescriptor,
105 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
116 OSSharedPtr<IOBufferMemoryDescriptor>
117 IOBufferMemoryDescriptor::withCopy( in withCopy()
124 OSSharedPtr<IOBufferMemoryDescriptor> inst; in withCopy()
132 inst = OSMakeShared<IOBufferMemoryDescriptor>(); in withCopy()
171 IOBufferMemoryDescriptor::initWithPhysicalMask( in initWithPhysicalMask()
455 IOBufferMemoryDescriptor::initControlWithPhysicalMask( in initControlWithPhysicalMask()
468 IOBufferMemoryDescriptor::initWithGuardPages( in initWithGuardPages()
485 OSSharedPtr<IOBufferMemoryDescriptor>
486 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
492 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
500 OSSharedPtr<IOBufferMemoryDescriptor>
501 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions()
509 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
521 OSSharedPtr<IOBufferMemoryDescriptor>
522 IOBufferMemoryDescriptor::inTaskWithPhysicalMask( in inTaskWithPhysicalMask()
528 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithPhysicalMask()
536 OSSharedPtr<IOBufferMemoryDescriptor>
537 IOBufferMemoryDescriptor::inTaskWithGuardPages( in inTaskWithGuardPages()
542 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithGuardPages()
552 IOBufferMemoryDescriptor::initWithOptions( in initWithOptions()
561 OSSharedPtr<IOBufferMemoryDescriptor>
562 IOBufferMemoryDescriptor::withOptions( in withOptions()
567 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withOptions()
582 OSSharedPtr<IOBufferMemoryDescriptor>
583 IOBufferMemoryDescriptor::withCapacity(vm_size_t inCapacity, in withCapacity()
587 return IOBufferMemoryDescriptor::withOptions( in withCapacity()
601 IOBufferMemoryDescriptor::initWithBytes(const void * inBytes, in initWithBytes()
629 OSSharedPtr<IOBufferMemoryDescriptor>
630 IOBufferMemoryDescriptor::withBytes(const void * inBytes, in withBytes()
635 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withBytes()
661 IOBufferMemoryDescriptor::free() in free()
760 IOBufferMemoryDescriptor::getCapacity() const in getCapacity()
776 IOBufferMemoryDescriptor::setLength(vm_size_t length) in setLength()
795 IOBufferMemoryDescriptor::setDirection(IODirection direction) in setDirection()
811 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) in appendBytes()
838 IOBufferMemoryDescriptor::getBytesNoCopy() in getBytesNoCopy()
854 IOBufferMemoryDescriptor::getBytesNoCopy(vm_size_t start, vm_size_t withLength) in getBytesNoCopy()
876 IOBufferMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
890 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 0);
891 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 1);
893 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 0);
894 OSMetaClassDefineReservedUsedX86(IOBufferMemoryDescriptor, 1);
896 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 2);
897 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 3);
898 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 4);
899 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 5);
900 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 6);
901 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 7);
902 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 8);
903 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 9);
904 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 10);
905 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 11);
906 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 12);
907 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 13);
908 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 14);
909 OSMetaClassDefineReservedUnused(IOBufferMemoryDescriptor, 15);