Searched refs:vtype (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-9.3-release/sys/sparc64/include/
H A Datomic.h172 #define ATOMIC_GEN(name, ptype, vtype, atype, sz) \
174 static __inline vtype \
177 return ((vtype)atomic_op((p), +, (v), sz)); \
179 static __inline vtype \
182 return ((vtype)atomic_op_acq((p), +, (v), sz)); \
184 static __inline vtype \
187 return ((vtype)atomic_op_rel((p), +, (v), sz)); \
190 static __inline vtype \
193 return ((vtype)atomic_op((p), &, ~(v), sz)); \
195 static __inline vtype \
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.h170 #define NVLIST_PRINTCTL_AVDECL(funcname, vtype) \
172 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, vtype, uint_t), \
H A Dlibnvpair.c46 #define DEFINEOP(opname, vtype) \
49 const char *, vtype); \
53 #define DEFINEARROP(opname, vtype) \
56 const char *, vtype, uint_t); \
183 * vtype - C type for the member value
188 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \
191 nvlist_t *nvl, const char *name, vtype value) \
221 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \
224 nvlist_t *nvl, const char *name, vtype *valuep, uint_t count) \
419 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \
[all...]
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_venus.h57 int *vtype);
81 struct proc *p, /*out*/ struct CodaFid *VFid, int *vtype);
H A Dcoda_vfsops.c411 int vtype; local
426 &VFid, &vtype);
432 "%d\n", coda_f2s(&VFid), vtype, error)););
433 cp = make_coda_node(&VFid, vfsp, vtype);
H A Dcoda_venus.c433 int *vtype)
461 *vtype = outp->vtype;
686 struct proc *p, /*out*/ struct CodaFid *VFid, int *vtype)
700 *vtype = outp->vtype;
431 venus_lookup(void *mdp, struct CodaFid *fid, const char *nm, int len, struct ucred *cred, struct proc *p, struct CodaFid *VFid, int *vtype) argument
685 venus_fhtovp(void *mdp, struct CodaFid *fid, struct ucred *cred, struct proc *p, struct CodaFid *VFid, int *vtype) argument
H A Dcoda.h468 int vtype; member in struct:coda_lookup_out
617 int vtype; member in struct:coda_vget_out
H A Dcoda_vnops.c877 int vtype; local
903 td->td_proc, &VFid, &vtype);
912 "result %d\n", coda_f2s(&VFid), vtype, error)););
913 cp = make_coda_node(&VFid, dvp->v_mount, vtype);
922 if (!(vtype & CODA_NOCACHE) && (cnp->cn_flags & MAKEENTRY))
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dpolicy.h71 vtype_t vtype);
H A Dvnode.h39 typedef enum vtype vtype_t;
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonacl.c38 enum vtype type, acl_perm_t *permp);
187 enum vtype type, acl_perm_t *permp)
277 enum vtype, int, int, struct acl_entry *);
284 enum vtype type, int group, int owner, struct acl_entry *ace)
390 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, enum vtype type,
H A Dnfs_var.h337 int nfsrv_buildacl(struct nfsrv_descript *, NFSACL_T *, enum vtype,
378 enum vtype, struct ucred *, NFSPROC_T *, struct nfsvattr *,
/freebsd-9.3-release/sys/nfs/
H A Dnfs_common.h39 extern enum vtype nv3tov_type[];
H A Dnfs_common.c73 enum vtype nv3tov_type[8]= {
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs.h187 enum vtype tn_type;
418 int tmpfs_alloc_node(struct tmpfs_mount *, enum vtype,
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_extern.h64 ufs2_daddr_t, long, ino_t, enum vtype, struct workhead *);
90 enum vtype, struct workhead *);
H A Dsoftdep.h514 enum vtype ff_vtype; /* owning inode's file type */
541 enum vtype fb_vtype; /* inode owner's file type */
H A Dffs_snapshot.c84 ffs_snapblkfree(fs, devvp, bno, size, inum, vtype, wkhd)
90 enum vtype vtype;
1735 ffs_snapblkfree(fs, devvp, bno, size, inum, vtype, wkhd)
1741 enum vtype vtype;
1898 if ((vtype == VDIR || dopersistence) &&
1909 if ((vtype == VDIR || dopersistence) &&
1927 if ((vtype == VDIR || dopersistence) &&
/freebsd-9.3-release/sys/sys/
H A Dvnode.h56 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enum
102 enum vtype v_type; /* u vnode type */
195 enum vtype xv_type; /* vnode type */
260 enum vtype va_type; /* vnode type (for create) */
374 extern enum vtype iftovt_tab[];
629 int vaccess(enum vtype type, mode_t file_mode, uid_t file_uid,
632 int vaccess_acl_nfs4(enum vtype type, uid_t file_uid, gid_t file_gid,
635 int vaccess_acl_posix1e(enum vtype type, uid_t file_uid,
H A Duser.h528 int vntype_to_kinfo(int vtype);
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c48 extern enum vtype newnv2tov_type[8];
49 extern enum vtype nv34tov_type[8];
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c1333 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t trim, zfs_acl_t *aclp) argument
1350 isdir = (vtype == VDIR);
1484 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) argument
1488 if ((vtype == VDIR) && (iflags & ACE_DIRECTORY_INHERIT_ACE))
1491 return (!((vtype == VDIR) &&
1500 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, argument
1513 boolean_t vdir = vtype == VDIR;
1514 boolean_t vreg = vtype == VREG;
1527 if (zfsvfs->z_acl_inherit == ZFS_ACL_DISCARD || vtype == VLNK)
1543 if (!zfs_ace_can_use(vtype, iflag
[all...]
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_policy.c416 vtype_t vtype)
415 secpolicy_xvattr(vnode_t *vp, xvattr_t *xvap, uid_t owner, cred_t *cr, vtype_t vtype) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbreakpoint.c948 struct type *vtype = check_typedef (VALUE_TYPE (v));
954 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
955 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
1483 struct type *vtype = check_typedef (VALUE_TYPE (v));
1486 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
1487 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
2765 struct type *vtype = check_typedef (VALUE_TYPE (v));
2768 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT
2769 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY))
5964 struct type *vtype
944 struct type *vtype = check_typedef (VALUE_TYPE (v)); local
1479 struct type *vtype = check_typedef (VALUE_TYPE (v)); local
2759 struct type *vtype = check_typedef (VALUE_TYPE (v)); local
5953 struct type *vtype = check_typedef (VALUE_TYPE (v)); local
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_acl_posix1e.c55 vaccess_acl_posix1e(enum vtype type, uid_t file_uid, gid_t file_gid,

Completed in 222 milliseconds

12