Searched refs:wd_tid (Results 1 – 2 of 2) sorted by relevance
3894 timeout_id_t wd_tid = 0; in vgen_process_reset() local3962 if (ldcp->wd_tid != 0) { in vgen_process_reset()3963 wd_tid = ldcp->wd_tid; in vgen_process_reset()3964 ldcp->wd_tid = 0; in vgen_process_reset()3988 if (wd_tid) { in vgen_process_reset()3989 (void) untimeout(wd_tid); in vgen_process_reset()4209 ldcp->wd_tid = timeout(vgen_tx_watchdog, (caddr_t)ldcp, in vgen_handshake()5630 if (ldcp->wd_tid == 0) { in vgen_tx_watchdog()5635 ldcp->wd_tid = 0; in vgen_tx_watchdog()5670 if (ldcp->wd_tid == 0) { in vgen_tx_watchdog()[all …]
315 timeout_id_t wd_tid; /* watchdog timeout id */ member