Home
last modified time | relevance | path

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

12345678910>>...140

/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-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
87 #define GMOCK_DECLARE_bool_(name) \ argument
89 #define GMOCK_DECLARE_int32_(name) \ argument
91 #define GMOCK_DECLARE_string_(name) \ argument
95 #define GMOCK_FLAG_SET(name, value) \ argument
101 #define GMOCK_DEFINE_bool_(name, default_val, doc) \ argument
118 #define GMOCK_DECLARE_bool_(name) \ argument
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtrace.h65 #define DTRACE_PROBE(name) \ argument
90 #define DTRACE_PROBE(name) \ argument
107 #define PROTO_DTRACE_PROBE(name) \ argument
109 #define PROTO_DTRACE_PROBE1(name) \ argument
111 #define PROTO_DTRACE_PROBE2(name) \ argument
113 #define PROTO_DTRACE_PROBE3(name) \ argument
122 #define FUNC_DTRACE_PROBE(name) \ argument
127 #define FUNC_DTRACE_PROBE1(name) \ argument
132 #define FUNC_DTRACE_PROBE2(name) \ argument
138 #define FUNC_DTRACE_PROBE3(name) \ argument
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dpem.h174 # define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument
194 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument
198 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument
208 # define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \ argument
310 # define DECLARE_PEM_write(name, type) \ argument
312 # define DECLARE_PEM_write_ex(name, type) \ argument
347 # define DECLARE_PEM_rw(name, type) \ argument
349 # define DECLARE_PEM_rw_ex(name, type) \ argument
355 # define DECLARE_PEM_rw_const(name, type) \ argument
364 # define DECLARE_PEM_rw_cb(name, type) \ argument
[all …]
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c12 #define AS(name) (sizeof(struct name) / sizeof(syscallarg_t)) argument
15 #define compat(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(o, name) argument
17 #define compat(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
21 #define compat4(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd4_, name) argument
23 #define compat4(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
29 #define compat6(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
35 #define compat7(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
41 #define compat10(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
47 #define compat11(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
53 #define compat12(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
[all …]
/freebsd/sys/kern/
H A Dinit_sysent.c11 #define AS(name) (sizeof(struct name) / sizeof(syscallarg_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
28 #define compat6(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
34 #define compat7(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
40 #define compat10(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
46 #define compat11(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
52 #define compat12(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_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/sys/netinet/
H A Din_kdtrace.c40 #define MIB_PROBE_IP(name) \ argument
74 #define MIB_PROBE_IP6(name) \ argument
77 #define MIB_PROBE2_IP6(name) \ argument
121 #define MIB_PROBE_ICMP(name) \ argument
124 #define MIB_PROBE2_ICMP(name) \ argument
143 #define MIB_PROBE_ICMP6(name) \ argument
146 #define MIB_PROBE2_ICMP6(name) \ argument
188 #define MIB_PROBE_UDP(name) SDT_PROBE_DEFINE1(mib, udp, count, name, "int") argument
204 #define MIB_PROBE_TCP(name) SDT_PROBE_DEFINE1(mib, tcp, count, name, "int") argument
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py113 def _map(ret, name): argument
143 def _map(ret, name): argument
161 def _map(ret, name): argument
219 def _map(ret, name): argument
259 def _map(ret, name): argument
306 def _map(ret, name): argument
755 def _pool_name(name): argument
766 def _fs_name(name): argument
781 def _is_valid_fs_name(name): argument
785 def _is_valid_snap_name(name): argument
[all …]
/freebsd/sys/contrib/openzfs/module/nvpair/
H A Dfnvpair.c131 fnvlist_add_boolean(nvlist_t *nvl, const char *name) in fnvlist_add_boolean()
215 fnvlist_add_boolean_array(nvlist_t *nvl, const char *name, in fnvlist_add_boolean_array()
250 fnvlist_add_uint16_array(nvlist_t *nvl, const char *name, in fnvlist_add_uint16_array()
264 fnvlist_add_uint32_array(nvlist_t *nvl, const char *name, in fnvlist_add_uint32_array()
278 fnvlist_add_uint64_array(nvlist_t *nvl, const char *name, in fnvlist_add_uint64_array()
285 fnvlist_add_string_array(nvlist_t *nvl, const char *name, in fnvlist_add_string_array()
292 fnvlist_add_nvlist_array(nvlist_t *nvl, const char *name, in fnvlist_add_nvlist_array()
299 fnvlist_remove(nvlist_t *nvl, const char *name) in fnvlist_remove()
311 fnvlist_lookup_nvpair(nvlist_t *nvl, const char *name) in fnvlist_lookup_nvpair()
334 fnvlist_lookup_byte(const nvlist_t *nvl, const char *name) in fnvlist_lookup_byte()
[all …]
/freebsd/sys/sys/
H A Dtree.h74 #define SPLAY_HEAD(name, type) \ argument
302 #define SPLAY_FOREACH(x, name, head) \ argument
308 #define RB_HEAD(name, type) \ argument
428 #define RB_PROTOTYPE_RANK(name, type, attr) \ argument
431 #define RB_PROTOTYPE_RANK(name, type, attr) argument
1026 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) argument
1027 #define RB_PREV(name, x, y) name##_RB_PREV(y) argument
1032 #define RB_FOREACH(x, name, head) \ argument
1037 #define RB_FOREACH_FROM(x, name, y) \ argument
1042 #define RB_FOREACH_SAFE(x, name, head, y) \ argument
[all …]
H A Darb.h45 #define ARB_HEAD(name, type, idxbits) \ argument
62 #define ARB_INITIALIZER(name, maxn) \ argument
265 #define ARB_PROTOTYPE_FIND(name, type, attr) \ argument
276 #define ARB_PROTOTYPE_NEXT(name, type, attr) \ argument
282 #define ARB_PROTOTYPE_PREV(name, type, attr) \ argument
292 #define ARB_GENERATE(name, type, field, cmp) \ argument
733 #define ARB_FOREACH(x, name, head) \ argument
738 #define ARB_FOREACH_FROM(x, name, y) \ argument
743 #define ARB_FOREACH_SAFE(x, name, head, y) \ argument
748 #define ARB_FOREACH_REVERSE(x, name, head) \ argument
[all …]
/freebsd/stand/lua/
H A Dmenu.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
271 name = function() function
301 name = function() function
329 name = function(idx, choice, all_choices) function
365 name = function() function
[all …]
/freebsd/sys/powerpc/include/
H A Dasm.h81 #define DOT_LABEL(name) name argument
86 #define _GLOBAL(name) \ argument
95 #define TOC_ENTRY(name) \ argument
104 #define _ENTRY(name) \ argument
117 #define _NAKED_ENTRY(name) _ENTRY(name) argument
119 #define _ENTRY(name) \ argument
131 #define _NAKED_ENTRY(name) \ argument
141 #define _END(name) \ argument
154 #define _ENTRY(name) \ argument
161 #define _END(name) \ argument
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp191 char const *name; // Name of setting (environment variable). member
777 static void __kmp_stg_parse_duplicate_lib_ok(char const *name, in __kmp_stg_parse_duplicate_lib_ok()
2405 const char *name = __kmp_hw_get_keyword(type); in __kmp_parse_affinity_env() local
3046 const char *name; in __kmp_stg_parse_places() member
3125 const char *name = __kmp_hw_get_keyword(type, true); in __kmp_stg_parse_places() local
3261 const char *name = __kmp_hw_get_keyword(gran, true); in __kmp_stg_print_places() local
3430 const char *name; member
6043 char const *name, // Name of variable. in __kmp_stg_check_rivals()
6076 static int __kmp_env_toPrint(char const *name, int flag) { in __kmp_env_toPrint()
6174 char const *name = "KMP_WARNINGS"; in __kmp_env_initialize() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTInfo.h15 #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/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.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
218 #define DECLARE_SYMBOL_VISIBILITY(name) argument
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmoduleparam.h55 #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
100 #define LINUXKPI_PARAM_long(name, var, perm) \ argument
106 #define LINUXKPI_PARAM_ulong(name, var, perm) \ argument
112 #define LINUXKPI_PARAM_charp(name, var, perm) \ argument
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.c376 ocs_mgmt_set(ocs_t *ocs, char *name, char *value) in ocs_mgmt_set()
900 get_sn(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in get_sn()
916 get_pn(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) in get_pn()
1498 set_req_wwnn(ocs_t *ocs, char *name, char *value) in set_req_wwnn()
1542 set_req_wwpn(ocs_t *ocs, char *name, char *value) in set_req_wwpn()
1585 set_nodedb_mask(ocs_t *ocs, char *name, char *value) in set_nodedb_mask()
1601 set_linkcfg(ocs_t *ocs, char *name, char *value) in set_linkcfg()
1653 set_debug_mq_dump(ocs_t *ocs, char *name, char *value) in set_debug_mq_dump()
1725 set_logmask(ocs_t *ocs, char *name, char *value) in set_logmask()
1734 set_loglevel(ocs_t *ocs, char *name, char *value) in set_loglevel()
[all …]
/freebsd/contrib/less/
H A Dpattern.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/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h99 #define DEFINE_ARC_BUF_HDR_EVENT(name) \ argument
143 #define DEFINE_L2ARC_RW_EVENT(name) \ argument
168 #define DEFINE_L2ARC_IODONE_EVENT(name) \ argument
278 #define DEFINE_ARC_MISS_EVENT(name) \ argument
337 #define DEFINE_L2ARC_EVICT_EVENT(name) \ argument
370 #define DEFINE_ARC_WAIT_FOR_EVICTION_EVENT(name) \ argument
/freebsd/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/lib/libifconfig/
H A Dlibifconfig.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()
301 int name[6]; in ifconfig_get_orig_name() local
388 ifconfig_get_nd6(ifconfig_handle_t *h, const char *name, in ifconfig_get_nd6()
438 ifconfig_set_capability(ifconfig_handle_t *h, const char *name, in ifconfig_set_capability()
475 ifconfig_get_capability(ifconfig_handle_t *h, const char *name, in ifconfig_get_capability()
492 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/sys/contrib/openzfs/lib/libspl/
H A Datomic.c32 #define ATOMIC_INC(name, type) \ argument
50 #define ATOMIC_DEC(name, type) \ in ATOMIC_INC() argument
68 #define ATOMIC_ADD(name, type1, type2) \ argument
116 #define ATOMIC_OR(name, type) \ in ATOMIC_SUB() argument
134 #define ATOMIC_AND(name, type) \ argument
156 #define ATOMIC_INC_NV(name, type) \ argument
174 #define ATOMIC_DEC_NV(name, type) \ argument
240 #define ATOMIC_OR_NV(name, type) \ in ATOMIC_SUB_NV() argument
258 #define ATOMIC_AND_NV(name, type) \ argument
286 #define ATOMIC_CAS(name, type) \ argument
[all …]
/freebsd/crypto/openssl/test/
H A Dv3nametest.c98 const char *name; in set_cn() local
137 const char *name; in set_altname() local
174 static int set_cn1(X509 *crt, const char *name) in set_cn1()
185 static int set_cn2(X509 *crt, const char *name) in set_cn2()
191 static int set_cn3(X509 *crt, const char *name) in set_cn3()
197 static int set_email1(X509 *crt, const char *name) in set_email1()
202 static int set_email2(X509 *crt, const char *name) in set_email2()
208 static int set_email3(X509 *crt, const char *name) in set_email3()
220 static int set_altname_dns(X509 *crt, const char *name) in set_altname_dns()
232 const char *name; member
[all …]
/freebsd/contrib/atf/atf-c++/detail/
H A Denv.cpp44 impl::get(const std::string& name) in get()
50 impl::get(const std::string& name, const std::string& default_value) in get()
56 impl::has(const std::string& name) in has()
62 impl::set(const std::string& name, const std::string& val) in set()
70 impl::unset(const std::string& name) in unset()

12345678910>>...140