/titanic_50/usr/src/uts/common/io/ |
H A D | connld.c | 164 if (streamvp->v_type != VFIFO) { in connopen() 206 ASSERT(streamvp->v_type == VFIFO); in connclose()
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | rw.c | 189 if (vp->v_type == VFIFO) /* Backward compatibility */ in read() 318 if (vp->v_type == VFIFO) /* Backward compatibility */ in write() 390 } else if (vp->v_type == VFIFO) { in pread() 544 } else if (vp->v_type == VFIFO) { in pwrite() 757 if (vp->v_type == VFIFO) /* Backward compatibility */ in readv() 907 if (vp->v_type == VFIFO) /* Backward compatibility */ in writev() 1020 } else if (vp->v_type == VFIFO) { in preadv() 1232 } else if (vp->v_type == VFIFO) { in pwritev() 1370 } else if (vp->v_type == VFIFO) { in pread64() 1503 } else if (vp->v_type == VFIFO) { in pwrite64()
|
H A D | ucredsys.c | 64 case VFIFO: in getpeerucred()
|
H A D | strcalls.c | 208 if (vp->v_type == VFIFO) { in msgio() 438 if (vp->v_type == VFIFO) { in msgio32()
|
/titanic_50/usr/src/uts/common/fs/fifofs/ |
H A D | fifosubr.c | 214 vp->v_type = VFIFO; in fnode_constructor() 253 ASSERT(vp->v_type == VFIFO); in fnode_destructor() 314 vp->v_type = VFIFO; in fifo_reinit_vp()
|
H A D | fifovnops.c | 229 ASSERT(vp->v_type == VFIFO); in fifo_open() 1485 vap->va_type = VFIFO; in fifo_getattr()
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | nfs3ops.c | 191 { VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO }; in nfs3getattr()
|
H A D | nfs4ops.c | 177 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | vfs.c | 478 if (v.v_type == VFIFO || v.v_type == VDOOR || v.v_type == VPORT) in pfiles_dig_pathname() 540 { VFIFO, "FIFO" },
|
/titanic_50/usr/src/uts/common/os/ |
H A D | share.c | 446 vp->v_type != VFIFO && vn_is_readonly(vp)); in isreadonly()
|
H A D | streamio.c | 91 (stp->sd_vnode->v_type == VFIFO) ? 0 : \ 400 if (vp->v_type == VFIFO) { in stropen() 2850 if ((vp->v_type == VFIFO) && in strwrite_common() 3840 if (vp->v_type == VFIFO) in strioctl() 3884 stp->sd_vnode->v_type != VFIFO) { in strioctl() 3921 if (vp->v_type == VFIFO) in strioctl() 4275 if (vp->v_type == VFIFO) in strioctl() 4317 if (stp->sd_vnode->v_type == VFIFO) { in strioctl() 4381 if (vp->v_type == VFIFO) { in strioctl() 5448 if (stp->sd_vnode->v_type == VFIFO) in strioctl()
|
H A D | strsubr.c | 1573 if (lostp->sd_vnode->v_type == VFIFO) in linkcycle() 1754 if (vp->v_type == VFIFO) { in mlink_file() 1793 ((stpdown->sd_vnode->v_type != VFIFO) && in mlink_file() 2309 if (lostp->sd_vnode->v_type == VFIFO) in mux_addedge() 3158 if (stp->sd_sidp == NULL || stp->sd_vnode->v_type == VFIFO) in straccess() 4754 ASSERT(stp->sd_vnode->v_type != VFIFO); in insertq()
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_opipe.c | 441 ap->sa_vattr.va_type = VFIFO; in smb_opipe_getattr()
|
/titanic_50/usr/src/uts/common/fs/namefs/ |
H A D | namevfs.c | 506 case VFIFO: resource_nodetype = "fifo"; break; in nm_mount()
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_inode.c | 887 ip->i_type = VFIFO; in ud_iget() 1576 if (mode == VFIFO) { in ud_itrunc() 1948 (ip->i_type != VFIFO)) { in ud_iaccess()
|
H A D | udf_alloc.c | 1148 case VFIFO : in ud_ialloc()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_attr.c | 538 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VDIR, VREG
|
H A D | nfs_srv.c | 1726 va.va_type = VFIFO; /* xtra kludge for named pipe */ in rfs_create() 1796 } else if (va.va_type != VREG && va.va_type != VFIFO && in rfs_create() 2871 if (vap->va_type == VFIFO) in vattr_to_nattr()
|
H A D | nfs_client.c | 1086 vap->va_type = VFIFO; in nattr_to_vattr() 1101 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vnode.h | 165 VFIFO = 6, enumerator 263 ((vp)->v_type == VCHR || (vp)->v_type == VBLK || (vp)->v_type == VFIFO)
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 166 VFIFO = 6, enumerator 256 ((vp)->v_type == VCHR || (vp)->v_type == VBLK || (vp)->v_type == VFIFO)
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 1173 VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON, enumerator
|
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 128 if (vp->v_type == VFIFO) in specvp()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_panic.c | 652 vp->v_type != VLNK && vp->v_type != VFIFO && in init_failure() 661 ip->i_ufsvfs->vfs_root->v_type != VFIFO && in init_failure()
|
/titanic_50/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 650 if ((type == VFIFO) || (type == VSOCK) || in sdev_create()
|