Home
last modified time | relevance | path

Searched refs:v_stream (Results 1 – 25 of 37) sorted by relevance

12

/titanic_44/usr/src/uts/common/io/
H A Dcons.c289 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 Diwscons.c127 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 Dnamevfs.c378 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 Dnamevno.c124 newvp->v_stream = outfilevp->v_stream; in nm_open()
/titanic_44/usr/src/uts/common/ktli/
H A Dt_kopen.c152 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 Dt_kgtstate.c92 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, CRED(), in t_kgetstate()
H A Dt_kunbind.c102 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, CRED(), in t_kunbind()
H A Dt_kbind.c119 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 Dstrcalls.c209 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 Ducredsys.c72 if (vp->v_stream == NULL) { in getpeerucred()
81 err = strdoioctl(vp->v_stream, &strioc, FNATIVE|FKIOCTL, in getpeerucred()
H A Dsendfile.c433 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 Dfifovnops.c446 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 Dfifosubr.c213 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 Dspecsubr.c191 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 Dspecvnops.c161 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 Dsvc_gen.c124 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 Dsession.c144 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 Dstreamio.c261 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 Dsockstr.c396 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 Dsocktpi.c441 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 Dsocksyscalls.c196 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 Dnl7curi.c1679 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 Dsockcommon_vnops.c146 if (vp->v_stream) in socket_vop_close()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c360 } 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 Dvncache.c114 vp->v_stream = NULL; in vn_reinit()

12