HomeSort by relevance Sort by last modified time
    Searched refs:VFIFO (Results 1 - 25 of 39) sorted by null

1 2

  /onnv/onnv-gate/usr/src/uts/common/io/
connld.c 164 if (streamvp->v_type != VFIFO) {
206 ASSERT(streamvp->v_type == VFIFO);
  /onnv/onnv-gate/usr/src/uts/common/syscall/
ucredsys.c 66 case VFIFO:
rw.c 190 if (vp->v_type == VFIFO) /* Backward compatibility */
319 if (vp->v_type == VFIFO) /* Backward compatibility */
391 } else if (vp->v_type == VFIFO) {
545 } else if (vp->v_type == VFIFO) {
758 if (vp->v_type == VFIFO) /* Backward compatibility */
908 if (vp->v_type == VFIFO) /* Backward compatibility */
980 } else if (vp->v_type == VFIFO) {
1113 } else if (vp->v_type == VFIFO) {
strcalls.c 208 if (vp->v_type == VFIFO) {
438 if (vp->v_type == VFIFO) {
  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
nfs3ops.c 191 { VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO };
nfs4ops.c 177 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
  /onnv/onnv-gate/usr/src/uts/common/fs/fifofs/
fifosubr.c 217 vp->v_type = VFIFO;
256 ASSERT(vp->v_type == VFIFO);
317 vp->v_type = VFIFO;
fifovnops.c 227 ASSERT(vp->v_type == VFIFO);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
share.c 414 vp->v_type != VFIFO && vn_is_readonly(vp));
streamio.c 90 (stp->sd_vnode->v_type == VFIFO) ? 0 : \
402 if (vp->v_type == VFIFO) {
    [all...]
strsubr.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
vfs.c 479 if (v.v_type == VFIFO || v.v_type == VDOOR || v.v_type == VPORT)
541 { VFIFO, "FIFO" },
  /onnv/onnv-gate/usr/src/uts/common/fs/udfs/
udf_inode.c 894 ip->i_type = VFIFO;
    [all...]
udf_alloc.c 1157 case VFIFO :
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/namefs/
namevfs.c 507 case VFIFO: resource_nodetype = "fifo"; break;
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_attr.c 541 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VDIR, VREG
nfs_srv.c     [all...]
nfs_client.c 1084 * VFIFO type. (see note in nfs.h)
1087 vap->va_type = VFIFO;
1102 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
vnode.h 162 VFIFO = 6,
260 ((vp)->v_type == VCHR || (vp)->v_type == VBLK || (vp)->v_type == VFIFO)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_panic.c 652 vp->v_type != VLNK && vp->v_type != VFIFO &&
661 ip->i_ufsvfs->vfs_root->v_type != VFIFO &&
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/specfs/
specsubr.c 125 if (vp->v_type == VFIFO)
  /onnv/onnv-gate/usr/src/uts/common/brand/lx/autofs/
lx_autofs.c 413 ((vp_wr = fp_wr->f_vnode) == NULL) || (vp_wr->v_type != VFIFO)) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/dev/
sdev_vnops.c 394 if ((type == VFIFO) || (type == VSOCK) ||
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/portfs/
port_fop.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/nfs/
nfs.h 197 * VFIFO is not in the protocol spec (VNON will be replaced by VFIFO)
514 #define n2v_type(x) (NA_ISFIFO(x) ? VFIFO : nf_to_vt[(x)->na_type])
    [all...]

Completed in 3710 milliseconds

1 2