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 | 2354 ata_do_identify(struct cam_device *device, int retry_count, int timeout, in ata_do_identify() function 2453 if (ata_do_identify(device, retry_count, timeout, ccb, &ident_buf) != 0) { in ataidentify() 2973 error = ata_do_identify(device, retry_count, timeout, ccb, &ident_buf); in atahpa() 3036 error = ata_do_identify(device, in atahpa() 3143 error = ata_do_identify(device, retry_count, timeout, ccb, &ident_buf); in ataama() 3184 error = ata_do_identify(device, in ataama() 3337 error = ata_do_identify(device, retry_count, timeout, ccb, &ident_buf); in atasecurity() 7095 error = ata_do_identify(device, retry_count, timeout, in sanitize()
|