Searched refs:ata_device (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/camcontrol/ |
H A D | epc.c | 276 uint8_t error = 0, ata_device = 0, status = 0; in epc_getmode() 459 retval = get_ata_status(device, ccb, &error, &count, &lba, &ata_device, in epc_getmode() 277 uint8_t error = 0, ata_device = 0, status = 0; epc_getmode() local
|
H A D | camcontrol.c | 2033 uint8_t error = 0, ata_device = 0, status = 0; in dump_data() 2038 retval = get_ata_status(device, ccb, &error, &count, &lba, &ata_device, in atahpa_proc_resp() 6712 uint8_t error = 0, ata_device = 0, status = 0; in sanitize_wait_ata() 6752 &ata_device, &status); in sanitize_wait_ata() 9289 uint8_t error = 0, ata_device = 0, status = 0; in atapm_proc_resp() 9294 retval = get_ata_status(device, ccb, &error, &count, &lba, &ata_device, in atapm_proc_resp() 2039 uint8_t error = 0, ata_device = 0, status = 0; atahpa_proc_resp() local 6710 uint8_t error = 0, ata_device = 0, status = 0; sanitize_wait_ata() local 9287 uint8_t error = 0, ata_device = 0, status = 0; atapm_proc_resp() local
|
/freebsd/sys/dev/ata/ |
H A D | ata-all.h | 298 struct ata_device { struct 465 int ata_getparam(struct ata_device *atadev, int init);
|