Searched defs:st_intr_restart (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c560 static void st_intr_restart(void *arg);
929 un->un_hib_tid = timeout(st_intr_restart, un,
9113 st_intr_restart(void *arg) function
9122 ST_FUNC(ST_DEVINFO, st_intr_restart);
9125 "st_intr_restart(), un = 0x%p\n", (void *)un);
10117 * st_intr_restart(). The only exception should be st_intr_restart()
10178 un->un_hib_tid = timeout(st_intr_restart, un, timeout_interval);

Completed in 75 milliseconds