Home
last modified time | relevance | path

Searched refs:vtype (Results 1 – 25 of 47) sorted by relevance

12

/NextBSD/sys/sparc64/include/
HDatomic.h172 #define ATOMIC_GEN(name, ptype, vtype, atype, sz) \ argument
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 …]
/NextBSD/lib/libosxsupport/
HDfile_module.c266 _fsi_validation_path(int vtype) in _fsi_validation_path() argument
268 if (vtype == VALIDATION_PASSWD) return _PATH_PASSWD; in _fsi_validation_path()
269 else if (vtype == VALIDATION_MASTER_PASSWD) return _PATH_MASTERPASSWD; in _fsi_validation_path()
270 else if (vtype == VALIDATION_GROUP) return _PATH_GROUP; in _fsi_validation_path()
271 else if (vtype == VALIDATION_NETGROUP) return _PATH_NETGROUP; in _fsi_validation_path()
272 else if (vtype == VALIDATION_ALIASES) return _PATH_ALIASES; in _fsi_validation_path()
273 else if (vtype == VALIDATION_HOSTS) return _PATH_HOSTS; in _fsi_validation_path()
274 else if (vtype == VALIDATION_NETWORKS) return _PATH_NETWORKS; in _fsi_validation_path()
275 else if (vtype == VALIDATION_SERVICES) return _PATH_SERVICES; in _fsi_validation_path()
276 else if (vtype == VALIDATION_PROTOCOLS) return _PATH_PROTOCOLS; in _fsi_validation_path()
[all …]
/NextBSD/sys/fs/fuse/
HDfuse_node.h90 enum vtype vtype; member
119 enum vtype vtyp);
HDfuse_internal.c115 int vtype; in fuse_internal_access() local
131 vtype = vnode_vtype(vp); in fuse_internal_access()
154 if (((vtype == VREG) && (mode & VEXEC))) { in fuse_internal_access()
469 enum vtype vtyp, in fuse_internal_newentry_core()
502 enum vtype vtype) in fuse_internal_newentry() argument
511 err = fuse_internal_newentry_core(dvp, vpp, cnp, vtype, &fdi); in fuse_internal_newentry()
HDfuse_internal.h87 static __inline enum vtype
300 fuse_internal_checkentry(struct fuse_entry_out *feo, enum vtype vtyp) in fuse_internal_checkentry()
333 enum vtype vtyp);
348 enum vtype vtyp,
HDfuse_node.c132 uint64_t nodeid, enum vtype vtyp) in fuse_vnode_init()
176 enum vtype vtyp, in fuse_vnode_alloc()
234 enum vtype vtyp) in fuse_vnode_get()
/NextBSD/contrib/netbsd-tests/fs/puffs/h_dtfs/
HDdtfs_vfsops.c44 rtstr(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtstr()
66 rtdev(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtdev()
90 rtnorm(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtnorm()
108 enum vtype vt;
109 int (*pfunc)(struct puffs_usermount *, const char *, enum vtype);
HDdtfs.h103 const struct puffs_cn *, enum vtype);
118 void dtfs_baseattrs(struct vattr *, enum vtype, ino_t);
HDdtfs_subr.c43 dtfs_baseattrs(struct vattr *vap, enum vtype type, ino_t id) in dtfs_baseattrs()
82 enum vtype type) in dtfs_genfile()
/NextBSD/cddl/contrib/opensolaris/lib/libnvpair/
HDlibnvpair.c46 #define DEFINEOP(opname, vtype) \ argument
49 const char *, vtype); \
53 #define DEFINEARROP(opname, vtype) \ argument
56 const char *, vtype, uint_t); \
188 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument
191 nvlist_t *nvl, const char *name, vtype value) \
221 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument
224 nvlist_t *nvl, const char *name, vtype *valuep, uint_t count) \
419 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \ argument
422 int (*func)(nvlist_prtctl_t, void *, nvlist_t *, const char *, vtype), \
[all …]
HDlibnvpair.h172 #define NVLIST_PRINTCTL_AVDECL(funcname, vtype) \ argument
174 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, vtype, uint_t), \
/NextBSD/sys/sys/
HDvnode.h56 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enum
172 enum vtype v_type; /* u vnode type */
198 enum vtype xv_type; /* vnode type */
262 enum vtype va_type; /* vnode type (for create) */
379 extern enum vtype iftovt_tab[];
647 int vaccess(enum vtype type, mode_t file_mode, uid_t file_uid,
650 int vaccess_acl_nfs4(enum vtype type, uid_t file_uid, gid_t file_gid,
653 int vaccess_acl_posix1e(enum vtype type, uid_t file_uid,
HDuser.h567 int vntype_to_kinfo(int vtype);
/NextBSD/sys/fs/nfs/
HDnfs_commonacl.c38 enum vtype type, acl_perm_t *permp);
187 enum vtype type, acl_perm_t *permp) in nfsrv_acemasktoperm()
277 enum vtype, int, int, struct acl_entry *);
284 enum vtype type, int group, int owner, struct acl_entry *ace) in nfsrv_buildace()
392 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, enum vtype type, in nfsrv_buildacl()
/NextBSD/sys/ufs/ffs/
HDffs_extern.h64 ufs2_daddr_t, long, ino_t, enum vtype, struct workhead *);
90 enum vtype, struct workhead *);
HDffs_snapshot.c85 ffs_snapblkfree(fs, devvp, bno, size, inum, vtype, wkhd) in ffs_snapblkfree() argument
91 enum vtype vtype;
1738 ffs_snapblkfree(fs, devvp, bno, size, inum, vtype, wkhd) in ffs_snapblkfree() argument
1744 enum vtype vtype;
1902 if ((vtype == VDIR || dopersistence) &&
1913 if ((vtype == VDIR || dopersistence) &&
1931 if ((vtype == VDIR || dopersistence) &&
HDsoftdep.h548 enum vtype ff_vtype; /* owning inode's file type */
575 enum vtype fb_vtype; /* inode owner's file type */
/NextBSD/sys/fs/tmpfs/
HDtmpfs.h157 enum vtype tn_type;
387 int tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *, enum vtype,
/NextBSD/contrib/libarchive/libarchive/test/
HDtest_write_format_iso9660_filename.c63 enum vtype { enum
73 verify_file(struct archive *a, enum vtype type, struct fns *fns) in verify_file()
141 verify(unsigned char *buff, size_t used, enum vtype type, struct fns *fns) in verify()
/NextBSD/sbin/ipfw/
HDtables.c723 const char *vtype; in table_show_info() local
767 if ((vtype = match_value(tablealgoclass, d.taclass)) == NULL) in table_show_info()
768 vtype = "unknown"; in table_show_info()
771 table_show_tainfo(i, &d, "", vtype); in table_show_info()
773 table_show_tainfo(i, &d, "IPv4 ", vtype); in table_show_info()
776 if ((vtype = match_value(tablealgoclass, d.taclass)) == NULL) in table_show_info()
777 vtype = "unknown"; in table_show_info()
782 table_show_tainfo(i, &d, "IPv6 ", vtype); in table_show_info()
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDpolicy.h71 vtype_t vtype);
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_acl.c1333 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t trim, zfs_acl_t *aclp) in zfs_acl_chmod() argument
1350 isdir = (vtype == VDIR); in zfs_acl_chmod()
1484 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) in zfs_ace_can_use() argument
1488 if ((vtype == VDIR) && (iflags & ACE_DIRECTORY_INHERIT_ACE)) in zfs_ace_can_use()
1491 return (!((vtype == VDIR) && in zfs_ace_can_use()
1500 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, in zfs_acl_inherit() argument
1513 boolean_t vdir = vtype == VDIR; in zfs_acl_inherit()
1514 boolean_t vreg = vtype == VREG; in zfs_acl_inherit()
1527 if (zfsvfs->z_acl_inherit == ZFS_ACL_DISCARD || vtype == VLNK) in zfs_acl_inherit()
1543 if (!zfs_ace_can_use(vtype, iflags)) in zfs_acl_inherit()
/NextBSD/sys/nfs/
HDnfs_common.h39 extern enum vtype nv3tov_type[];
/NextBSD/sys/fs/nfsclient/
HDnfs_clcomsubs.c48 extern enum vtype newnv2tov_type[8];
49 extern enum vtype nv34tov_type[8];
/NextBSD/sys/cddl/compat/opensolaris/kern/
HDopensolaris_policy.c416 vtype_t vtype) in secpolicy_xvattr() argument

12