Home
last modified time | relevance | path

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

123

/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_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);
H A Ddtfs.h103 const struct puffs_cn *, enum vtype);
118 void dtfs_baseattrs(struct vattr *, enum vtype, ino_t);
H A Ddtfs_subr.c43 dtfs_baseattrs(struct vattr *vap, enum vtype type, ino_t id) in dtfs_baseattrs()
82 enum vtype type) in dtfs_genfile()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.c592 bhnd_nvram_type vtype; in bhnd_nvram_data_generic_rp_getvar() local
600 vptr = bhnd_nvram_data_getvar_ptr_info(nv, cookiep, &vlen, &vtype, in bhnd_nvram_data_generic_rp_getvar()
606 error = bhnd_nvram_val_init(&val, fmt, vptr, vlen, vtype, in bhnd_nvram_data_generic_rp_getvar()
658 bhnd_nvram_type vtype; in bhnd_nvram_data_generic_rp_copy_val() local
665 vptr = bhnd_nvram_data_getvar_ptr_info(nv, cookiep, &vlen, &vtype, in bhnd_nvram_data_generic_rp_copy_val()
671 return (bhnd_nvram_val_new(value, fmt, vptr, vlen, vtype, in bhnd_nvram_data_generic_rp_copy_val()
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c46 #define DEFINEOP(opname, vtype) \ argument
49 const char *, vtype); \
53 #define DEFINEARROP(opname, vtype) \ argument
56 const char *, vtype, uint_t); \
191 nvlist_t *nvl, const char *name, vtype value) \
434 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \ argument
460 #define NVLIST_PRINTCTL_AREPLACE(type, vtype) \ argument
785 #define NVP(elem, type, vtype, ptype, format) { \ argument
786 vtype value; \
793 #define NVPA(elem, type, vtype, ptype, format) { \ argument
[all …]
/freebsd/sys/fs/fuse/
H A Dfuse_node.h126 __enum_uint8(vtype) vtype;
202 struct componentname *cnp, __enum_uint8(vtype) vtyp);
H A Dfuse_internal.h91 static inline __enum_uint8(vtype)
285 fuse_internal_checkentry(struct fuse_entry_out *feo, __enum_uint8(vtype) vtyp) in fuse_internal_checkentry()
304 __enum_uint8(vtype) vtyp);
311 struct componentname *cnp, __enum_uint8(vtype) vtyp, struct fuse_dispatcher *fdip);
H A Dfuse_node.c155 uint64_t nodeid, __enum_uint8(vtype) vtyp) in fuse_vnode_init()
203 __enum_uint8(vtype) vtyp, in fuse_vnode_alloc()
297 __enum_uint8(vtype) vtyp) in fuse_vnode_get()
H A Dfuse_internal.c792 __enum_uint8(vtype) vtyp, in fuse_internal_newentry_core()
833 __enum_uint8(vtype) vtype) in fuse_internal_newentry()
842 err = fuse_internal_newentry_core(dvp, vpp, cnp, vtype, &fdi); in fuse_internal_newentry()
898 __enum_uint8(vtype) vtyp; in fuse_internal_do_getattr()
1140 __enum_uint8(vtype) vtyp; in fuse_internal_setattr()
/freebsd/lib/libprocstat/
H A Dzfs_defs.c39 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enum
47 enum vtype va_type; /* vnode type (for create) */
/freebsd/sys/dev/enic/
H A Dvnic_devcmd.h50 #define _CMDCF(dir, flags, vtype, nr) \ argument
53 ((vtype) << _CMD_VTYPESHIFT) | \
55 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument
56 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
/freebsd/sys/fs/nfs/
H A Dnfs_commonacl.c36 __enum_uint8(vtype) type, acl_perm_t *permp);
189 __enum_uint8(vtype) type, acl_perm_t *permp) in nfsrv_acemasktoperm()
279 __enum_uint8(vtype), int, int, struct acl_entry *);
286 __enum_uint8(vtype) type, int group, int owner, struct acl_entry *ace) in nfsrv_buildace()
394 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, __enum_uint8(vtype) type, in nfsrv_buildacl()
/freebsd/sys/contrib/openzfs/include/
H A Dlibnvpair.h174 #define NVLIST_PRINTCTL_AVDECL(funcname, vtype) \ argument
176 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, vtype, uint_t), \
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_sbag.c116 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int l… in PKCS12_SAFEBAG_create_secret() argument
127 switch(vtype) { in PKCS12_SAFEBAG_create_secret()
148 ASN1_TYPE_set(bag->value.other, vtype, strtmp); in PKCS12_SAFEBAG_create_secret()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode.h40 typedef enum vtype vtype_t;
42 #define vtype_t __enum_uint8(vtype)
H A Dpolicy.h70 vtype_t vtype);
/freebsd/sys/fs/tarfs/
H A Dtarfs.h59 __enum_uint8(vtype) type;
230 size_t namelen, __enum_uint8(vtype) type, off_t off, size_t sz,
/freebsd/crypto/openssl/doc/man3/
H A DPKCS12_SAFEBAG_create_cert.pod16 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype,
46 I<type> with an ASN1 value of type I<vtype> constructed using the bytes in
/freebsd/sys/ufs/ffs/
H A Dffs_extern.h62 ufs2_daddr_t, long, ino_t, __enum_uint8(vtype), struct workhead *,
100 __enum_uint8(vtype), struct workhead *);
/freebsd/sys/sys/
H A Dvnode.h56 __enum_uint8_decl(vtype) { in __enum_uint8_decl() argument
129 __enum_uint8(vtype) v_type; /* u vnode type */
281 __enum_uint8(vtype) va_type; /* vnode type (for create) */
405 extern __enum_uint8(vtype) iftovt_tab[];
720 int vaccess(__enum_uint8(vtype) type, mode_t file_mode, uid_t file_uid,
724 int vaccess_acl_nfs4(__enum_uint8(vtype) type, uid_t file_uid, gid_t file_gid,
726 int vaccess_acl_posix1e(__enum_uint8(vtype) type, uid_t file_uid,
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_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()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h184 __enum_uint8(vtype) tn_type; /* (c) */
459 int tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *, __enum_uint8(vtype),
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dpolicy.h70 vtype_t vtype);
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1321 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, in zfs_acl_chmod() argument
1339 isdir = (vtype == VDIR); in zfs_acl_chmod()
1468 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) in zfs_ace_can_use() argument
1472 if ((vtype == VDIR) && (iflags & ACE_DIRECTORY_INHERIT_ACE)) in zfs_ace_can_use()
1475 return (!((vtype == VDIR) && in zfs_ace_can_use()
1484 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, in zfs_acl_inherit() argument
1498 boolean_t isdir = (vtype == VDIR); in zfs_acl_inherit()
1499 boolean_t isreg = (vtype == VREG); in zfs_acl_inherit()
1505 if (aclinherit == ZFS_ACL_DISCARD || vtype == VLNK) in zfs_acl_inherit()
1521 !zfs_ace_can_use(vtype, iflags)) in zfs_acl_inherit()
/freebsd/sbin/ipfw/
H A Dtables.c793 const char *vtype; in table_show_info() local
837 if ((vtype = match_value(tablealgoclass, d.taclass)) == NULL) in table_show_info()
838 vtype = "unknown"; in table_show_info()
841 table_show_tainfo(i, &d, "", vtype); in table_show_info()
843 table_show_tainfo(i, &d, "IPv4 ", vtype); in table_show_info()
846 if ((vtype = match_value(tablealgoclass, d.taclass)) == NULL) in table_show_info()
847 vtype = "unknown"; in table_show_info()
852 table_show_tainfo(i, &d, "IPv6 ", vtype); in table_show_info()

123