Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dtelmod.c183 timeout_id_t wtimoutid; member
331 if (tmip->wtimoutid) { in telmodclose()
332 (void) quntimeout(q, tmip->wtimoutid); in telmodclose()
333 tmip->wtimoutid = 0; in telmodclose()
1208 ASSERT(tmip->wtimoutid); in telmod_timer()
1209 tmip->wtimoutid = 0; in telmod_timer()
1253 if (tmip->wtimoutid || tmip->wbufcid) { in recover()
1262 tmip->wtimoutid = tid; in recover()
H A Drlmod.c175 timeout_id_t wtimoutid; member
337 if (rmip->wtimoutid) { in rlmodclose()
338 (void) quntimeout(q, rmip->wtimoutid); in rlmodclose()
339 rmip->wtimoutid = 0; in rlmodclose()
1280 ASSERT(rmip->wtimoutid); in rlmod_timer()
1281 rmip->wtimoutid = 0; in rlmod_timer()
1332 if (rmip->wtimoutid || rmip->wbufcid) in recover1()
1340 rmip->wtimoutid = tid; in recover1()
H A Dlogindmux.c355 if (tmxp->wtimoutid != 0) { in logdmuxclose()
356 (void) quntimeout(q, tmxp->wtimoutid); in logdmuxclose()
357 tmxp->wtimoutid = 0; in logdmuxclose()
1144 ASSERT(tmxp->wtimoutid != 0); in logdmux_timer()
1145 tmxp->wtimoutid = 0; in logdmux_timer()
1192 if (tmxp->wtimoutid != 0 || tmxp->wbufcid != 0) in recover()
1200 tmxp->wtimoutid = tid; in recover()
/titanic_44/usr/src/uts/common/sys/
H A Dlogindmux_impl.h65 timeout_id_t wtimoutid; /* needed for recovery */ member