Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/io/
H A Dconnld.c161 if (streamvp->v_type != VFIFO) { in connopen()
203 ASSERT(streamvp->v_type == VFIFO); in connclose()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_rw.c93 } else if (vp->v_type == VFIFO) { in fake_pread()
167 } else if (vp->v_type == VFIFO) { in fake_pwrite()
H A Dfake_vnode.c83 (vp)->v_type != VFIFO && vn_is_readonly(vp))
104 VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON, enumerator
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c190 if (vp->v_type == VFIFO) /* Backward compatibility */ in read()
319 if (vp->v_type == VFIFO) /* Backward compatibility */ in write()
391 } else if (vp->v_type == VFIFO) { in pread()
545 } else if (vp->v_type == VFIFO) { in pwrite()
783 if (vp->v_type == VFIFO) /* Backward compatibility */ in readv()
967 if (vp->v_type == VFIFO) /* Backward compatibility */ in writev()
1136 } else if (vp->v_type == VFIFO) { in preadv()
1354 } else if (vp->v_type == VFIFO) { in pwritev()
1465 } else if (vp->v_type == VFIFO) { in pread64()
1598 } else if (vp->v_type == VFIFO) { in pwrite64()
H A Ducredsys.c64 case VFIFO: in getpeerucred()
H A Dstrcalls.c205 if (vp->v_type == VFIFO) { in msgio()
435 if (vp->v_type == VFIFO) { in msgio32()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c215 vp->v_type = VFIFO; in fnode_constructor()
254 ASSERT(vp->v_type == VFIFO); in fnode_destructor()
315 vp->v_type = VFIFO; in fifo_reinit_vp()
H A Dfifovnops.c231 ASSERT(vp->v_type == VFIFO); in fifo_open()
1491 vap->va_type = VFIFO; in fifo_getattr()
/illumos-gate/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" },
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs3ops.c191 { VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO }; in nfs3getattr()
H A Dnfs4ops.c176 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
/illumos-gate/usr/src/uts/common/os/
H A Dshare.c458 vp->v_type != VFIFO && vn_is_readonly(vp)); in isreadonly()
H A Dstreamio.c94 (stp->sd_vnode->v_type == VFIFO) ? 0 : \
448 if (vp->v_type == VFIFO) { in stropen()
2939 if ((vp->v_type == VFIFO) && in strwrite_common()
3965 if (vp->v_type == VFIFO) in strioctl()
4009 stp->sd_vnode->v_type != VFIFO) { in strioctl()
4046 if (vp->v_type == VFIFO) in strioctl()
4400 if (vp->v_type == VFIFO) in strioctl()
4442 if (stp->sd_vnode->v_type == VFIFO) { in strioctl()
4506 if (vp->v_type == VFIFO) { in strioctl()
5573 if (stp->sd_vnode->v_type == VFIFO) in strioctl()
H A Dstrsubr.c1577 if (lostp->sd_vnode->v_type == VFIFO) in linkcycle()
1758 if (vp->v_type == VFIFO) { in mlink_file()
1797 ((stpdown->sd_vnode->v_type != VFIFO) && in mlink_file()
2323 if (lostp->sd_vnode->v_type == VFIFO) in mux_addedge()
3183 if (stp->sd_sidp == NULL || stp->sd_vnode->v_type == VFIFO) in straccess()
4779 ASSERT(stp->sd_vnode->v_type != VFIFO); in insertq()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c534 case VFIFO: resource_nodetype = "fifo"; break; in nm_mount()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c888 ip->i_type = VFIFO; in ud_iget()
1577 if (mode == VFIFO) { in ud_itrunc()
1949 (ip->i_type != VFIFO)) { in ud_iaccess()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_opipe.c581 ap->sa_vattr.va_type = VFIFO; in smb_opipe_getattr()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h170 VFIFO = 6, enumerator
265 ((vp)->v_type == VCHR || (vp)->v_type == VBLK || (vp)->v_type == VFIFO)
/illumos-gate/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)
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h168 VFIFO = 6, enumerator
320 ((vp)->v_type == VCHR || (vp)->v_type == VBLK || (vp)->v_type == VFIFO)
/illumos-gate/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.c1853 va.va_type = VFIFO; /* xtra kludge for named pipe */ in rfs_create()
1923 } else if (va.va_type != VREG && va.va_type != VFIFO && in rfs_create()
2998 if (vap->va_type == VFIFO) in vattr_to_nattr()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c651 vp->v_type != VLNK && vp->v_type != VFIFO && in init_failure()
660 ip->i_ufsvfs->vfs_root->v_type != VFIFO && in init_failure()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c129 if (vp->v_type == VFIFO) in specvp()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1464 VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON, enumerator

12