Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dldterm.c717 tp->t_vtid = 0; in ldtermopen()
842 if (tp->t_vtid != 0) in ldtermclose()
843 (void) quntimeout(q, tp->t_vtid); in ldtermclose()
844 tp->t_vtid = 0; in ldtermclose()
2782 tid = %d\n", V_MIN, V_TIME, tp->t_msglen, tp->t_vtid)); in ldterm_dononcanon()
4910 if (tp->t_vtid != 0) { in vmin_satisfied()
4911 DEBUG4(("vmin_satisfied: cancelled timer id %d\n", tp->t_vtid)); in vmin_satisfied()
4912 (void) quntimeout(q, tp->t_vtid); in vmin_satisfied()
4913 tp->t_vtid = 0; in vmin_satisfied()
4951 if (tp->t_vtid) { in vmin_settimer()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dldterm.h227 timeout_id_t t_vtid; /* vtime timer id */ member