HomeSort by: relevance | last modified time | path
    Searched defs:vtype (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/coda/
coda_vfsops.c 528 int vtype; local in function:coda_fhtovp
541 error = venus_fhtovp(vftomi(vfsp), &cfid->cfid_fid, l->l_cred, l->l_proc, &VFid, &vtype);
549 coda_f2s(&VFid), vtype, error)); )
551 cp = make_coda_node(&VFid, vfsp, vtype);
coda_vnops.c 893 int vtype; local in function:coda_lookup
942 &vtype);
952 __func__, coda_f2s(&VFid), vtype, error)); )
954 cp = make_coda_node(&VFid, dvp->v_mount, vtype);
963 if (!(vtype & CODA_NOCACHE))
coda.h 496 int vtype; member in struct:coda_lookup_out
639 int vtype; member in struct:coda_vget_out
  /src/share/examples/puffs/pgfs/
pgfs_subs.c 97 fromvtype(enum vtype vtype)
100 if (vtype < __arraycount(vtype_table)) {
101 assert(vtype_table[vtype] != NULL);
102 return vtype_table[vtype];
660 mkfile(struct Xconn *xc, enum vtype vtype, mode_t mode, uid_t uid, gid_t gid,
667 type = fromvtype(vtype);
741 enum vtype vtype, mode_t mode, uid_t uid, gid_t gid, fileid_t *idp
801 unsigned int vtype; local in function:cleanupfile
    [all...]
  /src/lib/libp2k/
p2k.c 658 enum rump_vtype vtype; local in function:p2k_fs_fhtonode
673 rump_pub_getvninfo(vp, &vtype, &vsize, (void *)&rdev);
674 puffs_newinfo_setvtype(pni, (enum vtype)vtype);
721 enum rump_vtype vtype; local in function:p2k_node_lookup
745 rump_pub_getvninfo(vp, &vtype, &vsize, (void *)&rdev);
746 puffs_newinfo_setvtype(pni, (enum vtype)vtype);
  /src/usr.bin/config/
sem.c 100 struct vtype { struct
130 struct vtype *vt = emalloc(sizeof(*vt));
2114 struct vtype *vt = v;
  /src/sys/sys/
vnode.h 90 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD }; enum
179 enum vtype v_type; /* - vnode type */
258 enum vtype va_type; /* vnode type (for create) */
387 extern const enum vtype iftovt_tab[];
596 void vdevgone(int, int, int, enum vtype);
597 int vfinddev(dev_t, enum vtype, struct vnode **);
660 uint8_t vtype2dt(enum vtype);

Completed in 63 milliseconds