Searched refs:ata_device (Results 1 – 3 of 3) sorted by relevance
| /src/sbin/camcontrol/ |
| H A D | epc.c | 276 uint8_t error = 0, ata_device = 0, status = 0; in epc_getmode() local 459 retval = get_ata_status(device, ccb, &error, &count, &lba, &ata_device, in epc_getmode()
|
| H A D | camcontrol.c | 2064 uint8_t error = 0, ata_device = 0, status = 0; in atahpa_proc_resp() local 2069 retval = get_ata_status(device, ccb, &error, &count, &lba, &ata_device, in atahpa_proc_resp() 6756 uint8_t error = 0, ata_device = 0, status = 0; in sanitize_wait_ata() local 6796 &ata_device, &status); in sanitize_wait_ata() 9333 uint8_t error = 0, ata_device = 0, status = 0; in atapm_proc_resp() local 9338 retval = get_ata_status(device, ccb, &error, &count, &lba, &ata_device, in atapm_proc_resp()
|
| /src/sys/dev/ata/ |
| H A D | ata-all.h | 298 struct ata_device { struct 465 int ata_getparam(struct ata_device *atadev, int init);
|