Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dstream.h154 struct fmodsw_impl *q_fp; member
/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c1147 rq->q_fp = fp; in qattach()
1309 ASSERT(qp->q_fp != NULL || qp->q_flag & QISDRV); in qdetach()
1310 if (qp->q_fp != NULL) in qdetach()
1311 fmodsw_rele(qp->q_fp); in qdetach()
3375 qp->q_fp = NULL; in allocq()