Searched refs:destroyAGPSpace (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOAGPDevice.h139 /*! @function destroyAGPSpace
144 virtual IOReturn destroyAGPSpace( void );
148 @discussion To allocate ranges in AGP space, obtain a range allocator for the space with this method. It is retained while the space is created (until destroyAGPSpace is called) and should not be released by the caller.
H A DIOPCIBridge.h233 virtual IOReturn destroyAGPSpace( IOAGPDevice * master );
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp1209 IOReturn IOAGPDevice::destroyAGPSpace( void ) function in class:IOAGPDevice
1211 return (parent->destroyAGPSpace(this));
H A DIOPCIBridge.cpp2585 IOReturn IOPCIBridge::destroyAGPSpace( IOAGPDevice * master ) function in class:IOPCIBridge

Completed in 109 milliseconds