Searched refs:GetHBADataPointer (Results 1 - 7 of 7) sorted by last modified time

/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp839 // GetHBADataPointer - Retrieves the pointer to the HBA Data for this device.
844 IOSCSIParallelInterfaceDevice::GetHBADataPointer ( void ) function in class:IOSCSIParallelInterfaceDevice
2527 // GetHBADataPointer - Gets the HBA Data pointer associated with a command.
2532 IOSCSIParallelInterfaceDevice::GetHBADataPointer ( function in class:IOSCSIParallelInterfaceDevice
2543 return task->GetHBADataPointer ( );
H A DIOSCSIParallelInterfaceDevice.h137 @function GetHBADataPointer
144 void * GetHBADataPointer ( void );
608 @function GetHBADataPointer
615 void * GetHBADataPointer ( SCSIParallelTaskIdentifier parallelTask );
H A DIOSCSIParallelInterfaceController.h1287 @function GetHBADataPointer
1295 void * GetHBADataPointer ( SCSIParallelTaskIdentifier parallelTask );
H A DIOSCSIParallelInterfaceController.cpp3074 // GetHBADataPointer - Gets pointer to HBA data. [PROTECTED]
3078 IOSCSIParallelInterfaceController::GetHBADataPointer ( function in class:IOSCSIParallelInterfaceController
3089 return tempTask->GetHBADataPointer ( );
3161 return targetDevice->GetHBADataPointer ( );
H A DSCSIParallelTask.cpp700 // GetHBADataPointer - Gets virtual address of HBA specific data. [PUBLIC]
704 SCSIParallelTask::GetHBADataPointer ( void ) function in class:SCSIParallelTask
H A DSCSIParallelTask.h116 void * GetHBADataPointer ( void );
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorAdapter.cpp751 SCSIEmulatorRequestBlock * srb = ( SCSIEmulatorRequestBlock * ) GetHBADataPointer ( parallelRequest );
845 SCSIEmulatorRequestBlock * srb = ( SCSIEmulatorRequestBlock * ) GetHBADataPointer ( parallelRequest );

Completed in 194 milliseconds