Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c244 static timeout_id_t sf_watchdog_id; variable
512 sf_watchdog_id = timeout(sf_watch, in sf_attach()
791 sf_watchdog_id = timeout(sf_watch, in sf_attach()
893 timeout_id_t tid = sf_watchdog_id; in sf_attach()
999 tid = sf_watchdog_id; in sf_detach()
1064 tid = sf_watchdog_id; in sf_detach()
6102 sf_watchdog_id = timeout(sf_watch, (caddr_t)0, sf_watchdog_tick); in sf_watch()