Searched refs:noAutoSense (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.h28 bool *noAutoSense, uint32 *maxBlocks);
H A Dahci_sim.cpp105 bool *noAutoSense, uint32 *maxBlocks)
109 static_cast<AHCIController *>(cookie)->GetRestrictions(targetID, isATAPI, noAutoSense, maxBlocks);
104 ahci_get_restrictions(scsi_sim_cookie cookie, uchar targetID, bool *isATAPI, bool *noAutoSense, uint32 *maxBlocks) argument
H A Dahci_port.h34 void ScsiGetRestrictions(bool *isATAPI, bool *noAutoSense, uint32 *maxBlocks);
H A Dahci_controller.cpp422 bool *noAutoSense, uint32 *maxBlocks)
427 fPort[targetID]->ScsiGetRestrictions(isATAPI, noAutoSense, maxBlocks);
421 GetRestrictions(uchar targetID, bool *isATAPI, bool *noAutoSense, uint32 *maxBlocks) argument
H A Dahci_port.cpp1482 AHCIPort::ScsiGetRestrictions(bool* isATAPI, bool* noAutoSense, argument
1486 *noAutoSense = fIsATAPI; // emulated auto sense for ATA, but not ATAPI
1488 TRACE("AHCIPort::ScsiGetRestrictions port %d: isATAPI %d, noAutoSense %d, "
1489 "maxBlocks %" B_PRIu32 "\n", fIndex, *isATAPI, *noAutoSense,
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAModule.cpp150 bool *isATAPI, bool *noAutoSense, uint32 *maxBlocks)
153 channel->GetRestrictions(targetID, isATAPI, noAutoSense, maxBlocks);
149 ata_sim_get_restrictions(scsi_sim_cookie cookie, uchar targetID, bool *isATAPI, bool *noAutoSense, uint32 *maxBlocks) argument
H A DATAPrivate.h78 bool *noAutoSense, uint32 *maxBlocks);
185 void GetRestrictions(bool *noAutoSense,
H A DATADevice.cpp376 ATADevice::GetRestrictions(bool *noAutoSense, uint32 *maxBlocks) argument
379 *noAutoSense = true;
H A DATAChannel.cpp280 ATAChannel::GetRestrictions(uint8 targetID, bool *isATAPI, bool *noAutoSense, argument
285 *noAutoSense = false;
289 fDevices[targetID]->GetRestrictions(noAutoSense, maxBlocks);
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A Dvirtio_scsi.cpp113 bool *noAutoSense, uint32 *maxBlocks)
117 sim->GetRestrictions(targetID, isATAPI, noAutoSense, maxBlocks);
112 get_restrictions(scsi_sim_cookie cookie, uchar targetID, bool *isATAPI, bool *noAutoSense, uint32 *maxBlocks) argument
H A DVirtioSCSIPrivate.h56 bool* noAutoSense, uint32* maxBlocks);
H A DVirtioSCSIController.cpp167 bool *noAutoSense, uint32 *maxBlocks)
170 *noAutoSense = true;
166 GetRestrictions(uint8 targetID, bool *isATAPI, bool *noAutoSense, uint32 *maxBlocks) argument

Completed in 271 milliseconds