Lines Matching refs:wd_tid
3897 timeout_id_t wd_tid = 0; in vgen_process_reset() local
3965 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()
5678 ldcp->wd_tid = timeout(vgen_tx_watchdog, (caddr_t)ldcp, in vgen_tx_watchdog()