Searched refs:isATAPI (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.h27 void GetRestrictions(uchar targetID, bool *isATAPI,
H A Dahci_sim.cpp104 ahci_get_restrictions(scsi_sim_cookie cookie, uchar targetID, bool *isATAPI, argument
109 static_cast<AHCIController *>(cookie)->GetRestrictions(targetID, isATAPI, noAutoSense, maxBlocks);
H A Dahci_port.h30 void ScsiGetRestrictions(bool *isATAPI, bool *noAutoSense, uint32 *maxBlocks);
H A Dahci_controller.cpp369 AHCIController::GetRestrictions(uchar targetID, bool *isATAPI, argument
375 fPort[targetID]->ScsiGetRestrictions(isATAPI, noAutoSense, maxBlocks);
H A Dahci_port.cpp1078 AHCIPort::ScsiGetRestrictions(bool *isATAPI, bool *noAutoSense, argument
1081 *isATAPI = fIsATAPI;
1084 TRACE("AHCIPort::ScsiGetRestrictions port %d: isATAPI %d, noAutoSense %d, "
1085 "maxBlocks %" B_PRIu32 "\n", fIndex, *isATAPI, *noAutoSense, *maxBlocks);
/haiku-fatelf/src/tests/add-ons/kernel/busses/scsi/example/
H A Dexample_scsi.c158 example_get_restrictions(scsi_sim_cookie cookie, uchar targetID, bool *isATAPI, argument
/haiku-fatelf/src/add-ons/kernel/bus_managers/ata/
H A DATAModule.cpp149 bool *isATAPI, bool *noAutoSense, uint32 *maxBlocks)
152 channel->GetRestrictions(targetID, isATAPI, noAutoSense, maxBlocks);
148 ata_sim_get_restrictions(scsi_sim_cookie cookie, uchar targetID, bool *isATAPI, bool *noAutoSense, uint32 *maxBlocks) argument
H A DATAPrivate.h76 void GetRestrictions(uint8 targetID, bool *isATAPI,
H A DATAChannel.cpp286 ATAChannel::GetRestrictions(uint8 targetID, bool *isATAPI, bool *noAutoSense, argument
290 *isATAPI = true;

Completed in 161 milliseconds