Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c163 timeout_id_t tim_tcap_timoutid; /* For T_CAP_REQ timeout */ member
530 if (tp->tim_tcap_timoutid != 0) { in timodclose()
531 (void) quntimeout(q, tp->tim_tcap_timoutid); in timodclose()
532 tp->tim_tcap_timoutid = 0; in timodclose()
730 if (tp->tim_tcap_timoutid != 0) { in timodrproc()
731 (void) quntimeout(q, tp->tim_tcap_timoutid); in timodrproc()
732 tp->tim_tcap_timoutid = 0; in timodrproc()
1303 if (tp->tim_tcap_timoutid != 0) { in timodrproc()
1304 (void) quntimeout(q, tp->tim_tcap_timoutid); in timodrproc()
1305 tp->tim_tcap_timoutid = 0; in timodrproc()
[all …]