Searched refs:retry_command (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c2111 u_int8_t command, retry_command; local
2127 retry_command = 0;
2131 retry_command = ATA_ATAPI_IDENTIFY;
2159 if (retry_command != 0) {
2160 command = retry_command;
2161 retry_command = 0;

Completed in 123 milliseconds