Home
last modified time | relevance | path

Searched refs:ata_do_identify (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/camcontrol/
H A Dcamcontrol.h62 int ata_do_identify(struct cam_device *device, int retry_count, int timeout,
H A Depc.c293 retval = ata_do_identify(device, retry_count, timeout, ccb, &ident); in epc_getmode()
H A Dfwdownload.c1032 if (ata_do_identify(device, retry_count, timeout, ccb, in fwdownload()
H A Dcamcontrol.c2354 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()