| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_win_dll_thunk.h | 53 #define INTERCEPT_SANITIZER_FUNCTION(name) \ argument 68 #define INTERCEPT_SANITIZER_WEAK_FUNCTION(name) \ argument 85 #define INTERCEPT_LIBRARY_FUNCTION(name) \ argument 91 #define INTERCEPT_WRAP_V_V(name) \ argument 99 #define INTERCEPT_WRAP_V_W(name) \ argument 107 #define INTERCEPT_WRAP_V_WW(name) \ argument 115 #define INTERCEPT_WRAP_V_WWW(name) \ argument 123 #define INTERCEPT_WRAP_W_V(name) \ argument 131 #define INTERCEPT_WRAP_W_W(name) \ argument 139 #define INTERCEPT_WRAP_W_WW(name) \ argument [all …]
|
| /freebsd-11-stable/contrib/llvm-project/libunwind/src/ |
| HD | assembly.h | 53 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name) argument 57 #define SYMBOL_IS_FUNC(name) argument 58 #define EXPORT_SYMBOL(name) argument 59 #define HIDDEN_SYMBOL(name) .private_extern name argument 60 #define WEAK_SYMBOL(name) .weak_reference name argument 61 #define WEAK_ALIAS(name, aliasname) \ argument 71 #define SYMBOL_IS_FUNC(name) .type name,%function argument 73 #define SYMBOL_IS_FUNC(name) .type name,@function argument 75 #define EXPORT_SYMBOL(name) argument 76 #define HIDDEN_SYMBOL(name) .hidden name argument [all …]
|
| /freebsd-11-stable/contrib/binutils/include/elf/ |
| HD | reloc-macros.h | 71 #define START_RELOC_NUMBERS(name) \ argument 79 #define RELOC_NUMBER(name, number) \ argument 82 #define FAKE_RELOC(name, number) argument 83 #define EMPTY_RELOC(name) argument 85 #define END_RELOC_NUMBERS(name) \ argument 93 #define START_RELOC_NUMBERS(name) enum name { argument 94 #define RELOC_NUMBER(name, number) name = number, argument 95 #define FAKE_RELOC(name, number) name = number, argument 96 #define EMPTY_RELOC(name) name, argument 97 #define END_RELOC_NUMBERS(name) name }; argument
|
| /freebsd-11-stable/sys/kern/ |
| HD | init_sysent.c | 14 #define AS(name) (sizeof(struct name) / sizeof(register_t)) argument 17 #define compat(n, name) n, (sy_call_t *)__CONCAT(o,name) argument 19 #define compat(n, name) 0, (sy_call_t *)nosys argument 23 #define compat4(n, name) n, (sy_call_t *)__CONCAT(freebsd4_,name) argument 25 #define compat4(n, name) 0, (sy_call_t *)nosys argument 29 #define compat6(n, name) n, (sy_call_t *)__CONCAT(freebsd6_,name) argument 31 #define compat6(n, name) 0, (sy_call_t *)nosys argument 35 #define compat7(n, name) n, (sy_call_t *)__CONCAT(freebsd7_,name) argument 37 #define compat7(n, name) 0, (sy_call_t *)nosys argument 41 #define compat10(n, name) n, (sy_call_t *)__CONCAT(freebsd10_,name) argument [all …]
|
| /freebsd-11-stable/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 18 #define AS(name) (sizeof(struct name) / sizeof(register_t)) argument 21 #define compat(n, name) n, (sy_call_t *)__CONCAT(o,name) argument 23 #define compat(n, name) 0, (sy_call_t *)nosys argument 27 #define compat4(n, name) n, (sy_call_t *)__CONCAT(freebsd4_,name) argument 29 #define compat4(n, name) 0, (sy_call_t *)nosys argument 33 #define compat6(n, name) n, (sy_call_t *)__CONCAT(freebsd6_,name) argument 35 #define compat6(n, name) 0, (sy_call_t *)nosys argument 39 #define compat7(n, name) n, (sy_call_t *)__CONCAT(freebsd7_,name) argument 41 #define compat7(n, name) 0, (sy_call_t *)nosys argument 45 #define compat10(n, name) n, (sy_call_t *)__CONCAT(freebsd10_,name) argument [all …]
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ |
| HD | assembly.h | 24 #define HIDDEN(name) .private_extern name argument 25 #define LOCAL_LABEL(name) L_##name argument 28 #define SYMBOL_IS_FUNC(name) argument 35 #define HIDDEN(name) .hidden name argument 36 #define LOCAL_LABEL(name) .L_##name argument 39 #define SYMBOL_IS_FUNC(name) .type name,%function argument 41 #define SYMBOL_IS_FUNC(name) .type name,@function argument 54 #define HIDDEN(name) argument 55 #define LOCAL_LABEL(name) .L ## name argument 57 #define SYMBOL_IS_FUNC(name) \ argument [all …]
|
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_settings.cpp | 247 char const *name; // Name of setting (environment variable). member 280 static void __kmp_stg_parse_bool(char const *name, char const *value, in __kmp_stg_parse_bool() 306 static void __kmp_stg_parse_size(char const *name, char const *value, in __kmp_stg_parse_size() 357 static void __kmp_stg_parse_str(char const *name, char const *value, in __kmp_stg_parse_str() 365 *name, // I: Name of environment variable (used in warning messages). in __kmp_stg_parse_int() 404 static void __kmp_stg_parse_file(char const *name, char const *value, in __kmp_stg_parse_file() 422 static void __kmp_stg_parse_par_range(char const *name, char const *value, in __kmp_stg_parse_par_range() 534 static void __kmp_stg_print_bool(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_bool() 543 static void __kmp_stg_print_int(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_int() 553 static void __kmp_stg_print_uint64(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_uint64() [all …]
|
| /freebsd-11-stable/sys/sys/ |
| HD | tree.h | 62 #define SPLAY_HEAD(name, type) \ argument 119 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 161 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 281 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument 282 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument 283 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 284 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument 285 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 287 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 290 #define SPLAY_FOREACH(x, name, head) \ argument [all …]
|
| HD | sdt.h | 38 #define DTRACE_PROBE(prov, name) { \ argument 43 #define DTRACE_PROBE1(prov, name, arg1) { \ argument 48 #define DTRACE_PROBE2(prov, name, arg1, arg2) { \ argument 55 #define DTRACE_PROBE3(prov, name, arg1, arg2, arg3) { \ argument 62 #define DTRACE_PROBE4(prov, name, arg1, arg2, arg3, arg4) { \ argument 70 #define DTRACE_PROBE5(prov, name, arg1, arg2, arg3, arg4, arg5) { \ argument 89 #define SDT_PROBE_DEFINE(prov, mod, func, name) argument 90 #define SDT_PROBE_DECLARE(prov, mod, func, name) argument 91 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument 92 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) argument [all …]
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/common/nvpair/ |
| HD | opensolaris_fnvpair.c | 134 fnvlist_add_boolean(nvlist_t *nvl, const char *name) in fnvlist_add_boolean() 140 fnvlist_add_boolean_value(nvlist_t *nvl, const char *name, boolean_t val) in fnvlist_add_boolean_value() 146 fnvlist_add_byte(nvlist_t *nvl, const char *name, uchar_t val) in fnvlist_add_byte() 152 fnvlist_add_int8(nvlist_t *nvl, const char *name, int8_t val) in fnvlist_add_int8() 158 fnvlist_add_uint8(nvlist_t *nvl, const char *name, uint8_t val) in fnvlist_add_uint8() 164 fnvlist_add_int16(nvlist_t *nvl, const char *name, int16_t val) in fnvlist_add_int16() 170 fnvlist_add_uint16(nvlist_t *nvl, const char *name, uint16_t val) in fnvlist_add_uint16() 176 fnvlist_add_int32(nvlist_t *nvl, const char *name, int32_t val) in fnvlist_add_int32() 182 fnvlist_add_uint32(nvlist_t *nvl, const char *name, uint32_t val) in fnvlist_add_uint32() 188 fnvlist_add_int64(nvlist_t *nvl, const char *name, int64_t val) in fnvlist_add_int64() [all …]
|
| /freebsd-11-stable/sys/powerpc/include/ |
| HD | asm.h | 67 #define DOT_LABEL(name) __CONCAT(.,name) argument 68 #define TYPE_ENTRY(name) .size name,24; \ argument 71 #define END_SIZE(name) .size DOT_LABEL(name),.-DOT_LABEL(name); argument 74 #define DOT_LABEL(name) __CONCAT(.L.,name) argument 75 #define TYPE_ENTRY(name) .type name,@function; argument 76 #define END_SIZE(name) .size name,.-DOT_LABEL(name); argument 80 #define DOT_LABEL(name) name argument 81 #define TYPE_ENTRY(name) .type name,@function; argument 82 #define END_SIZE(name) .size name,.-DOT_LABEL(name); argument 85 #define _GLOBAL(name) \ argument [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| HD | AMDKernelCodeTInfo.h | 15 #define QNAME(name) amd_kernel_code_t::name argument 16 #define FLD_T(name) decltype(QNAME(name)), &QNAME(name) argument 18 #define FIELD2(sname, aname, name) \ argument 21 #define FIELD(name) FIELD2(name, name, name) argument 24 #define PRINTCODEPROP(name) \ argument 29 #define PARSECODEPROP(name) \ argument 34 #define CODEPROP(name, shift) \ argument 53 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument 56 #define COMPPGM1(name, aname, AccMacro) \ argument 59 #define COMPPGM2(name, aname, AccMacro) \ argument
|
| /freebsd-11-stable/contrib/less/ |
| HD | pattern.h | 14 #define SET_NULL_PATTERN(name) name = NULL argument 26 #define SET_NULL_PATTERN(name) name = NULL argument 32 #define SET_NULL_PATTERN(name) name = NULL argument 39 #define SET_NULL_PATTERN(name) name = NULL argument 46 #define SET_NULL_PATTERN(name) name = 0 argument 54 #define SET_NULL_PATTERN(name) name = NULL argument 61 #define SET_NULL_PATTERN(name) name = NULL argument 66 #define SET_NULL_PATTERN(name) argument
|
| /freebsd-11-stable/stand/lua/ |
| HD | menu.lua | 109 name = function(idx, choice, all_choices) function 135 name = function() function 172 name = function() function 182 name = function() function 192 name = function() function 202 name = function() function 303 name = function(idx, choice, all_choices) function 349 name = function() function
|
| /freebsd-11-stable/crypto/openssh/openbsd-compat/ |
| HD | sys-tree.h | 64 #define SPLAY_HEAD(name, type) \ argument 121 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 163 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 283 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument 284 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument 285 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 286 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument 287 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 289 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 292 #define SPLAY_FOREACH(x, name, head) \ argument [all …]
|
| /freebsd-11-stable/contrib/ipfilter/sys/ |
| HD | tree.h | 60 #define SPLAY_HEAD(name, type) \ argument 117 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 159 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 279 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument 280 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument 281 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 282 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument 283 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 285 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 288 #define SPLAY_FOREACH(x, name, head) \ argument [all …]
|
| /freebsd-11-stable/crypto/openssl/crypto/x509v3/ |
| HD | v3nametest.c | 83 const char *name; in set_cn() local 121 const char *name; in set_altname() local 158 static int set_cn1(X509 *crt, const char *name) in set_cn1() 163 static int set_cn_and_email(X509 *crt, const char *name) in set_cn_and_email() 169 static int set_cn2(X509 *crt, const char *name) in set_cn2() 175 static int set_cn3(X509 *crt, const char *name) in set_cn3() 181 static int set_email1(X509 *crt, const char *name) in set_email1() 186 static int set_email2(X509 *crt, const char *name) in set_email2() 192 static int set_email3(X509 *crt, const char *name) in set_email3() 198 static int set_email_and_cn(X509 *crt, const char *name) in set_email_and_cn() [all …]
|
| /freebsd-11-stable/sys/i386/include/ |
| HD | asmacros.h | 55 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \ argument 57 #define NON_GPROF_ENTRY(name) GEN_ENTRY(name) argument 60 #define END(name) .size name, . - name argument 102 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f argument 107 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT argument 110 #define MCOUNT_LABEL(name) GEN_ENTRY(name) ; nop ; ALIGN_TEXT argument 125 #define ALTENTRY(name) GEN_ENTRY(name) argument 128 #define ENTRY(name) GEN_ENTRY(name) argument 131 #define MCOUNT_LABEL(name) argument 139 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ argument [all …]
|
| /freebsd-11-stable/sys/dev/ocs_fc/ |
| HD | ocs_mgmt.c | 308 ocs_mgmt_get(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in ocs_mgmt_get() 396 ocs_mgmt_set(ocs_t *ocs, char *name, char *value) in ocs_mgmt_set() 576 ocs_mgmt_read_phys(ocs_t *ocs, char *name, void *arg_in, uint32_t arg_in_length, void *arg_out, uin… in ocs_mgmt_read_phys() 717 ocs_mgmt_firmware_reset(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_… in ocs_mgmt_firmware_reset() 760 ocs_mgmt_function_reset(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_… in ocs_mgmt_function_reset() 771 ocs_mgmt_firmware_write(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_… in ocs_mgmt_firmware_write() 955 ocs_mgmt_force_assert(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_t … in ocs_mgmt_force_assert() 961 get_nodes_count(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in get_nodes_count() 969 get_driver_version(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in get_driver_version() 975 get_desc(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in get_desc() [all …]
|
| /freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | moduleparam.h | 54 #define LINUXKPI_PARAM_DESC(name) LINUXKPI_PARAM_CONCAT(linuxkpi_,LINUXKPI_PARAM_PREFIX,name,_desc) argument 55 #define LINUXKPI_PARAM_NAME(name) LINUXKPI_PARAM_CONCAT(LINUXKPI_PARAM_PREFIX,name,,) argument 57 #define LINUXKPI_PARAM_bool(name, var, perm) \ argument 63 #define LINUXKPI_PARAM_byte(name, var, perm) \ argument 69 #define LINUXKPI_PARAM_short(name, var, perm) \ argument 75 #define LINUXKPI_PARAM_ushort(name, var, perm) \ argument 81 #define LINUXKPI_PARAM_int(name, var, perm) \ argument 87 #define LINUXKPI_PARAM_uint(name, var, perm) \ argument 93 #define LINUXKPI_PARAM_long(name, var, perm) \ argument 99 #define LINUXKPI_PARAM_ulong(name, var, perm) \ argument [all …]
|
| /freebsd-11-stable/sys/amd64/include/ |
| HD | asmacros.h | 63 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \ argument 65 #define NON_GPROF_ENTRY(name) GEN_ENTRY(name) argument 68 #define END(name) .size name, . - name argument 110 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f argument 115 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT argument 118 #define MCOUNT_LABEL(name) GEN_ENTRY(name) ; nop ; ALIGN_TEXT argument 133 #define ALTENTRY(name) GEN_ENTRY(name) argument 136 #define ENTRY(name) GEN_ENTRY(name) argument 139 #define MCOUNT_LABEL(name) argument 165 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ argument [all …]
|
| /freebsd-11-stable/crypto/openssl/crypto/pem/ |
| HD | pem.h | 158 char *name; member 214 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 215 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 216 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument 217 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument 218 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument 221 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 227 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 233 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument 239 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument [all …]
|
| /freebsd-11-stable/contrib/binutils/ld/ |
| HD | mri.c | 39 const char *name; member 57 lookup (const char *name, struct section_name_struct **list) in lookup() 77 const char *name, in mri_add_to_list() 95 mri_output_section (const char *name, etree_type *vma) in mri_output_section() 104 mri_only_load (const char *name) in mri_only_load() 241 mri_load (const char *name) in mri_load() 248 mri_order (const char *name) in mri_order() 273 mri_name (const char *name) in mri_name() 279 mri_format (const char *name) in mri_format() 295 mri_public (const char *name, etree_type *exp) in mri_public() [all …]
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/WIN32-Code/ |
| HD | tree.h | 57 #define SPLAY_HEAD(name, type) \ argument 114 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 156 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 276 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument 277 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument 278 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 279 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument 280 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 282 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 285 #define SPLAY_FOREACH(x, name, head) \ argument [all …]
|
| /freebsd-11-stable/contrib/dtc/libfdt/ |
| HD | libfdt.h | 227 #define __fdt_set_hdr(name) \ argument 589 const char *name, in fdt_get_property_w() 644 const char *name, int namelen, in fdt_getprop_namelen_w() 682 const char *name, int *lenp) in fdt_getprop_w() 1174 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 1209 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 1221 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1286 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 1291 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1296 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() [all …]
|