Searched refs:strvp2wq (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifosubr.c | 1081 ASSERT(strvp2wq(FTOV(fnp)) != NULL); in fifo_fastturnoff() 1089 put(RD(strvp2wq(FTOV(fnp))), fn_mp); in fifo_fastturnoff()
|
H A D | fifovnops.c | 465 sd_wrq = strvp2wq(vp); in fifo_close() 1501 qp = RD((strvp2wq(vp))); in fifo_getattr()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 1395 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW); in sotpi_unbind() 1568 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHW); in sodisconnect() 1981 q = strvp2wq(nvp)->q_next; in sotpi_accept() 2476 audit_sock(T_CONN_REQ, strvp2wq(SOTOV(so)), mp, 0); in sotpi_connect() 3636 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sosend_dgramcmsg() 3948 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sosend_dgram() 4602 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sodgram_direct() 4622 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 D | sockstr.c | 260 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/sys/ |
H A D | strsubr.h | 1228 extern queue_t *strvp2wq(vnode_t *);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 8634 strvp2wq(vnode_t *vp) in strvp2wq() function 8661 queue_t *wrq1 = strvp2wq(vp1); in strmate() 8662 queue_t *wrq2 = strvp2wq(vp2); in strmate()
|