Home
last modified time | relevance | path

Searched refs:VFIFO (Results 1 – 25 of 40) sorted by relevance

12

/titanic_44/usr/src/uts/common/io/
H A Dconnld.c164 if (streamvp->v_type != VFIFO) { in connopen()
206 ASSERT(streamvp->v_type == VFIFO); in connclose()
/titanic_44/usr/src/uts/common/syscall/
H A Drw.c189 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 Ducredsys.c64 case VFIFO: in getpeerucred()
H A Dstrcalls.c208 if (vp->v_type == VFIFO) { in msgio()
438 if (vp->v_type == VFIFO) { in msgio32()
/titanic_44/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c214 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 Dfifovnops.c227 ASSERT(vp->v_type == VFIFO); in fifo_open()
1483 vap->va_type = VFIFO; in fifo_getattr()
/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dnfs3ops.c191 { VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO }; in nfs3getattr()
H A Dnfs4ops.c177 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c478 if (v.v_type == VFIFO || v.v_type == VDOOR || v.v_type == VPORT) in pfiles_dig_pathname()
540 { VFIFO, "FIFO" },
/titanic_44/usr/src/uts/common/os/
H A Dshare.c446 vp->v_type != VFIFO && vn_is_readonly(vp)); in isreadonly()
H A Dstreamio.c90 (stp->sd_vnode->v_type == VFIFO) ? 0 : \
399 if (vp->v_type == VFIFO) { in stropen()
2849 if ((vp->v_type == VFIFO) && in strwrite_common()
3839 if (vp->v_type == VFIFO) in strioctl()
3883 stp->sd_vnode->v_type != VFIFO) { in strioctl()
3920 if (vp->v_type == VFIFO) in strioctl()
4274 if (vp->v_type == VFIFO) in strioctl()
4316 if (stp->sd_vnode->v_type == VFIFO) { in strioctl()
4380 if (vp->v_type == VFIFO) { in strioctl()
5447 if (stp->sd_vnode->v_type == VFIFO) in strioctl()
H A Dstrsubr.c1573 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_44/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c506 case VFIFO: resource_nodetype = "fifo"; break; in nm_mount()
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c887 ip->i_type = VFIFO; in ud_iget()
1576 if (mode == VFIFO) { in ud_itrunc()
1948 (ip->i_type != VFIFO)) { in ud_iaccess()
H A Dudf_alloc.c1148 case VFIFO : in ud_ialloc()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_attr.c538 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VDIR, VREG
H A Dnfs_srv.c1726 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 Dnfs_client.c1086 vap->va_type = VFIFO; in nattr_to_vattr()
1101 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h166 VFIFO = 6, enumerator
256 ((vp)->v_type == VCHR || (vp)->v_type == VBLK || (vp)->v_type == VFIFO)
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h165 VFIFO = 6, enumerator
263 ((vp)->v_type == VCHR || (vp)->v_type == VBLK || (vp)->v_type == VFIFO)
/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c128 if (vp->v_type == VFIFO) in specvp()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c652 vp->v_type != VLNK && vp->v_type != VFIFO && in init_failure()
661 ip->i_ufsvfs->vfs_root->v_type != VFIFO && in init_failure()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1170 VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON, enumerator
/titanic_44/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c650 if ((type == VFIFO) || (type == VSOCK) || in sdev_create()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs.h511 #define n2v_type(x) (NA_ISFIFO(x) ? VFIFO : nf_to_vt[(x)->na_type])

12