Searched refs:GetRestrictions (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.h27 void GetRestrictions(uchar targetID, bool *isATAPI,
H A Dahci_sim.cpp109 static_cast<AHCIController *>(cookie)->GetRestrictions(targetID, isATAPI, noAutoSense, maxBlocks);
H A Dahci_controller.cpp421 AHCIController::GetRestrictions(uchar targetID, bool *isATAPI, function in class:AHCIController
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIPrivate.h55 void GetRestrictions(uint8 targetID, bool* isATAPI,
H A Dvirtio_scsi.cpp117 sim->GetRestrictions(targetID, isATAPI, noAutoSense, maxBlocks);
H A DVirtioSCSIController.cpp166 VirtioSCSIController::GetRestrictions(uint8 targetID, bool *isATAPI, function in class:VirtioSCSIController
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAPrivate.h77 void GetRestrictions(uint8 targetID, bool *isATAPI,
185 void GetRestrictions(bool *noAutoSense,
H A DATAModule.cpp153 channel->GetRestrictions(targetID, isATAPI, noAutoSense, maxBlocks);
197 // to fix specific drive bugs use ATAChannel::GetRestrictions()
H A DATAChannel.cpp280 ATAChannel::GetRestrictions(uint8 targetID, bool *isATAPI, bool *noAutoSense, function in class:ATAChannel
289 fDevices[targetID]->GetRestrictions(noAutoSense, maxBlocks);
H A DATADevice.cpp376 ATADevice::GetRestrictions(bool *noAutoSense, uint32 *maxBlocks) function in class:ATADevice

Completed in 114 milliseconds