/titanic_44/usr/src/uts/common/io/ |
H A D | cons.c | 289 if (vsconsvp != NULL && vsconsvp->v_stream == NULL) { in cnopen() 303 if (vp->v_stream) { in cnopen() 397 if (rconsvp->v_stream != NULL) in cnread() 415 if (vsconsvp != NULL && vsconsvp->v_stream != NULL) { in cnwrite() 427 if (rconsvp->v_stream != NULL) in cnwrite() 479 if (rconsvp->v_stream != NULL) in cnioctl() 494 if (rconsvp->v_stream != NULL) in cnpoll() 495 return (strpoll(rconsvp->v_stream, events, anyyet, reventsp, in cnpoll()
|
H A D | iwscons.c | 127 ASSERT(vp->v_stream != NULL); in str_vp() 128 return (vp->v_stream->sd_vnode); in str_vp() 352 if (f->f_vnode->v_stream == NULL) { in iwscnioctl() 412 if (f->f_vnode->v_stream == NULL) { in iwscnioctl() 559 ASSERT(lp->wl_vp->v_stream != NULL); in iwscnopen()
|
/titanic_44/usr/src/uts/common/fs/namefs/ |
H A D | namevfs.c | 378 if (filevp->v_type != VDOOR && filevp->v_stream == NULL) { in nm_mount() 437 if (filevp->v_stream) { in nm_mount() 438 struct stdata *stp = filevp->v_stream; in nm_mount() 477 newvp->v_stream = filevp->v_stream; in nm_mount() 596 if (namefind(vp, NULLVP) == NULL && vp->v_stream) { in nm_unmount() 597 struct stdata *stp = vp->v_stream; in nm_unmount()
|
H A D | namevno.c | 124 newvp->v_stream = outfilevp->v_stream; in nm_open()
|
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_kopen.c | 152 if (vp->v_stream == NULL) { in t_kopen() 167 KTLILOG(2, "stp %x\n", vp->v_stream); in t_kopen() 218 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, cr, &retval); in t_kopen()
|
H A D | t_kgtstate.c | 92 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, CRED(), in t_kgetstate()
|
H A D | t_kunbind.c | 102 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, CRED(), in t_kunbind()
|
H A D | t_kbind.c | 119 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, fp->f_cred, in t_kbind()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | strcalls.c | 209 if (vp->v_stream) { in msgio() 213 (void) fifo_vfastoff(vp->v_stream->sd_vnode); in msgio() 219 vp->v_stream == NULL) { in msgio() 439 if (vp->v_stream) { in msgio32() 443 (void) fifo_vfastoff(vp->v_stream->sd_vnode); in msgio32() 449 vp->v_stream == NULL) { in msgio32()
|
H A D | ucredsys.c | 72 if (vp->v_stream == NULL) { in getpeerucred() 81 err = strdoioctl(vp->v_stream, &strioc, FNATIVE|FKIOCTL, in getpeerucred()
|
H A D | sendfile.c | 433 if (vp->v_stream != NULL) { in sendvec_small_chunk() 434 wroff = (int)vp->v_stream->sd_wroff; in sendvec_small_chunk() 435 tail_len = (int)vp->v_stream->sd_tail; in sendvec_small_chunk() 716 if (vp->v_stream != NULL) { in sendvec_chunk() 717 stp = vp->v_stream; in sendvec_chunk() 1175 maxblk = (int)vp->v_stream->sd_maxblk; in sendfilev()
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 446 ASSERT(vp->v_stream != NULL); in fifo_close() 581 if (vp->v_stream != NULL) { in fifo_close() 599 if (fn_dest_vp->v_stream && in fifo_close() 600 (fn_dest_vp->v_stream->sd_flag & STRMOUNT)) { in fifo_close() 621 if (fn_dest_vp->v_stream) in fifo_close() 622 ASSERT((fn_dest_vp->v_stream->sd_flag & STRMOUNT) == 0); in fifo_close() 624 if (vp->v_stream != NULL) { in fifo_close() 665 ASSERT(vp->v_stream != NULL); in fifo_read() 855 ASSERT(vp->v_stream); in fifo_write() 857 stp = vp->v_stream; in fifo_write() [all …]
|
H A D | fifosubr.c | 213 vp->v_stream = NULL; in fnode_constructor() 252 ASSERT(vp->v_stream == NULL); in fnode_destructor() 713 if (oldvp->v_stream == NULL) in fifo_stropen() 724 ASSERT(fnp->fn_open != 0 || oldvp->v_stream == NULL); in fifo_stropen() 987 if (error = do_sendfp((*vpp)->v_stream, filep, crp)) { in fifo_connld() 1048 ASSERT(FTOV(fnp)->v_stream); in fifo_fastoff() 1094 ASSERT(FTOV(fnp)->v_stream != NULL); in fifo_fastturnoff() 1095 ASSERT(FTOV(fnp)->v_stream->sd_wrq != NULL); in fifo_fastturnoff() 1096 ASSERT(RD(FTOV(fnp)->v_stream->sd_wrq) != NULL); in fifo_fastturnoff()
|
/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 191 svp->v_stream = cvp->v_stream; in specvp() 252 svp->v_stream = cvp->v_stream; in makespecvp() 744 if (vp->v_stream) in spec_maxoffset() 851 if (vp->v_stream) { in device_close() 852 if (cvp->v_stream != NULL) in device_close() 854 vp->v_stream = NULL; in device_close()
|
H A D | specvnops.c | 161 ASSERT((csp->s_count > 0) || (csp->s_vnode->v_stream == NULL)); \ 544 newcvp->v_stream = newvp->v_stream = stp; in spec_clone() 783 stp = cvp->v_stream; in spec_open() 787 vp->v_stream = cvp->v_stream = NULL; in spec_open() 799 vp->v_stream = stp; in spec_open() 890 if (vp->v_stream) in spec_close() 992 if (vp->v_stream) { in spec_read() 1014 ASSERT(vp->v_stream == NULL); in spec_read() 1098 if (vp->v_stream) { in spec_write() 1117 ASSERT(vp->v_stream == NULL); in spec_write() [all …]
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | svc_gen.c | 124 if (fp->f_vnode->v_stream == NULL) in svc_tli_kcreate() 130 wq = fp->f_vnode->v_stream->sd_wrq; in svc_tli_kcreate()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | session.c | 144 MUTEX_NOT_HELD(&sp->s_vp->v_stream->sd_lock)); in tty_hold() 404 stp = sp->s_vp->v_stream; in freectty_lock() 464 ASSERT(stp == sp->s_vp->v_stream); in freectty_lock()
|
H A D | streamio.c | 261 if ((stp = vp->v_stream) != NULL) { in stropen() 397 vp->v_stream = stp; in stropen() 444 vp->v_stream = NULL; in stropen() 621 ASSERT(vp->v_stream); in strclose() 623 stp = vp->v_stream; in strclose() 805 vp->v_stream = NULL; in strclose() 901 stp = vp->v_stream; in strclean() 943 stp = vp->v_stream; in strcleanall() 1165 ASSERT(vp->v_stream); in strread() 1166 stp = vp->v_stream; in strread() [all …]
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 396 stp = vp->v_stream; in so_basic_strinit() 1534 stp = vp->v_stream; in strsock_discon_ind() 2051 stp = vp->v_stream; in strsock_proto() 2853 if (!vp->v_stream) { in sock_getmsg() 2856 ASSERT(vp->v_stream->sd_vnode); in sock_getmsg() 2857 vp = vp->v_stream->sd_vnode; in sock_getmsg() 2898 if (!vp->v_stream) { in sock_putmsg() 2901 ASSERT(vp->v_stream->sd_vnode); in sock_putmsg() 2902 vp = vp->v_stream->sd_vnode; in sock_putmsg() 2933 if (vp->v_stream != NULL) in sock_getfasync() [all …]
|
H A D | socktpi.c | 441 stp = vp->v_stream; in sotpi_init() 997 ASSERT(SOTOV(so)->v_stream); in sotpi_bindlisten() 999 vp->v_stream = SOTOV(so)->v_stream; in sotpi_bindlisten() 4432 canputnext(SOTOV(so)->v_stream->sd_wrq)) { in sotpi_sendmsg() 4488 ASSERT(vp->v_stream); in kstrwritemp() 4489 stp = vp->v_stream; in kstrwritemp() 4596 struct stdata *stp = SOTOV(so)->v_stream; in sodgram_direct() 4703 struct stdata *stp = SOTOV(so)->v_stream; in sostream_direct() 5701 if (vp->v_stream != NULL) { in sotpi_close() 5717 ASSERT(ux_vp->v_stream); in sotpi_close() [all …]
|
H A D | socksyscalls.c | 196 if (vp->v_stream) { in getsonode() 197 ASSERT(vp->v_stream->sd_vnode); in getsonode() 198 vp = vp->v_stream->sd_vnode; in getsonode() 2133 stp = vp->v_stream; in snf_async_read() 2244 stp = vp->v_stream; in create_thread() 2679 stp = vp->v_stream; in snf_segmap() 2728 stp = vp->v_stream; in snf_cache() 2900 stp = vp->v_stream; in sosendfile64()
|
H A D | nl7curi.c | 1679 ASSERT(vp->v_stream); in kstrwritempnoqwait() 1680 stp = vp->v_stream; in kstrwritempnoqwait() 1710 int max_mblk = (int)vp->v_stream->sd_maxblk; in uri_rd_response() 1742 write_bytes = vp->v_stream->sd_qn_maxpsz; in uri_rd_response()
|
H A D | sockcommon_vnops.c | 146 if (vp->v_stream) in socket_vop_close()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | vfs.c | 360 } else if (outvn->v_type == VSOCK && outvn->v_stream != NULL) { in next_realvp() 369 (uintptr_t)outvn->v_stream) == -1) { in next_realvp() 434 (uintptr_t)v_sock->v_stream) == -1) { in pfiles_get_tpi_sonode() 1030 if (v_sock.v_stream == NULL) { in pfile_callback()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | vncache.c | 114 vp->v_stream = NULL; in vn_reinit()
|