Lines Matching refs:htid
3893 timeout_id_t htid = 0; in vgen_process_reset() local
3957 if (ldcp->htid != 0) { in vgen_process_reset()
3958 htid = ldcp->htid; in vgen_process_reset()
3959 ldcp->htid = 0; in vgen_process_reset()
3983 if (htid) { in vgen_process_reset()
3984 (void) untimeout(htid); in vgen_process_reset()
4110 timeout_id_t htid; in vgen_handshake() local
4122 ASSERT(ldcp->htid == 0); in vgen_handshake()
4123 ldcp->htid = timeout(vgen_hwatchdog, (caddr_t)ldcp, in vgen_handshake()
4184 if (ldcp->htid != 0) { in vgen_handshake()
4185 htid = ldcp->htid; in vgen_handshake()
4186 ldcp->htid = 0; in vgen_handshake()
4189 (void) untimeout(htid); in vgen_handshake()
5691 if (ldcp->htid == 0) { in vgen_hwatchdog()
5696 ldcp->htid = 0; in vgen_hwatchdog()