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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1033 #define sd_start_stop_unit_callback ssd_start_stop_unit_callback macro
1506 static void sd_start_stop_unit_callback(void *arg);
18337 * timeout(9F) to call sd_start_stop_unit_callback() after
18338 * the delay interval expires. (sd_start_stop_unit_callback()
18376 un->un_startstop_timeid = timeout(sd_start_stop_unit_callback,
20576 * Function: sd_start_stop_unit_callback
20587 sd_start_stop_unit_callback(void *arg) function
20593 SD_TRACE(SD_LOG_IO, un, "sd_start_stop_unit_callback: entry\n");

Completed in 114 milliseconds