Home
last modified time | relevance | path

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

12345678910>>...156

/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDtrace.h65 #define DTRACE_PROBE(name) \ argument
68 #define DTRACE_PROBE1(name, t1, arg1) \ argument
71 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ argument
74 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument
77 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument
90 #define DTRACE_PROBE(name) \ argument
93 #define DTRACE_PROBE1(name, t1, arg1) \ argument
96 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ argument
99 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument
103 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument
[all …]
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/internal/
HDgmock-port.h72 #define GMOCK_FLAG_NAME_(name) gmock_##name argument
73 #define GMOCK_FLAG(name) FLAGS_gmock_##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
87 #define GMOCK_DECLARE_bool_(name) \ argument
89 #define GMOCK_DECLARE_int32_(name) \ argument
91 #define GMOCK_DECLARE_string_(name) \ argument
94 #define GMOCK_FLAG_GET(name) ::absl::GetFlag(GMOCK_FLAG(name)) argument
95 #define GMOCK_FLAG_SET(name, value) \ argument
[all …]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_win_dll_thunk.h53 #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-13-stable/sys/kern/
HDinit_sysent.c11 #define AS(name) (sizeof(struct name) / sizeof(register_t)) argument
14 #define compat(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(o, name) argument
16 #define compat(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
20 #define compat4(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd4_, name) argument
22 #define compat4(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
26 #define compat6(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd6_, name) argument
28 #define compat6(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
32 #define compat7(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd7_, name) argument
34 #define compat7(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
38 #define compat10(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd10_, name) argument
[all …]
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_sysent.c15 #define AS(name) (sizeof(struct name) / sizeof(register_t)) argument
18 #define compat(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(o, name) argument
20 #define compat(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
24 #define compat4(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd4_, name) argument
26 #define compat4(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
30 #define compat6(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd6_, name) argument
32 #define compat6(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
36 #define compat7(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd7_, name) argument
38 #define compat7(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
42 #define compat10(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd10_, name) argument
[all …]
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
HD_error_translation.py50 def lzc_create_translate_error(ret, name, ds_type, props): argument
67 def lzc_clone_translate_error(ret, name, origin, props): argument
85 def lzc_rollback_translate_error(ret, name): argument
101 def lzc_rollback_to_translate_error(ret, name, snap): argument
112 def _map(ret, name): argument
142 def _map(ret, name): argument
160 def _map(ret, name): argument
218 def _map(ret, name): argument
258 def _map(ret, name): argument
305 def _map(ret, name): argument
[all …]
/freebsd-13-stable/crypto/openssl/include/openssl/
HDpem.h65 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
66 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
67 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
68 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
69 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
108 # define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument
114 # define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument
120 # define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument
126 # define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument
133 # define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ argument
[all …]
/freebsd-13-stable/stand/lua/
HDmenu.lua114 name = function(idx, choice, all_choices) function
143 name = function() function
180 name = function() function
190 name = function() function
200 name = function() function
210 name = function() function
275 name = function() function
305 name = function() function
333 name = function(idx, choice, all_choices) function
369 name = function() function
[all …]
/freebsd-13-stable/sys/contrib/openzfs/module/nvpair/
HDfnvpair.c131 fnvlist_add_boolean(nvlist_t *nvl, const char *name) in fnvlist_add_boolean()
137 fnvlist_add_boolean_value(nvlist_t *nvl, const char *name, boolean_t val) in fnvlist_add_boolean_value()
143 fnvlist_add_byte(nvlist_t *nvl, const char *name, uchar_t val) in fnvlist_add_byte()
149 fnvlist_add_int8(nvlist_t *nvl, const char *name, int8_t val) in fnvlist_add_int8()
155 fnvlist_add_uint8(nvlist_t *nvl, const char *name, uint8_t val) in fnvlist_add_uint8()
161 fnvlist_add_int16(nvlist_t *nvl, const char *name, int16_t val) in fnvlist_add_int16()
167 fnvlist_add_uint16(nvlist_t *nvl, const char *name, uint16_t val) in fnvlist_add_uint16()
173 fnvlist_add_int32(nvlist_t *nvl, const char *name, int32_t val) in fnvlist_add_int32()
179 fnvlist_add_uint32(nvlist_t *nvl, const char *name, uint32_t val) in fnvlist_add_uint32()
185 fnvlist_add_int64(nvlist_t *nvl, const char *name, int64_t val) in fnvlist_add_int64()
[all …]
/freebsd-13-stable/sys/powerpc/include/
HDasm.h68 #define DOT_LABEL(name) __CONCAT(.,name) argument
69 #define TYPE_ENTRY(name) .size name,24; \ argument
72 #define END_SIZE(name) .size DOT_LABEL(name),.-DOT_LABEL(name); argument
75 #define DOT_LABEL(name) __CONCAT(.L.,name) argument
76 #define TYPE_ENTRY(name) .type name,@function; argument
77 #define END_SIZE(name) .size name,.-DOT_LABEL(name); argument
81 #define DOT_LABEL(name) name argument
82 #define TYPE_ENTRY(name) .type name,@function; argument
83 #define END_SIZE(name) .size name,.-DOT_LABEL(name); argument
86 #define _GLOBAL(name) \ argument
[all …]
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_settings.cpp191 char const *name; // Name of setting (environment variable). member
243 static void __kmp_stg_parse_bool(char const *name, char const *value, in __kmp_stg_parse_bool()
274 static void __kmp_stg_parse_size(char const *name, char const *value, in __kmp_stg_parse_size()
325 static void __kmp_stg_parse_str(char const *name, char const *value, in __kmp_stg_parse_str()
333 *name, // I: Name of environment variable (used in warning messages). in __kmp_stg_parse_int()
372 static void __kmp_stg_parse_file(char const *name, char const *value, in __kmp_stg_parse_file()
390 static void __kmp_stg_parse_par_range(char const *name, char const *value, in __kmp_stg_parse_par_range()
521 static void __kmp_stg_print_bool(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_bool()
530 static void __kmp_stg_print_int(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_int()
539 static void __kmp_stg_print_uint64(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_uint64()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDKernelCodeTInfo.h15 #define QNAME(name) AMDGPUMCKernelCodeT::name argument
16 #define FLD_T(name) decltype(QNAME(name)), &QNAME(name) argument
19 #define PRINTFIELD(sname, aname, name) printField<FLD_T(name)> argument
23 #define FIELD2(sname, aname, name) \ argument
28 #define FIELD(name) FIELD2(name, name, name) argument
32 #define PRINTCODEPROP(name) \ argument
39 #define PARSECODEPROP(name) \ argument
46 #define CODEPROP(name, shift) \ argument
72 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument
77 #define COMPPGM1(name, aname, AccMacro) \ argument
[all …]
/freebsd-13-stable/sys/sys/
HDtree.h74 #define SPLAY_HEAD(name, type) \ argument
131 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
173 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
293 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument
294 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument
295 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument
296 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument
297 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument
299 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument
302 #define SPLAY_FOREACH(x, name, head) \ argument
[all …]
HDarb.h45 #define ARB_HEAD(name, type, idxbits) \ argument
55 #define ARB8_HEAD(name, type) ARB_HEAD(name, type, 8) argument
56 #define ARB16_HEAD(name, type) ARB_HEAD(name, type, 16) argument
57 #define ARB32_HEAD(name, type) ARB_HEAD(name, type, 32) argument
62 #define ARB_INITIALIZER(name, maxn) \ argument
235 #define ARB_PROTOTYPE(name, type, field, cmp) \ argument
237 #define ARB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument
239 #define ARB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument
254 #define ARB_PROTOTYPE_INSERT_COLOR(name, type, attr) \ argument
256 #define ARB_PROTOTYPE_REMOVE_COLOR(name, type, attr) \ argument
[all …]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDassembly.h30 #define HIDDEN(name) .private_extern name argument
31 #define LOCAL_LABEL(name) L_##name argument
34 #define SYMBOL_IS_FUNC(name) argument
41 #define HIDDEN(name) .hidden name argument
42 #define LOCAL_LABEL(name) .L_##name argument
45 #define SYMBOL_IS_FUNC(name) .type name,%function argument
47 #define SYMBOL_IS_FUNC(name) .type name,@function argument
60 #define HIDDEN(name) argument
61 #define LOCAL_LABEL(name) .L ## name argument
63 #define SYMBOL_IS_FUNC(name) \ argument
[all …]
/freebsd-13-stable/sys/dev/ocs_fc/
HDocs_mgmt.c293 ocs_mgmt_get(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in ocs_mgmt_get()
376 ocs_mgmt_set(ocs_t *ocs, char *name, char *value) in ocs_mgmt_set()
560 ocs_mgmt_firmware_reset(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_… in ocs_mgmt_firmware_reset()
603 ocs_mgmt_function_reset(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_… in ocs_mgmt_function_reset()
614 ocs_mgmt_firmware_write(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_… in ocs_mgmt_firmware_write()
794 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()
800 get_nodes_count(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in get_nodes_count()
808 get_driver_version(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in get_driver_version()
814 get_desc(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in get_desc()
820 get_fw_rev(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in get_fw_rev()
[all …]
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDmoduleparam.h52 #define LINUXKPI_PARAM_DESC(name) LINUXKPI_PARAM_CONCAT(linuxkpi_,LINUXKPI_PARAM_PREFIX,name,_desc) argument
53 #define LINUXKPI_PARAM_NAME(name) LINUXKPI_PARAM_CONCAT(LINUXKPI_PARAM_PREFIX,name,,) argument
55 #define LINUXKPI_PARAM_bool(name, var, perm) \ argument
61 #define LINUXKPI_PARAM_byte(name, var, perm) \ argument
67 #define LINUXKPI_PARAM_short(name, var, perm) \ argument
73 #define LINUXKPI_PARAM_ushort(name, var, perm) \ argument
79 #define LINUXKPI_PARAM_int(name, var, perm) \ argument
85 #define LINUXKPI_PARAM_uint(name, var, perm) \ argument
91 #define LINUXKPI_PARAM_bint(name, var, perm) \ argument
94 #define LINUXKPI_PARAM_hexint(name, var, perm) \ argument
[all …]
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDsys-tree.h64 #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-13-stable/contrib/ipfilter/sys/
HDtree.h60 #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-13-stable/contrib/less/
HDpattern.h14 #define SET_NULL_PATTERN(name) name = NULL argument
27 #define SET_NULL_PATTERN(name) name = NULL argument
35 #define SET_NULL_PATTERN(name) name = NULL argument
44 #define SET_NULL_PATTERN(name) name = NULL argument
53 #define SET_NULL_PATTERN(name) name = 0 argument
62 #define SET_NULL_PATTERN(name) name = NULL argument
70 #define SET_NULL_PATTERN(name) name = NULL argument
76 #define SET_NULL_PATTERN(name) argument
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
HDtrace_arc.h102 #define DEFINE_ARC_BUF_HDR_EVENT(name) \ argument
147 #define DEFINE_L2ARC_RW_EVENT(name) \ argument
174 #define DEFINE_L2ARC_IODONE_EVENT(name) \ argument
288 #define DEFINE_ARC_MISS_EVENT(name) \ argument
349 #define DEFINE_L2ARC_EVICT_EVENT(name) \ argument
385 #define DEFINE_ARC_WAIT_FOR_EVICTION_EVENT(name) \ argument
/freebsd-13-stable/sys/i386/include/
HDasmacros.h56 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \ argument
58 #define NON_GPROF_ENTRY(name) GEN_ENTRY(name) argument
61 #define END(name) .size name, . - name argument
103 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f argument
108 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT argument
111 #define MCOUNT_LABEL(name) GEN_ENTRY(name) ; nop ; ALIGN_TEXT argument
126 #define ALTENTRY(name) GEN_ENTRY(name) argument
129 #define ENTRY(name) GEN_ENTRY(name) argument
132 #define MCOUNT_LABEL(name) argument
144 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ argument
[all …]
/freebsd-13-stable/sys/amd64/include/
HDasmacros.h63 #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-13-stable/lib/libifconfig/
HDlibifconfig.c59 isnd6defif(ifconfig_handle_t *h, const char *name) in isnd6defif()
166 ifconfig_get_description(ifconfig_handle_t *h, const char *name, in ifconfig_get_description()
218 ifconfig_set_description(ifconfig_handle_t *h, const char *name, in ifconfig_set_description()
255 ifconfig_unset_description(ifconfig_handle_t *h, const char *name) in ifconfig_unset_description()
271 ifconfig_set_name(ifconfig_handle_t *h, const char *name, const char *newname) in ifconfig_set_name()
301 int name[6]; in ifconfig_get_orig_name() local
340 ifconfig_get_fib(ifconfig_handle_t *h, const char *name, int *fib) in ifconfig_get_fib()
356 ifconfig_set_mtu(ifconfig_handle_t *h, const char *name, const int mtu) in ifconfig_set_mtu()
372 ifconfig_get_mtu(ifconfig_handle_t *h, const char *name, int *mtu) in ifconfig_get_mtu()
388 ifconfig_get_nd6(ifconfig_handle_t *h, const char *name, in ifconfig_get_nd6()
[all …]
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/
HDatomic.c33 #define ATOMIC_INC(name, type) \ argument
49 #define ATOMIC_DEC(name, type) \ in ATOMIC_INC() argument
65 #define ATOMIC_ADD(name, type1, type2) \ argument
87 #define ATOMIC_SUB(name, type1, type2) \ argument
109 #define ATOMIC_OR(name, type) \ argument
125 #define ATOMIC_AND(name, type) \ in ATOMIC_OR() argument
145 #define ATOMIC_INC_NV(name, type) \ argument
161 #define ATOMIC_DEC_NV(name, type) \ argument
177 #define ATOMIC_ADD_NV(name, type1, type2) \ argument
199 #define ATOMIC_SUB_NV(name, type1, type2) \ argument
[all …]

12345678910>>...156