/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data.c | 592 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/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs_vfsops.c | 44 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 D | dtfs.h | 103 const struct puffs_cn *, enum vtype); 118 void dtfs_baseattrs(struct vattr *, enum vtype, ino_t);
|
H A D | dtfs_subr.c | 43 dtfs_baseattrs(struct vattr *vap, enum vtype type, ino_t id) in dtfs_baseattrs() 82 enum vtype type) in dtfs_genfile()
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.c | 46 #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) \ 236 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 239 nvlist_t *nvl, const char *name, vtype *valuep, uint_t count) \ 434 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \ argument 437 int (*func)(nvlist_prtctl_t, void *, nvlist_t *, const char *, vtype), \ [all …]
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_node.h | 126 __enum_uint8(vtype) vtype; 202 struct componentname *cnp, __enum_uint8(vtype) vtyp);
|
H A D | fuse_internal.h | 91 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 D | fuse_internal.c | 792 __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() 1136 __enum_uint8(vtype) vtyp; in fuse_internal_setattr()
|
/freebsd/lib/libprocstat/ |
H A D | zfs_defs.c | 39 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 D | vnic_devcmd.h | 50 #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 D | nfs_commonacl.c | 36 __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 D | libnvpair.h | 174 #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 D | p12_sbag.c | 116 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 D | vnode.h | 40 typedef enum vtype vtype_t; 42 #define vtype_t __enum_uint8(vtype)
|
H A D | policy.h | 70 vtype_t vtype);
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs.h | 59 __enum_uint8(vtype) type; 229 size_t namelen, __enum_uint8(vtype) type, off_t off, size_t sz,
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PKCS12_SAFEBAG_create_cert.pod | 16 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 D | ffs_extern.h | 62 ufs2_daddr_t, long, ino_t, __enum_uint8(vtype), struct workhead *, 101 __enum_uint8(vtype), struct workhead *);
|
/freebsd/sys/sys/ |
H A D | vnode.h | 56 __enum_uint8_decl(vtype) { in __enum_uint8_decl() argument 129 __enum_uint8(vtype) v_type; /* u vnode type */ 282 __enum_uint8(vtype) va_type; /* vnode type (for create) */ 406 extern __enum_uint8(vtype) iftovt_tab[]; 721 int vaccess(__enum_uint8(vtype) type, mode_t file_mode, uid_t file_uid, 725 int vaccess_acl_nfs4(__enum_uint8(vtype) type, uid_t file_uid, gid_t file_gid, 727 int vaccess_acl_posix1e(__enum_uint8(vtype) type, uid_t file_uid,
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_iso9660_filename.c | 63 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/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_acl.c | 1321 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/sys/cddl/compat/opensolaris/sys/ |
H A D | policy.h | 70 vtype_t vtype);
|
/freebsd/sbin/ipfw/ |
H A D | tables.c | 793 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()
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs.h | 184 __enum_uint8(vtype) tn_type; /* (c) */ 467 int tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *, __enum_uint8(vtype),
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clcomsubs.c | 46 extern __enum_uint8(vtype) newnv2tov_type[8]; 47 extern __enum_uint8(vtype) nv34tov_type[8];
|