/freebsd/crypto/heimdal/lib/asn1/ |
H A D | symbol.h | 78 } type; member 94 struct type *type; member 124 struct type { argument 125 Typetype type; argument 120 struct type { global() struct 121 typetype global() argument 130 constrainttype global() argument 136 Type *type; global() member 153 Type *type; global() member [all...] |
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_subr.c | 113 bhnd_nvram_type_name(bhnd_nvram_type type) in bhnd_nvram_type_name() 178 bhnd_nvram_is_signed_type(bhnd_nvram_type type) in bhnd_nvram_is_signed_type() 224 bhnd_nvram_is_unsigned_type(bhnd_nvram_type type) in bhnd_nvram_is_unsigned_type() 240 bhnd_nvram_is_int_type(bhnd_nvram_type type) in bhnd_nvram_is_int_type() 282 bhnd_nvram_is_array_type(bhnd_nvram_type type) in bhnd_nvram_is_array_type() 325 bhnd_nvram_base_type(bhnd_nvram_type type) in bhnd_nvram_base_type() 367 bhnd_nvram_raw_type(bhnd_nvram_type type) in bhnd_nvram_raw_type() 423 bhnd_nvram_type_width(bhnd_nvram_type type) in bhnd_nvram_type_width() 475 bhnd_nvram_type_host_align(bhnd_nvram_type type) in bhnd_nvram_type_host_align()
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
H A D | sysmacros.h | 64 #define P2NPHASE_TYPED(x, align, type) \ argument 80 #define P2ALIGN_TYPED(x, align, type) \ argument 82 #define P2PHASE_TYPED(x, align, type) \ argument 84 #define P2NPHASE_TYPED(x, align, type) \ argument 86 #define P2ROUNDUP_TYPED(x, align, type) \ argument 88 #define P2END_TYPED(x, align, type) \ argument 90 #define P2PHASEUP_TYPED(x, align, phase, type) \ argument 92 #define P2CROSS_TYPED(x, y, align, type) \ argument 94 #define P2SAMEHIGHBIT_TYPED(x, y, type) \ argument
|
/freebsd/sys/kern/ |
H A D | subr_hash.c | 52 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, in hashinit_flags() 81 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit() 88 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy() 109 phashinit_flags(int elements, struct malloc_type *type, u_long *nentries, int flags) in phashinit_flags() 143 phashinit(int elements, struct malloc_type *type, u_long *nentries) in phashinit()
|
H A D | subr_asan.c | 635 #define _ASAN_ATOMIC_FUNC_ADD(name, type) \ argument 643 #define ASAN_ATOMIC_FUNC_ADD(name, type) \ argument 648 #define _ASAN_ATOMIC_FUNC_SUBTRACT(name, type) \ argument 656 #define ASAN_ATOMIC_FUNC_SUBTRACT(name, type) \ argument 661 #define _ASAN_ATOMIC_FUNC_SET(name, type) \ argument 669 #define ASAN_ATOMIC_FUNC_SET(name, type) \ argument 674 #define _ASAN_ATOMIC_FUNC_CLEAR(name, type) \ argument 682 #define ASAN_ATOMIC_FUNC_CLEAR(name, type) \ argument 687 #define ASAN_ATOMIC_FUNC_FETCHADD(name, type) \ argument 695 #define ASAN_ATOMIC_FUNC_READANDCLEAR(name, type) \ argument [all …]
|
H A D | subr_msan.c | 153 kmsan_orig_name(int type) in kmsan_orig_name() 178 int type; in kmsan_report_hook() local 234 int type; in kmsan_report_inline() local 546 kmsan_orig(const void *addr, size_t size, int type, uintptr_t pc) in kmsan_orig() 1067 #define _MSAN_ATOMIC_FUNC_ADD(name, type) \ argument 1077 #define MSAN_ATOMIC_FUNC_ADD(name, type) \ argument 1082 #define _MSAN_ATOMIC_FUNC_SUBTRACT(name, type) \ argument 1092 #define MSAN_ATOMIC_FUNC_SUBTRACT(name, type) \ argument 1097 #define _MSAN_ATOMIC_FUNC_SET(name, type) \ argument 1107 #define MSAN_ATOMIC_FUNC_SET(name, type) \ argument [all …]
|
H A D | vfs_acl.c | 137 acl_copyin(const void *user_acl, struct acl *kernel_acl, acl_type_t type) in acl_copyin() 161 acl_copyout(const struct acl *kernel_acl, void *user_acl, acl_type_t type) in acl_copyout() 198 acl_type_unold(int type) in acl_type_unold() 224 vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_set_acl() 262 vacl_get_acl(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_get_acl() 294 vacl_delete(struct thread *td, struct vnode *vp, acl_type_t type) in vacl_delete() 325 vacl_aclcheck(struct thread *td, struct vnode *vp, acl_type_t type, in vacl_aclcheck() 370 kern___acl_get_path(struct thread *td, const char *path, acl_type_t type, in kern___acl_get_path() 410 acl_type_t type, const struct acl *aclp, int follow) in kern___acl_set_path() 487 acl_type_t type, int follow) in kern___acl_delete_path() [all …]
|
/freebsd/contrib/wpa/src/utils/ |
H A D | list.h | 64 #define offsetof(type, member) ((long) &((type *) 0)->member) argument 67 #define dl_list_entry(item, type, member) \ argument 70 #define dl_list_first(list, type, member) \ argument 74 #define dl_list_last(list, type, member) \ argument 78 #define dl_list_for_each(item, list, type, member) \ argument 83 #define dl_list_for_each_safe(item, n, list, type, member) \ argument 89 #define dl_list_for_each_reverse(item, list, type, member) \ argument
|
/freebsd/sys/contrib/libnv/ |
H A D | cnvlist.c | 71 #define CNVLIST_GET(ftype, type, NVTYPE) \ argument 93 #define CNVLIST_GET_ARRAY(ftype, type, NVTYPE) \ in CNVLIST_GET() argument 124 #define CNVLIST_TAKE(ftype, type, NVTYPE) \ argument 152 #define CNVLIST_TAKE_ARRAY(ftype, type, NVTYPE) \ argument 196 #define CNVLIST_FREE(type) \ argument
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/dashboards/grafana/ |
H A D | ZFS-pool-latency-heatmaps-influxdb.json | 7 "type": "datasource", string 14 "type": "grafana", string 20 "type": "panel", string 26 "type": "datasource", string 32 "type": "panel", string 38 "type": "panel", string 54 "type": "dashboard" string 78 "type": "row" string 123 "type": "time" string 129 "type": "tag" string [all …]
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | varargs.c | 48 #define VA_INT(type) ival = (int) va_arg(ap, type) argument 49 #define VA_FLT(type) fval = va_arg(ap, type) argument 50 #define VA_PTR(type) pval = (char *)va_arg(ap, type) argument 51 #define VA_STR(type) sval = va_arg(ap, type) argument 81 int type = 0; in _nc_varargs() local
|
/freebsd/contrib/tcp_wrappers/ |
H A D | mystdarg.h | 9 #define VARARGS(func,type,arg) func(type arg, ...) argument 10 #define VASTART(ap,type,name) va_start(ap,name) argument 14 #define VARARGS(func,type,arg) func(va_alist) va_dcl argument 15 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) argument
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zprop_common.c | 53 zprop_get_proptable(zfs_type_t type) in zprop_get_proptable() 64 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops() 75 zfs_mod_supported_prop(const char *name, zfs_type_t type, in zfs_mod_supported_prop() 98 zprop_register_impl(int prop, const char *name, zprop_type_t type, in zprop_register_impl() 168 zprop_register_hidden(int prop, const char *name, zprop_type_t type, in zprop_register_hidden() 205 boolean_t ordered, zfs_type_t type) in zprop_iter_common() 295 zprop_name_to_prop(const char *propname, zfs_type_t type) in zprop_name_to_prop() 311 zfs_type_t type) in zprop_string_to_index() 337 zfs_type_t type) in zprop_index_to_string() 365 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) in zprop_random_value() [all …]
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_t3fw.c | 19 cxgb_t3fw_modevent(module_t mod, int type, void *unused) in cxgb_t3fw_modevent() 51 cxgb_t3b_protocol_sram_modevent(module_t mod, int type, void *unused) in cxgb_t3b_protocol_sram_modevent() 83 cxgb_t3b_tp_eeprom_modevent(module_t mod, int type, void *unused) in cxgb_t3b_tp_eeprom_modevent() 115 cxgb_t3c_protocol_sram_modevent(module_t mod, int type, void *unused) in cxgb_t3c_protocol_sram_modevent() 147 cxgb_t3c_tp_eeprom_modevent(module_t mod, int type, void *unused) in cxgb_t3c_tp_eeprom_modevent()
|
/freebsd/lib/libdevdctl/ |
H A D | event.cc | 92 Event::Builder(Event::Type type, NVPairMap &nvPairs, in Builder() 102 Type type(static_cast<Event::Type>(eventString[0])); in CreateEvent() local 170 Event::TypeToString(Event::Type type) in TypeToString() 323 Event::Event(Type type, NVPairMap &map, const string &eventString) in Event() 338 Event::ParseEventString(Event::Type type, in ParseEventString() 450 DevfsEvent::Builder(Event::Type type, NVPairMap &nvPairs, in Builder() 517 DevfsEvent::DevfsEvent(Event::Type type, NVPairMap &nvpairs, in DevfsEvent() 531 GeomEvent::Builder(Event::Type type, NVPairMap &nvpairs, in Builder() 556 GeomEvent::GeomEvent(Event::Type type, NVPairMap &nvpairs, in GeomEvent() 572 ZfsEvent::Builder(Event::Type type, NVPairMap &nvpairs, in Builder() [all …]
|
/freebsd/crypto/openssl/include/internal/ |
H A D | priority_queue.h | 17 # define PRIORITY_QUEUE_OF(type) OSSL_PRIORITY_QUEUE_ ## type argument 19 # define DEFINE_PRIORITY_QUEUE_OF_INTERNAL(type, ctype) \ argument 72 # define DEFINE_PRIORITY_QUEUE_OF(type) \ argument
|
/freebsd/stand/efi/loader/arch/amd64/ |
H A D | multiboot2.h | 113 multiboot_uint16_t type; member 120 multiboot_uint16_t type; member 128 multiboot_uint16_t type; member 139 multiboot_uint16_t type; member 147 multiboot_uint16_t type; member 155 multiboot_uint16_t type; member 165 multiboot_uint16_t type; member 172 multiboot_uint16_t type; member 197 multiboot_uint32_t type; member 204 multiboot_uint32_t type; member [all …]
|
/freebsd/sys/ddb/ |
H A D | db_pprint.c | 53 db_pprint_int(db_addr_t addr, struct ctf_type_v3 *type, u_int depth) in db_pprint_int() 83 db_pprint_struct(db_addr_t addr, struct ctf_type_v3 *type, u_int depth) in db_pprint_struct() 165 db_pprint_arr(db_addr_t addr, struct ctf_type_v3 *type, u_int depth) in db_pprint_arr() 206 db_pprint_enum(db_addr_t addr, struct ctf_type_v3 *type, u_int depth) in db_pprint_enum() 245 db_pprint_ptr(db_addr_t addr, struct ctf_type_v3 *type, u_int depth) in db_pprint_ptr() 308 db_pprint_type(db_addr_t addr, struct ctf_type_v3 *type, u_int depth) in db_pprint_type() 367 struct ctf_type_v3 *type = NULL; in db_pprint_symbol_cmd() local 403 struct ctf_type_v3 *type = NULL; in db_pprint_struct_cmd() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | TypeSystem.h | 188 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() 217 virtual bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() 331 lldb::opaque_compiler_type_t type, in ForEachEnumerator() 358 virtual CompilerDecl GetStaticFieldWithName(lldb::opaque_compiler_type_t type, in GetStaticFieldWithName() 389 GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type, in GetDirectNestedTypeWithName() 494 ShouldTreatScalarValueAsAddress(lldb::opaque_compiler_type_t type) { in ShouldTreatScalarValueAsAddress()
|
/freebsd/crypto/krb5/src/tests/asn.1/ |
H A D | ktest_equal.h | 40 #define generic(funcname,type)\ argument 43 #define len_array(funcname,type)\ argument 45 #define len_unsigned_array(funcname,type)\ argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1983 const char *name, clang::QualType type) { in CreateVariableDeclaration() 2267 CompilerType type; in CreateStructForIdentifier() local 2293 CompilerType type; in GetOrCreateStructForIdentifier() local 2459 void TypeSystemClang::SetMetadataAsUserID(const clang::Type *type, in SetMetadataAsUserID() 2507 TypeSystemClang::GetDeclContextForType(const CompilerType &type) { in GetDeclContextForType() 2512 TypeSystemClang::GetCompilerDeclContextForType(const CompilerType &type) { in GetCompilerDeclContextForType() 2523 RemoveWrappingTypes(QualType type, ArrayRef<clang::Type::TypeClass> mask = {}) { in RemoveWrappingTypes() 2552 TypeSystemClang::GetDeclContextForType(clang::QualType type) { in GetDeclContextForType() 2770 bool TypeSystemClang::Verify(lldb::opaque_compiler_type_t type) { in Verify() 2775 bool TypeSystemClang::IsAggregateType(lldb::opaque_compiler_type_t type) { in IsAggregateType() [all …]
|
/freebsd/contrib/libarchive/unzip/ |
H A D | la_queue.h | 140 #define QUEUE_TYPEOF(type) type argument 142 #define QUEUE_TYPEOF(type) struct type argument 148 #define SLIST_HEAD(name, type) \ argument 153 #define SLIST_CLASS_HEAD(name, type) \ argument 161 #define SLIST_ENTRY(type) \ argument 166 #define SLIST_CLASS_ENTRY(type) \ argument 184 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 242 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 271 #define SLIST_SWAP(head1, head2, type) do { \ argument 280 #define STAILQ_HEAD(name, type) \ argument [all …]
|
/freebsd/sys/dev/vmm/ |
H A D | vmm_stat.h | 54 #define VMM_STAT_FDEFINE(type, _nelems, _desc, _func, _pred) \ argument 66 #define VMM_STAT_DEFINE(type, nelems, desc, pred) \ argument 69 #define VMM_STAT_DECLARE(type) \ argument 72 #define VMM_STAT(type, desc) \ argument 75 #define VMM_STAT_FUNC(type, desc, func) \ argument 78 #define VMM_STAT_ARRAY(type, nelems, desc) \ argument
|
/freebsd/tests/sys/sys/ |
H A D | queue_test.c | 33 #define QUEUE_TESTS_COMMON(type, TYPE) \ argument 168 #define QUEUE_TESTS_CHECK_REVERSED(type, TYPE) \ argument 216 #define QUEUE_TESTS_REGISTRATION(tp, type) \ argument 225 #define QUEUE_TESTS_TQ_PRINT(type, hfp) \ argument 234 #define QUEUE_TESTS_L_PRINT(type, hfp) \ argument
|
/freebsd/contrib/diff/lib/ |
H A D | xalloc.h | 81 # define NEW(type, var) type *var = xmalloc (sizeof (type)) argument 82 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) argument 83 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) argument 84 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type)) argument
|