Searched refs:ata_do_identify (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sbin/camcontrol/ |
| H A D | camcontrol.h | 62 int ata_do_identify(struct cam_device *device, int retry_count, int timeout,
|
| H A D | epc.c | 293 retval = ata_do_identify(device, retry_count, timeout, ccb, &ident); in epc_getmode()
|
| H A D | fwdownload.c | 1032 if (ata_do_identify(device, retry_count, timeout, ccb, in fwdownload()
|
| H A D | camcontrol.c | 2385 ata_do_identify(struct cam_device *device, int retry_count, int timeout, in ata_do_identify() function 2484 if (ata_do_identify(device, retry_count, timeout, ccb, &ident_buf) != 0) { in ataidentify() 3004 error = ata_do_identify(device, retry_count, timeout, ccb, &ident_buf); in atahpa() 3067 error = ata_do_identify(device, in atahpa() 3174 error = ata_do_identify(device, retry_count, timeout, ccb, &ident_buf); in ataama() 3215 error = ata_do_identify(device, in ataama() 3368 error = ata_do_identify(device, retry_count, timeout, ccb, &ident_buf); in atasecurity() 7126 error = ata_do_identify(device, retry_count, timeout, in sanitize()
|