Searched refs:wd_tid (Results 1 – 2 of 2) sorted by relevance
3897 timeout_id_t wd_tid = 0; in vgen_process_reset() local3965 if (ldcp->wd_tid != 0) { in vgen_process_reset()3966 wd_tid = ldcp->wd_tid; in vgen_process_reset()3967 ldcp->wd_tid = 0; in vgen_process_reset()3991 if (wd_tid) { in vgen_process_reset()3992 (void) untimeout(wd_tid); in vgen_process_reset()4212 ldcp->wd_tid = timeout(vgen_tx_watchdog, (caddr_t)ldcp, in vgen_handshake()5633 if (ldcp->wd_tid == 0) { in vgen_tx_watchdog()5638 ldcp->wd_tid = 0; in vgen_tx_watchdog()5673 if (ldcp->wd_tid == 0) { in vgen_tx_watchdog()[all …]
315 timeout_id_t wd_tid; /* watchdog timeout id */ member