Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 4964) sorted by relevance

12345678910>>...199

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.h54 #define INTERCEPT_SANITIZER_FUNCTION(name) \ argument
69 #define INTERCEPT_SANITIZER_WEAK_FUNCTION(name) \ argument
86 #define INTERCEPT_LIBRARY_FUNCTION(name) \ argument
92 #define INTERCEPT_WRAP_V_V(name) \ argument
100 #define INTERCEPT_WRAP_V_W(name) \ argument
108 #define INTERCEPT_WRAP_V_WW(name) \ argument
116 #define INTERCEPT_WRAP_V_WWW(name) \ argument
124 #define INTERCEPT_WRAP_W_V(name) \ argument
132 #define INTERCEPT_WRAP_W_W(name) \ argument
140 #define INTERCEPT_WRAP_W_WW(name) \ argument
[all …]
/freebsd-12.1/sys/kern/
H A Dinit_sysent.c12 #define AS(name) (sizeof(struct name) / sizeof(register_t)) argument
15 #define compat(n, name) n, (sy_call_t *)__CONCAT(o,name) argument
17 #define compat(n, name) 0, (sy_call_t *)nosys argument
21 #define compat4(n, name) n, (sy_call_t *)__CONCAT(freebsd4_,name) argument
23 #define compat4(n, name) 0, (sy_call_t *)nosys argument
27 #define compat6(n, name) n, (sy_call_t *)__CONCAT(freebsd6_,name) argument
29 #define compat6(n, name) 0, (sy_call_t *)nosys argument
33 #define compat7(n, name) n, (sy_call_t *)__CONCAT(freebsd7_,name) argument
35 #define compat7(n, name) 0, (sy_call_t *)nosys argument
41 #define compat10(n, name) 0, (sy_call_t *)nosys argument
[all …]
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c16 #define AS(name) (sizeof(struct name) / sizeof(register_t)) argument
19 #define compat(n, name) n, (sy_call_t *)__CONCAT(o,name) argument
21 #define compat(n, name) 0, (sy_call_t *)nosys argument
25 #define compat4(n, name) n, (sy_call_t *)__CONCAT(freebsd4_,name) argument
27 #define compat4(n, name) 0, (sy_call_t *)nosys argument
31 #define compat6(n, name) n, (sy_call_t *)__CONCAT(freebsd6_,name) argument
33 #define compat6(n, name) 0, (sy_call_t *)nosys argument
37 #define compat7(n, name) n, (sy_call_t *)__CONCAT(freebsd7_,name) argument
39 #define compat7(n, name) 0, (sy_call_t *)nosys argument
45 #define compat10(n, name) 0, (sy_call_t *)nosys argument
[all …]
/freebsd-12.1/contrib/binutils/include/elf/
H A Dreloc-macros.h71 #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-12.1/crypto/openssl/include/openssl/
H A Dpem.h176 # define DECLARE_PEM_read_fp(name, type) /**/ argument
177 # define DECLARE_PEM_write_fp(name, type) /**/ argument
197 # define DECLARE_PEM_read_bio(name, type) \ argument
200 # define DECLARE_PEM_write_bio(name, type) \ argument
210 # define DECLARE_PEM_write(name, type) \ argument
213 # define DECLARE_PEM_write_const(name, type) \ argument
216 # define DECLARE_PEM_write_cb(name, type) \ argument
219 # define DECLARE_PEM_read(name, type) \ argument
222 # define DECLARE_PEM_rw(name, type) \ argument
225 # define DECLARE_PEM_rw_const(name, type) \ argument
[all …]
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_settings.cpp248 char const *name; // Name of setting (environment variable). member
622 static void __kmp_stg_parse_teams_thread_limit(char const *name, in __kmp_stg_parse_teams_thread_limit()
680 static void __kmp_stg_parse_duplicate_lib_ok(char const *name, in __kmp_stg_parse_duplicate_lib_ok()
697 static void __kmp_stg_parse_inherit_fp_control(char const *name, in __kmp_stg_parse_inherit_fp_control()
801 static void __kmp_stg_parse_monitor_stacksize(char const *name, in __kmp_stg_parse_monitor_stacksize()
1165 static void __kmp_stg_parse_max_active_levels(char const *name, in __kmp_stg_parse_max_active_levels()
1402 static void __kmp_stg_parse_debug_buf_atomic(char const *name, in __kmp_stg_parse_debug_buf_atomic()
5247 char const *name, // Name of variable. in __kmp_stg_check_rivals()
5280 static int __kmp_env_toPrint(char const *name, int flag) { in __kmp_env_toPrint()
5356 char const *name = "KMP_WARNINGS"; in __kmp_env_initialize() local
[all …]
/freebsd-12.1/contrib/libunwind/src/
H A Dassembly.h54 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name) argument
58 #define SYMBOL_IS_FUNC(name) argument
59 #define EXPORT_SYMBOL(name) argument
60 #define HIDDEN_SYMBOL(name) .private_extern name argument
66 #define SYMBOL_IS_FUNC(name) .type name,%function argument
68 #define SYMBOL_IS_FUNC(name) .type name,@function argument
70 #define EXPORT_SYMBOL(name) argument
71 #define HIDDEN_SYMBOL(name) .hidden name argument
92 #define EXPORT_SYMBOL(name) argument
94 #define EXPORT_SYMBOL(name) EXPORT_SYMBOL2(name) argument
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dassembly.h26 #define HIDDEN(name) .private_extern name argument
27 #define LOCAL_LABEL(name) L_##name argument
30 #define SYMBOL_IS_FUNC(name) argument
37 #define HIDDEN(name) .hidden name argument
38 #define LOCAL_LABEL(name) .L_##name argument
41 #define SYMBOL_IS_FUNC(name) .type name,%function argument
43 #define SYMBOL_IS_FUNC(name) .type name,@function argument
56 #define HIDDEN(name) argument
57 #define LOCAL_LABEL(name) .L ## name argument
146 #define DECLARE_SYMBOL_VISIBILITY(name) argument
[all …]
/freebsd-12.1/sys/sys/
H A Dtree.h64 #define SPLAY_HEAD(name, type) \ argument
292 #define SPLAY_FOREACH(x, name, head) \ argument
298 #define RB_HEAD(name, type) \ argument
405 #define RB_PROTOTYPE_FIND(name, type, attr) \ argument
409 #define RB_PROTOTYPE_NEXT(name, type, attr) \ argument
768 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) argument
769 #define RB_PREV(name, x, y) name##_RB_PREV(y) argument
773 #define RB_FOREACH(x, name, head) \ argument
778 #define RB_FOREACH_FROM(x, name, y) \ argument
783 #define RB_FOREACH_SAFE(x, name, head, y) \ argument
[all …]
H A Dsdt.h40 #define DTRACE_PROBE(prov, name) { \ argument
45 #define DTRACE_PROBE1(prov, name, arg1) { \ argument
91 #define SDT_PROBE_DEFINE(prov, mod, func, name) argument
92 #define SDT_PROBE_DECLARE(prov, mod, func, name) argument
107 #define SDT_PROBE0(prov, mod, func, name) argument
108 #define SDT_PROBE1(prov, mod, func, name, arg0) argument
133 #define DTRACE_PROBE(name) argument
134 #define DTRACE_PROBE1(name, type0, arg0) argument
335 #define DTRACE_PROBE(name) \ argument
410 const char *name; member
[all …]
/freebsd-12.1/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_fnvpair.c134 fnvlist_add_boolean(nvlist_t *nvl, const char *name) in fnvlist_add_boolean()
296 fnvlist_remove(nvlist_t *nvl, const char *name) in fnvlist_remove()
308 fnvlist_lookup_nvpair(nvlist_t *nvl, const char *name) in fnvlist_lookup_nvpair()
331 fnvlist_lookup_byte(nvlist_t *nvl, const char *name) in fnvlist_lookup_byte()
339 fnvlist_lookup_int8(nvlist_t *nvl, const char *name) in fnvlist_lookup_int8()
347 fnvlist_lookup_int16(nvlist_t *nvl, const char *name) in fnvlist_lookup_int16()
355 fnvlist_lookup_int32(nvlist_t *nvl, const char *name) in fnvlist_lookup_int32()
363 fnvlist_lookup_int64(nvlist_t *nvl, const char *name) in fnvlist_lookup_int64()
379 fnvlist_lookup_uint16(nvlist_t *nvl, const char *name) in fnvlist_lookup_uint16()
387 fnvlist_lookup_uint32(nvlist_t *nvl, const char *name) in fnvlist_lookup_uint32()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTInfo.h16 #define QNAME(name) amd_kernel_code_t::name argument
17 #define FLD_T(name) decltype(QNAME(name)), &QNAME(name) argument
19 #define FIELD2(sname, aname, name) \ argument
22 #define FIELD(name) FIELD2(name, name, name) argument
25 #define PRINTCODEPROP(name) \ argument
30 #define PARSECODEPROP(name) \ argument
35 #define CODEPROP(name, shift) \ argument
54 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument
57 #define COMPPGM1(name, aname, AccMacro) \ argument
60 #define COMPPGM2(name, aname, AccMacro) \ argument
/freebsd-12.1/sys/powerpc/include/
H A Dasm.h69 #define DOT_LABEL(name) __CONCAT(.,name) argument
70 #define TYPE_ENTRY(name) .size name,24; \ argument
76 #define DOT_LABEL(name) __CONCAT(.L.,name) argument
82 #define DOT_LABEL(name) name argument
87 #define _GLOBAL(name) \ argument
96 #define TOC_ENTRY(name) \ argument
105 #define _ENTRY(name) \ argument
118 #define _ENTRY(name) \ argument
129 #define _END(name) \ argument
141 #define _ENTRY(name) \ argument
[all …]
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-port.h67 #define GMOCK_FLAG(name) FLAGS_gmock_##name argument
72 # define GMOCK_DECLARE_bool_(name) extern GTEST_API_ bool GMOCK_FLAG(name) argument
73 # define GMOCK_DECLARE_int32_(name) \ argument
75 # define GMOCK_DECLARE_string_(name) \ argument
79 # define GMOCK_DEFINE_bool_(name, default_val, doc) \ argument
81 # define GMOCK_DEFINE_int32_(name, default_val, doc) \ argument
83 # define GMOCK_DEFINE_string_(name, default_val, doc) \ argument
/freebsd-12.1/stand/lua/
H A Dmenu.lua109 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
294 name = function(idx, choice, all_choices) function
343 name = function() function
/freebsd-12.1/contrib/less/
H A Dpattern.h14 #define CLEAR_PATTERN(name) name = NULL argument
26 #define CLEAR_PATTERN(name) name = NULL argument
32 #define CLEAR_PATTERN(name) name = NULL argument
39 #define CLEAR_PATTERN(name) name = 0 argument
47 #define CLEAR_PATTERN(name) name = NULL argument
54 #define CLEAR_PATTERN(name) name = NULL argument
59 #define CLEAR_PATTERN(name) argument
/freebsd-12.1/contrib/ipfilter/sys/
H A Dtree.h60 #define SPLAY_HEAD(name, type) \ argument
159 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
288 #define SPLAY_FOREACH(x, name, head) \ argument
294 #define RB_HEAD(name, type) \ argument
386 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
405 #define RB_GENERATE(name, type, field, cmp) \ argument
733 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) argument
735 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) argument
736 #define RB_PREV(name, x, y) name##_RB_PREV(y) argument
740 #define RB_FOREACH(x, name, head) \ argument
[all …]
/freebsd-12.1/crypto/openssh/openbsd-compat/
H A Dsys-tree.h64 #define SPLAY_HEAD(name, type) \ argument
292 #define SPLAY_FOREACH(x, name, head) \ argument
298 #define RB_HEAD(name, type) \ argument
383 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
402 #define RB_GENERATE(name, type, field, cmp) \ argument
728 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) argument
730 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) argument
731 #define RB_PREV(name, x, y) name##_RB_PREV(y) argument
735 #define RB_FOREACH(x, name, head) \ argument
740 #define RB_FOREACH_SAFE(x, name, head, y) \ argument
[all …]
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_mgmt.c396 ocs_mgmt_set(ocs_t *ocs, char *name, char *value) in ocs_mgmt_set()
1061 get_sn(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in get_sn()
1077 get_pn(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in get_pn()
1659 set_req_wwnn(ocs_t *ocs, char *name, char *value) in set_req_wwnn()
1703 set_req_wwpn(ocs_t *ocs, char *name, char *value) in set_req_wwpn()
1746 set_nodedb_mask(ocs_t *ocs, char *name, char *value) in set_nodedb_mask()
1762 set_linkcfg(ocs_t *ocs, char *name, char *value) in set_linkcfg()
1814 set_debug_mq_dump(ocs_t *ocs, char *name, char *value) in set_debug_mq_dump()
1886 set_logmask(ocs_t *ocs, char *name, char *value) in set_logmask()
1895 set_loglevel(ocs_t *ocs, char *name, char *value) in set_loglevel()
[all …]
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dmoduleparam.h57 #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
105 #define module_param_string(name, str, len, perm) \ argument
111 #define module_param_named(name, var, type, mode) \ argument
[all …]
/freebsd-12.1/sys/amd64/include/
H A Dasmacros.h65 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \ argument
67 #define NON_GPROF_ENTRY(name) GEN_ENTRY(name) argument
70 #define END(name) .size name, . - name argument
112 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f argument
117 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT argument
120 #define MCOUNT_LABEL(name) GEN_ENTRY(name) ; nop ; ALIGN_TEXT argument
135 #define ALTENTRY(name) GEN_ENTRY(name) argument
138 #define ENTRY(name) GEN_ENTRY(name) argument
141 #define MCOUNT_LABEL(name) argument
167 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ argument
[all …]
/freebsd-12.1/sys/i386/include/
H A Dasmacros.h58 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \ argument
60 #define NON_GPROF_ENTRY(name) GEN_ENTRY(name) argument
63 #define END(name) .size name, . - name argument
105 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f argument
110 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT argument
113 #define MCOUNT_LABEL(name) GEN_ENTRY(name) ; nop ; ALIGN_TEXT argument
128 #define ALTENTRY(name) GEN_ENTRY(name) argument
131 #define ENTRY(name) GEN_ENTRY(name) argument
134 #define MCOUNT_LABEL(name) argument
146 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ argument
[all …]
/freebsd-12.1/lib/libifconfig/
H A Dlibifconfig.c61 isnd6defif(ifconfig_handle_t *h, const char *name) in isnd6defif()
168 ifconfig_get_description(ifconfig_handle_t *h, const char *name, in ifconfig_get_description()
220 ifconfig_set_description(ifconfig_handle_t *h, const char *name, in ifconfig_set_description()
257 ifconfig_unset_description(ifconfig_handle_t *h, const char *name) in ifconfig_unset_description()
303 int name[6]; in ifconfig_get_orig_name() local
390 ifconfig_get_nd6(ifconfig_handle_t *h, const char *name, in ifconfig_get_nd6()
440 ifconfig_set_capability(ifconfig_handle_t *h, const char *name, in ifconfig_set_capability()
477 ifconfig_get_capability(ifconfig_handle_t *h, const char *name, in ifconfig_get_capability()
494 ifconfig_get_groups(ifconfig_handle_t *h, const char *name, in ifconfig_get_groups()
525 ifconfig_get_ifstatus(ifconfig_handle_t *h, const char *name, in ifconfig_get_ifstatus()
[all …]
/freebsd-12.1/contrib/binutils/ld/
H A Dmri.c39 const char *name; member
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()
301 mri_align (const char *name, etree_type *exp) in mri_align()
[all …]
/freebsd-12.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c187 bhnd_nvram_plist_contains(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_contains()
245 bhnd_nvram_plist_replace_val(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_replace_val()
329 bhnd_nvram_plist_remove(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_remove()
361 bhnd_nvram_plist_get_entry(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_get_entry()
461 bhnd_nvram_plist_append_val(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_append_val()
575 bhnd_nvram_plist_get_prop(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_get_prop()
596 bhnd_nvram_plist_get_val(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_get_val()
654 bhnd_nvram_plist_get_char(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_get_char()
675 bhnd_nvram_plist_get_uint8(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_get_uint8()
759 bhnd_nvram_plist_get_bool(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_get_bool()
[all …]

12345678910>>...199