Searched refs:sd_start_retry_command (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c984 #define sd_start_retry_command ssd_start_retry_command macro
1413 static void sd_start_retry_command(void *arg);
15092 sd_start_retry_command,
16081 timeout(sd_start_retry_command, un, retry_delay);
16136 * Function: sd_start_retry_command
16148 sd_start_retry_command(void *arg) function
16156 "sd_start_retry_command: entry\n");
16164 "sd_start_retry_command: un:0x%p STARTING bp:0x%p\n",
16172 "sd_start_retry_command: exit\n");

Completed in 117 milliseconds