Home
last modified time | relevance | path

Searched refs:rtimoutid (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtelmod.c182 timeout_id_t rtimoutid; member
333 if (tmip->rtimoutid) { in telmodclose()
334 (void) quntimeout(q, tmip->rtimoutid); in telmodclose()
335 tmip->rtimoutid = 0; in telmodclose()
1207 ASSERT(tmip->rtimoutid); in telmod_timer()
1208 tmip->rtimoutid = 0; in telmod_timer()
1251 if (tmip->rtimoutid || tmip->rbufcid) { in recover()
1262 tmip->rtimoutid = tid; in recover()
H A Drlmod.c175 timeout_id_t rtimoutid; member
340 if (rmip->rtimoutid) { in rlmodclose()
341 (void) quntimeout(q, rmip->rtimoutid); in rlmodclose()
342 rmip->rtimoutid = 0; in rlmodclose()
1276 ASSERT(rmip->rtimoutid); in rlmod_timer()
1277 rmip->rtimoutid = 0; in rlmod_timer()
1328 if (rmip->rtimoutid || rmip->rbufcid) in recover1()
1337 rmip->rtimoutid = tid; in recover1()
H A Dlogindmux.c351 if (tmxp->rtimoutid != 0) { in logdmuxclose()
352 (void) quntimeout(q, tmxp->rtimoutid); in logdmuxclose()
353 tmxp->rtimoutid = 0; in logdmuxclose()
1141 ASSERT(tmxp->rtimoutid != 0); in logdmux_timer()
1142 tmxp->rtimoutid = 0; in logdmux_timer()
1189 if (tmxp->rtimoutid != 0 || tmxp->rbufcid != 0) in recover()
1198 tmxp->rtimoutid = tid; in recover()
/illumos-gate/usr/src/uts/common/sys/
H A Dlogindmux_impl.h64 timeout_id_t rtimoutid; /* needed for recovery */ member