Home
last modified time | relevance | path

Searched refs:sf_watchdog_id (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c242 static timeout_id_t sf_watchdog_id; variable
510 sf_watchdog_id = timeout(sf_watch, in sf_attach()
789 sf_watchdog_id = timeout(sf_watch, in sf_attach()
891 timeout_id_t tid = sf_watchdog_id; in sf_attach()
997 tid = sf_watchdog_id; in sf_detach()
1062 tid = sf_watchdog_id; in sf_detach()
6100 sf_watchdog_id = timeout(sf_watch, (caddr_t)0, sf_watchdog_tick); in sf_watch()