| /freebsd/crypto/openssl/include/internal/ |
| H A D | hashtable.h | 197 #define IMPLEMENT_HT_VALUE_TYPE_FNS(vtype, name, pfx) \ argument 198 static uintptr_t name##_##vtype##_id = 0; \ 199 pfx ossl_unused int ossl_ht_##name##_##vtype##_insert(HT *h, HT_KEY *key, \ 200 vtype *data, \ 201 vtype **olddata) \ 208 inval.type_id = &name##_##vtype##_id; \ 211 *olddata = (vtype *)oval->value; \ 215 pfx ossl_unused vtype *ossl_ht_##name##_##vtype##_from_value(HT_VALUE *v) \ 217 uintptr_t *expect_type = &name##_##vtype##_id; \ 222 return (vtype *)v->value; \ [all …]
|
| /freebsd/crypto/openssl/crypto/pkcs12/ |
| H A D | p12_sbag.c | 86 int vtype = PKCS12_SAFEBAG_get_bag_nid(bag); in PKCS12_SAFEBAG_get0_bag_obj() local 88 if (vtype == -1 || vtype == NID_x509Certificate || vtype == NID_x509Crl in PKCS12_SAFEBAG_get0_bag_obj() 89 || vtype == NID_sdsiCertificate) in PKCS12_SAFEBAG_get0_bag_obj() 162 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int l… in PKCS12_SAFEBAG_create_secret() argument 173 switch (vtype) { in PKCS12_SAFEBAG_create_secret() 193 ASN1_TYPE_set(bag->value.other, vtype, strtmp); in PKCS12_SAFEBAG_create_secret()
|
| /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/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/sys/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.c | 47 #define DEFINEOP(opname, vtype) \ argument 50 const char *, vtype); \ 54 #define DEFINEARROP(opname, vtype) \ argument 57 const char *, vtype, uint_t); \ 189 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 192 nvlist_t *nvl, const char *name, vtype value) \ 237 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 240 nvlist_t *nvl, const char *name, vtype *valuep, uint_t count) \ 435 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \ argument 438 int (*func)(nvlist_prtctl_t, void *, nvlist_t *, const char *, vtype), \ [all …]
|
| /freebsd/sys/fs/fuse/ |
| 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_node.h | 172 __enum_uint8(vtype) vtype; 270 struct componentname *cnp, __enum_uint8(vtype) vtyp);
|
| H A D | fuse_node.c | 155 uint64_t nodeid, __enum_uint8(vtype) vtyp) in fuse_vnode_init() 206 __enum_uint8(vtype) vtyp, in fuse_vnode_alloc() 300 __enum_uint8(vtype) vtyp) in fuse_vnode_get()
|
| H A D | fuse_internal.c | 796 __enum_uint8(vtype) vtyp, in fuse_internal_newentry_core() 837 __enum_uint8(vtype) vtype) in fuse_internal_newentry() 846 err = fuse_internal_newentry_core(dvp, vpp, cnp, vtype, &fdi); in fuse_internal_newentry() 898 __enum_uint8(vtype) vtyp; in fuse_internal_do_getattr() 1147 __enum_uint8(vtype) vtyp; in fuse_internal_setattr()
|
| /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/contrib/openzfs/include/ |
| H A D | libnvpair.h | 175 #define NVLIST_PRINTCTL_AVDECL(funcname, vtype) \ argument 177 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, vtype, uint_t), \
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | vnode.h | 41 typedef enum vtype vtype_t; 43 #define vtype_t __enum_uint8(vtype)
|
| H A D | policy.h | 70 vtype_t vtype);
|
| /freebsd/sys/sys/ |
| H A D | vnode.h | 56 __enum_uint8_decl(vtype) { in __enum_uint8_decl() argument 73 #define VTYPE_ISDEV(vtype) ((vtype) == VCHR || (vtype) == VBLK) argument 136 __enum_uint8(vtype) v_type; /* u vnode type */ 293 __enum_uint8(vtype) va_type; /* vnode type (for create) */ 419 extern __enum_uint8(vtype) iftovt_tab[]; 727 int vaccess(__enum_uint8(vtype) type, mode_t file_mode, uid_t file_uid, 731 int vaccess_acl_nfs4(__enum_uint8(vtype) type, uid_t file_uid, gid_t file_gid, 733 int vaccess_acl_posix1e(__enum_uint8(vtype) type, uid_t file_uid,
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonacl.c | 36 __enum_uint8(vtype) type, acl_perm_t *permp); 267 __enum_uint8(vtype) type, acl_perm_t *permp) in nfsrv_acemasktoperm() 357 __enum_uint8(vtype), int, int, struct acl_entry *); 366 __enum_uint8(vtype) type, int group, int owner, struct acl_entry *ace) in nfsrv_buildace() 539 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, __enum_uint8(vtype) type, in nfsrv_buildacl()
|
| /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/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/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/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/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/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_acl.c | 1323 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, in zfs_acl_chmod() argument 1341 isdir = (vtype == VDIR); in zfs_acl_chmod() 1470 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) in zfs_ace_can_use() argument 1474 if ((vtype == VDIR) && (iflags & ACE_DIRECTORY_INHERIT_ACE)) in zfs_ace_can_use() 1477 return (!((vtype == VDIR) && in zfs_ace_can_use() 1486 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, in zfs_acl_inherit() argument 1500 boolean_t isdir = (vtype == VDIR); in zfs_acl_inherit() 1501 boolean_t isreg = (vtype == VREG); in zfs_acl_inherit() 1507 if (aclinherit == ZFS_ACL_DISCARD || vtype == VLNK) in zfs_acl_inherit() 1523 !zfs_ace_can_use(vtype, iflags)) in zfs_acl_inherit()
|