Lines Matching refs:SOTOV
434 vp = SOTOV(so); in sotpi_init()
997 ASSERT(SOTOV(so)->v_stream); in sotpi_bindlisten()
999 vp->v_stream = SOTOV(so)->v_stream; in sotpi_bindlisten()
1085 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_bindlisten()
1426 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW); in sotpi_unbind()
1431 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_unbind()
1599 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHW); in sodisconnect()
1605 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sodisconnect()
1720 (void) strioctl(SOTOV(so), _SIOCSOCKFALLBACK, in sotpi_accept()
1767 nvp = SOTOV(nso); in sotpi_accept()
1920 error = kstrputmsg(SOTOV(nso), mp, NULL, in sotpi_accept()
2004 if ((error = strioctl(SOTOV(nso), _SIOCSOCKFALLBACK, in sotpi_accept()
2068 error = kstrputmsg(SOTOV(so), mp, NULL, in sotpi_accept()
2535 audit_sock(T_CONN_REQ, strvp2wq(SOTOV(so)), mp, 0); in sotpi_connect()
2537 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_connect()
2674 strseteof(SOTOV(so), 1); in sotpi_shutdown()
2688 strflushrq(SOTOV(so), FLUSHALL); in sotpi_shutdown()
2696 strsetwerror(SOTOV(so), 0, 0, sogetwrerr); in sotpi_shutdown()
2702 strsetwerror(SOTOV(so), 0, 0, sogetwrerr); in sotpi_shutdown()
2703 strseteof(SOTOV(so), 1); in sotpi_shutdown()
2717 strflushrq(SOTOV(so), FLUSHALL); in sotpi_shutdown()
2762 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_shutdown()
2932 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in so_unix_close()
3083 return (strread(SOTOV(so), uiop, cr)); in sotpi_recvmsg()
3238 error = kstrgetmsg(SOTOV(so), &mp, uiop, &pri, &pflag, in sotpi_recvmsg()
3570 error = kstrgetmsg(SOTOV(so), &mp, uiop, in sotpi_recvmsg()
3803 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sosend_dgramcmsg()
3805 error = kstrputmsg(SOTOV(so), mp, uiop, len, 0, MSG_BAND, 0); in sosend_dgramcmsg()
3919 error = kstrputmsg(SOTOV(so), mp, uiop, iosize, in sosend_svccmsg()
4081 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sosend_dgram()
4083 error = kstrputmsg(SOTOV(so), mp, uiop, len, 0, MSG_BAND, 0); in sosend_dgram()
4147 error = kstrputmsg(SOTOV(so), mp, uiop, iosize, in sosend_svc()
4204 return (strwrite(SOTOV(so), uiop, cr)); in sotpi_sendmsg()
4432 canputnext(SOTOV(so)->v_stream->sd_wrq)) { in sotpi_sendmsg()
4436 error = strwrite(SOTOV(so), uiop, cr); in sotpi_sendmsg()
4596 struct stdata *stp = SOTOV(so)->v_stream; in sodgram_direct()
4608 ASSERT(SOTOV(so)->v_type == VSOCK); in sodgram_direct()
4668 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sodgram_direct()
4685 return (strwrite(SOTOV(so), uiop, CRED())); in sodgram_direct()
4688 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sodgram_direct()
4690 error = kstrputmsg(SOTOV(so), mp, uiop, len, 0, MSG_BAND, 0); in sodgram_direct()
4703 struct stdata *stp = SOTOV(so)->v_stream; in sostream_direct()
4710 ASSERT(SOTOV(so)->v_type == VSOCK); in sostream_direct()
4725 newmp = (stp->sd_wputdatafunc)(SOTOV(so), mp, NULL, in sostream_direct()
4739 return (strwrite(SOTOV(so), uiop, cr)); in sostream_direct()
4776 newmp = (stp->sd_wputdatafunc)(SOTOV(so), mp, NULL, in sostream_direct()
4807 return (strwrite_common(SOTOV(so), uiop, cr, wflag)); in sostream_direct()
4898 error = strioctl(SOTOV(so), TI_GETPEERNAME, (intptr_t)&strbuf, in sotpi_getpeername()
5023 error = strioctl(SOTOV(so), TI_GETMYNAME, (intptr_t)&strbuf, in sotpi_getsockname()
5248 (void) strqget(strvp2wq(SOTOV(so))->q_next, in sotpi_getsockopt()
5278 (void) strqget(RD(strvp2wq(SOTOV(so))), in sotpi_getsockopt()
5364 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_getsockopt()
5472 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_setsockopt()
5679 struct vnode *vp = SOTOV(so); in sotpi_close()
5750 struct vnode *vp = SOTOV(so); in sotpi_ioctl()
6186 struct vnode *vp = SOTOV(so); in sotpi_poll()
6450 vp = SOTOV(so); in sotpi_convert_sonode()
6476 vnode_t *vp = SOTOV(so); in sotpi_revert_sonode()
6647 struct vnode *vp = SOTOV(so); in sotpi_info_init()