| /freebsd/usr.sbin/moused/moused/ |
| H A D | event-names.h | 870 const char *name; member 875 { .name = "MT_TOOL_DIAL", .value = MT_TOOL_DIAL }, 876 { .name = "MT_TOOL_FINGER", .value = MT_TOOL_FINGER }, 877 { .name = "MT_TOOL_MAX", .value = MT_TOOL_MAX }, 878 { .name = "MT_TOOL_PALM", .value = MT_TOOL_PALM }, 879 { .name = "MT_TOOL_PEN", .value = MT_TOOL_PEN }, 883 { .name = "EV_ABS", .value = EV_ABS }, 884 { .name = "EV_FF", .value = EV_FF }, 885 { .name = "EV_FF_STATUS", .value = EV_FF_STATUS }, 886 { .name = "EV_KEY", .value = EV_KEY }, [all …]
|
| /freebsd/lib/libc/db/test/hash.tests/ |
| H A D | testit | 5 set name=WORDS 8 thash4 $i $j 25000 65536 $name < $name 12 thash4 $i $j 25000 65536 $name < $name 16 thash4 $i $j 25000 65536 $name < $name 20 thash4 $i $j 25000 65536 $name < $name 24 thash4 $i $j 25000 65536 $name < $name 28 thash4 $i $j 25000 65536 $name < $name 34 tcreat3 $i $j 25000 $name < $name 35 tread2 65536 < $name 36 tverify $name < $name [all …]
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/ |
| H A D | testit | 8 set name=WORDS 12 ./thash4 $i $j 25000 65536 $name < $name 17 ./thash4 $i $j 25000 65536 $name < $name 22 ./thash4 $i $j 25000 65536 $name < $name 27 ./thash4 $i $j 25000 65536 $name < $name 32 ./thash4 $i $j 25000 65536 $name < $name 37 ./thash4 $i $j 25000 65536 $name < $name 43 ./tcreat3 $i $j 25000 $name < $name 44 ./tread2 65536 < $name 45 ./tverify $name < $name [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win_dll_thunk.h | 18 uptr dllThunkGetRealAddrOrDie(const char *name); 53 #define INTERCEPT_SANITIZER_FUNCTION(name) \ argument 54 extern "C" __declspec(noinline) void name() { \ 56 static const char function_name[] = #name; \ 62 INTERCEPT_OR_DIE(#name, name) 68 #define INTERCEPT_SANITIZER_WEAK_FUNCTION(name) \ argument 69 extern "C" __declspec(noinline) void name() { \ 71 static const char function_name[] = #name; \ 77 INTERCEPT_WHEN_POSSIBLE(#name, STRINGIFY(WEAK_EXPORT_NAME(name)), name) 85 #define INTERCEPT_LIBRARY_FUNCTION(name) \ argument [all …]
|
| /freebsd/contrib/libxo/tests/core/saved/ |
| H A D | test_08.X.out | 1 …name key="key">gum</name><count>1412</count></item><item><name key="key">rope</name><count>85</cou…
|
| H A D | test_08.XP.out | 5 <name key="key">gum</name> 9 <name key="key">rope</name> 13 <name key="key">ladder</name> 17 <name key="key">bolt</name> 21 <name key="key">water</name> 29 <name key="key">gum</name> 33 <name key="key">rope</name> 37 <name key="key">ladder</name> 41 <name key="key">bolt</name> 45 <name key="key">water</name> [all …]
|
| H A D | test_08.J.out | 1 …name":"gum","count":1412}, {"name":"rope","count":85}, {"name":"ladder","count":0}, {"name":"bolt"…
|
| H A D | test_08.JP.out | 7 "name": "gum", 11 "name": "rope", 15 "name": "ladder", 19 "name": "bolt", 23 "name": "water", 33 "name": "gum", 37 "name": "rope", 41 "name": "ladder", 45 "name": "bolt", 49 "name": "water", [all …]
|
| H A D | test_08.JPu.out | 7 "name": "gum", 11 "name": "rope", 15 "name": "ladder", 19 "name": "bolt", 23 "name": "water", 33 "name": "gum", 37 "name": "rope", 41 "name": "ladder", 45 "name": "bolt", 49 "name": "water", [all …]
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | list.h | 23 #define OSSL_LIST_FOREACH_FROM(p, name, init) \ argument 26 (p) = ossl_list_##name##_next(p)) 27 #define OSSL_LIST_FOREACH(p, name, l) \ argument 28 OSSL_LIST_FOREACH_FROM(p, name, ossl_list_##name##_head(l)) 30 #define OSSL_LIST_FOREACH_REV_FROM(p, name, init) \ argument 33 (p) = ossl_list_##name##_prev(p)) 34 #define OSSL_LIST_FOREACH_REV(p, name, l) \ argument 35 OSSL_LIST_FOREACH_FROM(p, name, ossl_list_##name##_tail(l)) 37 #define OSSL_LIST_FOREACH_DELSAFE_FROM(p, pn, name, init) \ argument 39 (p) != NULL && (((pn) = ossl_list_##name##_next(p)), 1); \ [all …]
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | trace.h | 66 #define DTRACE_PROBE(name) \ argument 69 #define DTRACE_PROBE1(name, t1, arg1) \ argument 70 trace_zfs_##name((arg1)) 72 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ argument 73 trace_zfs_##name((arg1), (arg2)) 75 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument 76 trace_zfs_##name((arg1), (arg2), (arg3)) 78 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument 79 trace_zfs_##name((arg1), (arg2), (arg3), (arg4)) 91 #define DTRACE_PROBE(name) \ argument [all …]
|
| /freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | exceptions.py | 42 name = None variable in ZFSError 45 if self.name is not None: 47 self.errno, self.message, self.name) 58 def __init__(self, errno, name, message): argument 61 self.name = name 101 def __init__(self, name): argument 102 self.name = name 115 def __init__(self, name): argument 116 self.name = name 123 def __init__(self, name): argument [all …]
|
| H A D | _error_translation.py | 52 def lzc_create_translate_error(ret, name, ds_type, props): argument 56 _validate_fs_name(name) 57 raise lzc_exc.PropertyInvalid(name) 59 raise lzc_exc.FilesystemExists(name) 61 raise lzc_exc.ParentNotFound(name) 63 raise lzc_exc.WrongParent(_fs_name(name)) 65 raise lzc_exc.PropertyInvalid(name) 66 raise _generic_exception(ret, name, "Failed to create filesystem") 69 def lzc_clone_translate_error(ret, name, origin, props): argument 73 _validate_fs_name(name) [all …]
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | pem.h | 75 #define PEM_read_cb_fnsig(name, type, INTYPE, readname) \ argument 76 type *PEM_##readname##_##name(INTYPE *out, type **x, \ 78 #define PEM_read_cb_ex_fnsig(name, type, INTYPE, readname) \ argument 79 type *PEM_##readname##_##name##_ex(INTYPE *out, type **x, \ 84 #define PEM_write_fnsig(name, type, OUTTYPE, writename) \ argument 85 int PEM_##writename##_##name(OUTTYPE *out, const type *x) 86 #define PEM_write_cb_fnsig(name, type, OUTTYPE, writename) \ argument 87 int PEM_##writename##_##name(OUTTYPE *out, const type *x, \ 91 #define PEM_write_ex_fnsig(name, type, OUTTYPE, writename) \ argument 92 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \ [all …]
|
| /freebsd/sys/powerpc/include/ |
| H A D | asm.h | 68 #define DOT_LABEL(name) __CONCAT(.,name) argument 69 #define TYPE_ENTRY(name) .size name,24; \ argument 70 .type DOT_LABEL(name),@function; \ 71 .globl DOT_LABEL(name); 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 [all …]
|
| /freebsd/sys/sys/ |
| H A D | sdt.h | 38 #define DTRACE_PROBE(prov, name) { \ argument 39 extern void __dtrace_##prov##___##name(void); \ 40 __dtrace_##prov##___##name(); \ 43 #define DTRACE_PROBE1(prov, name, arg1) { \ argument 44 extern void __dtrace_##prov##___##name(unsigned long); \ 45 __dtrace_##prov##___##name((unsigned long)arg1); \ 48 #define DTRACE_PROBE2(prov, name, arg1, arg2) { \ argument 49 extern void __dtrace_##prov##___##name(unsigned long, \ 51 __dtrace_##prov##___##name((unsigned long)arg1, \ 55 #define DTRACE_PROBE3(prov, name, arg1, arg2, arg3) { \ argument [all …]
|
| H A D | nv.h | 115 bool nvlist_exists(const nvlist_t *nvl, const char *name); 116 bool nvlist_exists_type(const nvlist_t *nvl, const char *name, int type); 118 bool nvlist_exists_null(const nvlist_t *nvl, const char *name); 119 bool nvlist_exists_bool(const nvlist_t *nvl, const char *name); 120 bool nvlist_exists_number(const nvlist_t *nvl, const char *name); 121 bool nvlist_exists_string(const nvlist_t *nvl, const char *name); 122 bool nvlist_exists_nvlist(const nvlist_t *nvl, const char *name); 123 bool nvlist_exists_binary(const nvlist_t *nvl, const char *name); 124 bool nvlist_exists_bool_array(const nvlist_t *nvl, const char *name); 125 bool nvlist_exists_number_array(const nvlist_t *nvl, const char *name); [all …]
|
| H A D | tree.h | 74 #define SPLAY_HEAD(name, type) \ argument 75 struct name { \ 131 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 132 void name##_SPLAY(struct name *, struct type *); \ 133 void name##_SPLAY_MINMAX(struct name *, int); \ 134 struct type *name##_SPLAY_INSERT(struct name *, struct type *); \ 135 struct type *name##_SPLAY_REMOVE(struct name *, struct type *); \ 139 name##_SPLAY_FIND(struct name *head, struct type *elm) \ 143 name##_SPLAY(head, elm); \ 150 name##_SPLAY_NEXT(struct name *head, struct type *elm) \ [all …]
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | moduleparam.h | 52 #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 56 extern const char LINUXKPI_PARAM_DESC(name)[]; \ 58 LINUXKPI_PARAM_NAME(name), LINUXKPI_PARAM_PERM(perm), &(var), 0, \ 59 LINUXKPI_PARAM_DESC(name))) 61 #define LINUXKPI_PARAM_byte(name, var, perm) \ argument 62 extern const char LINUXKPI_PARAM_DESC(name)[]; \ 64 LINUXKPI_PARAM_NAME(name), LINUXKPI_PARAM_PERM(perm), &(var), 0, \ 65 LINUXKPI_PARAM_DESC(name))) [all …]
|
| /freebsd/sys/kern/ |
| H A D | kern_xxx.c | 51 int name[2]; in ogethostname() local 54 name[0] = CTL_KERN; in ogethostname() 55 name[1] = KERN_HOSTNAME; in ogethostname() 56 return (userland_sysctl(td, name, 2, uap->hostname, &len, in ogethostname() 63 int name[2]; in osethostname() local 65 name[0] = CTL_KERN; in osethostname() 66 name[1] = KERN_HOSTNAME; in osethostname() 67 return (userland_sysctl(td, name, 2, 0, 0, 0, uap->hostname, in osethostname() 81 int name[2]; in ogethostid() local 83 name[0] = CTL_KERN; in ogethostid() [all …]
|
| /freebsd/sys/tools/ |
| H A D | vnode_if.awk | 65 function add_debug_code(name, arg, pos, ind) 71 if (lockdata[name, arg, pos] && (lockdata[name, arg, pos] != "-")) { 74 if (lockdata[name, arg, pos] == "L") 76 else if (lockdata[name, arg, pos] == "U") 78 else if (lockdata[name, arg, pos] == "E") 86 function add_debugpre(name) 88 if (lockdata[name, "debugpre"]) { 90 printc("\t"lockdata[name, "debugpre"]"(a);"); 95 function add_debugpost(name) 97 if (lockdata[name, "debugpost"]) { [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | debugfs.h | 8 #define MLD_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument 9 struct dbgfs_##name##_data { \ 15 static int _iwl_dbgfs_##name##_open(struct inode *inode, \ 18 struct dbgfs_##name##_data *data; \ 34 #define MLD_DEBUGFS_READ_WRAPPER(name) \ argument 35 static ssize_t _iwl_dbgfs_##name##_read(struct file *file, \ 39 struct dbgfs_##name##_data *data = file->private_data; \ 43 data->rlen = iwl_dbgfs_##name##_read(data->arg, \ 60 #define _MLD_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument 61 MLD_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ [all …]
|
| /freebsd/contrib/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-port.h | 73 #define GMOCK_FLAG_NAME_(name) gmock_##name argument 74 #define GMOCK_FLAG(name) FLAGS_gmock_##name argument 80 #define GMOCK_DEFINE_bool_(name, default_val, doc) \ argument 81 ABSL_FLAG(bool, GMOCK_FLAG_NAME_(name), default_val, doc) 82 #define GMOCK_DEFINE_int32_(name, default_val, doc) \ argument 83 ABSL_FLAG(int32_t, GMOCK_FLAG_NAME_(name), default_val, doc) 84 #define GMOCK_DEFINE_string_(name, default_val, doc) \ argument 85 ABSL_FLAG(std::string, GMOCK_FLAG_NAME_(name), default_val, doc) 88 #define GMOCK_DECLARE_bool_(name) \ argument 89 ABSL_DECLARE_FLAG(bool, GMOCK_FLAG_NAME_(name)) [all …]
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | assembly.h | 131 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name) argument 135 #define SYMBOL_IS_FUNC(name) argument 136 #define HIDDEN_SYMBOL(name) .private_extern name argument 138 #define EXPORT_SYMBOL(name) HIDDEN_SYMBOL(name) argument 140 #define EXPORT_SYMBOL(name) 142 #define WEAK_ALIAS(name, aliasname) \ argument 145 SYMBOL_NAME(aliasname) = SYMBOL_NAME(name) 152 #define SYMBOL_IS_FUNC(name) .type name,%function 154 #define SYMBOL_IS_FUNC(name) .type name,@function 156 #define HIDDEN_SYMBOL(name) .hidden name [all …]
|
| /freebsd/crypto/libecc/src/arithmetic_tests/ |
| H A D | arithmetic_tests.c | 152 #define GENERIC_TEST_FP_DECL_INIT0(name, ctx) \ argument 153 fp_t name##_ptr[] = {NULL}; 155 #define GENERIC_TEST_FP_DECL_INIT1(name, ctx) \ argument 156 fp name##0; \ 157 fp_t name##_ptr[] = { &name##0 };\ 158 ret |= fp_init(&name##0, ctx);\ 160 #define GENERIC_TEST_FP_DECL_INIT2(name, ctx) \ argument 161 fp name##0, name##1;\ 162 fp_t name##_ptr[] = { &name##0, &name##1 };\ 163 ret |= fp_init(&name##0, ctx);\ [all …]
|