Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1394 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW); in sotpi_unbind()
1567 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHW); in sodisconnect()
1980 q = strvp2wq(nvp)->q_next; in sotpi_accept()
2475 audit_sock(T_CONN_REQ, strvp2wq(SOTOV(so)), mp, 0); in sotpi_connect()
3637 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sosend_dgramcmsg()
3949 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sosend_dgram()
4603 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sodgram_direct()
4623 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sodgram_direct()
5183 (void) strqget(strvp2wq(SOTOV(so))->q_next, in sotpi_getsockopt()
5213 (void) strqget(RD(strvp2wq(SOTOV(so))), in sotpi_getsockopt()
H A Dsockstr.c260 rq = RD(strvp2wq(vp)); in so_sock2stream()
1598 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW); in strsock_discon_ind()
1777 audit_sock(T_UNITDATA_IND, strvp2wq(vp), in strsock_proto()
2263 audit_sock(T_CONN_IND, strvp2wq(vp), mp, 0); in strsock_proto()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c1097 ASSERT(strvp2wq(FTOV(fnp)) != NULL); in fifo_fastturnoff()
1105 put(RD(strvp2wq(FTOV(fnp))), fn_mp); in fifo_fastturnoff()
H A Dfifovnops.c464 sd_wrq = strvp2wq(vp); in fifo_close()
1506 qp = RD((strvp2wq(vp))); in fifo_getattr()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1228 extern queue_t *strvp2wq(vnode_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c8634 strvp2wq(vnode_t *vp) in strvp2wq() function
8661 queue_t *wrq1 = strvp2wq(vp1); in strmate()
8662 queue_t *wrq2 = strvp2wq(vp2); in strmate()