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.c2385 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()