Lines Matching refs:SOTOV
430 vp = SOTOV(so); in sotpi_init()
1000 ASSERT(SOTOV(so)->v_stream); in sotpi_bindlisten()
1002 vp->v_stream = SOTOV(so)->v_stream; in sotpi_bindlisten()
1059 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_bindlisten()
1395 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW); in sotpi_unbind()
1400 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_unbind()
1568 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHW); in sodisconnect()
1574 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sodisconnect()
1689 (void) strioctl(SOTOV(so), _SIOCSOCKFALLBACK, in sotpi_accept()
1736 nvp = SOTOV(nso); in sotpi_accept()
1889 error = kstrputmsg(SOTOV(nso), mp, NULL, in sotpi_accept()
1940 if ((error = strioctl(SOTOV(nso), _SIOCSOCKFALLBACK, in sotpi_accept()
2004 error = kstrputmsg(SOTOV(so), mp, NULL, in sotpi_accept()
2476 audit_sock(T_CONN_REQ, strvp2wq(SOTOV(so)), mp, 0); in sotpi_connect()
2478 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_connect()
2615 strseteof(SOTOV(so), 1); in sotpi_shutdown()
2629 strflushrq(SOTOV(so), FLUSHALL); in sotpi_shutdown()
2637 strsetwerror(SOTOV(so), 0, 0, sogetwrerr); in sotpi_shutdown()
2643 strsetwerror(SOTOV(so), 0, 0, sogetwrerr); in sotpi_shutdown()
2644 strseteof(SOTOV(so), 1); in sotpi_shutdown()
2658 strflushrq(SOTOV(so), FLUSHALL); in sotpi_shutdown()
2703 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_shutdown()
2860 (void) kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in so_unix_close()
2942 return (strread(SOTOV(so), uiop, cr)); in sotpi_recvmsg()
3044 error = kstrgetmsg(SOTOV(so), &mp, uiop, &pri, &pflag, in sotpi_recvmsg()
3373 error = kstrgetmsg(SOTOV(so), &mp, uiop, in sotpi_recvmsg()
3636 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sosend_dgramcmsg()
3638 error = kstrputmsg(SOTOV(so), mp, uiop, len, 0, MSG_BAND, 0); in sosend_dgramcmsg()
3762 error = kstrputmsg(SOTOV(so), mp, uiop, iosize, in sosend_svccmsg()
3948 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sosend_dgram()
3950 error = kstrputmsg(SOTOV(so), mp, uiop, len, 0, MSG_BAND, 0); in sosend_dgram()
4014 error = kstrputmsg(SOTOV(so), mp, uiop, iosize, in sosend_svc()
4109 return (strwrite(SOTOV(so), uiop, cr)); in sotpi_sendmsg()
4359 canputnext(SOTOV(so)->v_stream->sd_wrq)) { in sotpi_sendmsg()
4363 error = strwrite(SOTOV(so), uiop, cr); in sotpi_sendmsg()
4530 struct stdata *stp = SOTOV(so)->v_stream; in sodgram_direct()
4542 ASSERT(SOTOV(so)->v_type == VSOCK); in sodgram_direct()
4602 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sodgram_direct()
4619 return (strwrite(SOTOV(so), uiop, CRED())); in sodgram_direct()
4622 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sodgram_direct()
4624 error = kstrputmsg(SOTOV(so), mp, uiop, len, 0, MSG_BAND, 0); in sodgram_direct()
4637 struct stdata *stp = SOTOV(so)->v_stream; in sostream_direct()
4644 ASSERT(SOTOV(so)->v_type == VSOCK); in sostream_direct()
4659 newmp = (stp->sd_wputdatafunc)(SOTOV(so), mp, NULL, in sostream_direct()
4673 return (strwrite(SOTOV(so), uiop, cr)); in sostream_direct()
4710 newmp = (stp->sd_wputdatafunc)(SOTOV(so), mp, NULL, in sostream_direct()
4741 return (strwrite_common(SOTOV(so), uiop, cr, wflag)); in sostream_direct()
4832 error = strioctl(SOTOV(so), TI_GETPEERNAME, (intptr_t)&strbuf, in sotpi_getpeername()
4957 error = strioctl(SOTOV(so), TI_GETMYNAME, (intptr_t)&strbuf, in sotpi_getsockname()
5183 (void) strqget(strvp2wq(SOTOV(so))->q_next, in sotpi_getsockopt()
5213 (void) strqget(RD(strvp2wq(SOTOV(so))), in sotpi_getsockopt()
5304 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_getsockopt()
5412 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_setsockopt()
5620 struct vnode *vp = SOTOV(so); in sotpi_close()
5686 struct vnode *vp = SOTOV(so); in sotpi_ioctl()
6122 struct vnode *vp = SOTOV(so); in sotpi_poll()
6385 vp = SOTOV(so); in sotpi_convert_sonode()
6411 vnode_t *vp = SOTOV(so); in sotpi_revert_sonode()
6574 struct vnode *vp = SOTOV(so); in sotpi_info_init()