| /freebsd/sys/ddb/ |
| H A D | ddb.h | 90 #define _DB_TABLE_NAME(table) db_##table##_table 145 #define _DB_SET(_table, _name, _func, _flag, _more) \ argument 146 static struct db_command db_##_table##_##_name##_cmd = { \ 154 db##_table##_##_name##_add(void *arg __unused) \ 156 db_command_register(&_DB_TABLE_NAME(_table), \ 157 &db_##_table##_##_name##_cmd); \ 159 SYSINIT(db_##_table##_##_name, SI_SUB_KLD, SI_ORDER_ANY, \ 160 db##_table##_##_name##_add, NULL); \ 163 db##_table##_##_name##_del(void *arg __unused) \ 165 db_command_unregister(&_DB_TABLE_NAME(_table), \ 182 DB_TABLE_COMMAND_FLAGS(_table,_name,_func,_flag) global() argument 188 DB_TABLE_COMMAND(_table,_name,_func) global() argument 192 DB_TABLE_ALIAS_FLAGS(_table,_name,_func,_flag) global() argument 194 DB_TABLE_ALIAS(_table,_name,_func) global() argument [all...] |
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_valstr.c | 156 static const valstr_bit_t valstr_ ## name ## _table[] = { __VA_ARGS__ };\ 160 return (valstr_bitfield_bits(valstr_ ## name ## _table, \ 161 ARRAY_SIZE(valstr_ ## name ## _table), bits, out, outlen)); \ 167 return (valstr_bitfield_pairs(valstr_ ## name ## _table, \ 168 ARRAY_SIZE(valstr_ ## name ## _table), bits, out, outlen)); \ 174 return (valstr_bitfield_str(valstr_ ## name ## _table, \ 175 ARRAY_SIZE(valstr_ ## name ## _table), bits, out, outlen)); \ 179 static const char *valstr_ ## name ## _table[] = { __VA_ARGS__ }; \ 183 return (valstr_enum_str(valstr_ ## name ## _table, \ 184 ARRAY_SIZE(valstr_ ## name ## _table), v, out, outlen)); \
|
| /freebsd/contrib/elftoolchain/libelftc/ |
| H A D | libelftc.h | 82 void elftc_string_table_destroy(Elftc_String_Table *_table); 85 const char *elftc_string_table_image(Elftc_String_Table *_table, 87 size_t elftc_string_table_insert(Elftc_String_Table *_table, 89 size_t elftc_string_table_lookup(Elftc_String_Table *_table, 91 int elftc_string_table_remove(Elftc_String_Table *_table, 93 const char *elftc_string_table_to_string(Elftc_String_Table *_table,
|
| /freebsd/lib/libifconfig/ |
| H A D | libifconfig_sfp_tables.tpl.c | 83 const struct sfp_enum_metadata *{*name*}_table = {*name*}_table_; 90 if ((metadata = find_metadata({*name*}_table, v)) == NULL) 100 if ((metadata = find_metadata({*name*}_table, v)) == NULL) 113 if ((metadata = find_metadata({*name*}_table, v)) == NULL)
|
| H A D | libifconfig_sfp_tables_internal.tpl.h | 43 extern const struct sfp_enum_metadata *{*name*}_table;
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 75 #define MODULE_DEVICE_TABLE_BUS_pci(_bus, _table) \ argument 77 _bus, lkpi_ ## _table, _table, nitems(_table) - 1) 80 #define MODULE_DEVICE_TABLE(_bus, _table) \ argument 82 static device_method_t _ ## _bus ## _ ## _table ## _methods[] = { \ 86 static driver_t _ ## _bus ## _ ## _table ## _driver = { \ 87 "lkpi_" #_bus #_table, \ 88 _ ## _bus ## _ ## _table ## _methods, \ 92 DRIVER_MODULE(lkpi_ ## _table, _bus, _ ## _bus ## _ ## _table ## _driver,\ 95 MODULE_DEVICE_TABLE_BUS_ ## _bus(_bus, _table) 854 #define DEFINE_PCI_DEVICE_TABLE(_table) \ argument [all …]
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | MKuserdefs.sh | 91 #define build_names(root) _nc_build_names(&_nc_##root##_table, \\ 95 #define build_names(root) _nc_ ## root ## _table
|
| H A D | MKcaptab.sh | 138 #define build_names(root) _nc_build_names(&_nc_##root##_table, \\ 146 #define build_names(root) _nc_ ## root ## _table
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __hash_table | 858 template <class _Table> 859 _LIBCPP_HIDE_FROM_ABI void __node_handle_merge_unique(_Table& __source); 865 template <class _Table> 866 _LIBCPP_HIDE_FROM_ABI void __node_handle_merge_multi(_Table& __source); 1627 template <class _Table> 1628 …M_ABI void __hash_table<_Tp, _Hash, _Equal, _Alloc>::__node_handle_merge_unique(_Table& __source) { 1629 static_assert(is_same<__node, typename _Table::__node>::value, ""); 1631 for (typename _Table::iterator __it = __source.begin(); __it != __source.end();) { 1667 template <class _Table> 1668 …OM_ABI void __hash_table<_Tp, _Hash, _Equal, _Alloc>::__node_handle_merge_multi(_Table& __source) { [all …]
|
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_auxbus_compat.h | 42 #define MODULE_DEVICE_TABLE_BUS_auxiliary(_bus, _table) argument
|
| /freebsd/sys/sys/ |
| H A D | devmap.h | 69 void devmap_register_table(const struct devmap_entry * _table);
|
| /freebsd/usr.sbin/mpsutil/ |
| H A D | mpsutil.h | 61 #define MPS_DATASET(name) mpsutil_ ## name ## _table
|
| /freebsd/usr.sbin/mptutil/ |
| H A D | mptutil.h | 69 #define MPT_DATASET(name) mptutil_ ## name ## _table
|
| /freebsd/usr.sbin/mfiutil/ |
| H A D | mfiutil.h | 103 #define MFI_DATASET(name) mfiutil_ ## name ## _table
|
| /freebsd/usr.sbin/devctl/ |
| H A D | devctl.c | 42 #define DEVCTL_DATASET(name) devctl_ ## name ## _table
|
| /freebsd/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 2894 function nvram_add_srom_layout(nvram, layout, _table, _revs, _start, _end, _i) { 2899 _table = get(nvram, p_srom_table) 2907 if (map_contains(_table, _i)) { 2910 get(map_get(_table, _i), p_line) ")") 2913 map_set(_table, _i, layout)
|
| /freebsd/usr.sbin/fifolog/lib/ |
| H A D | getdate.y | 42 typedef struct _TABLE { struct
|
| /freebsd/usr.bin/find/ |
| H A D | getdate.y | 66 typedef struct _TABLE { struct
|
| /freebsd/contrib/less/ |
| H A D | charset.c | 812 }; struct wchar_range_table name##_table = { name##_array, countof(name##_array) };
|
| /freebsd/crypto/krb5/src/kadmin/cli/ |
| H A D | getdate.y | 120 typedef struct _TABLE { struct
|
| /freebsd/sys/contrib/xen/ |
| H A D | xen.h | 370 * cmd: MMUEXT_(UN)PIN_*_TABLE
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | evutil.c | 2372 return !!(EVUTIL_##name##_TABLE[(u >> 5) & 7] & (1U << (u & 31))); \
|
| /freebsd/contrib/libevent/ |
| H A D | evutil.c | 2372 return !!(EVUTIL_##name##_TABLE[(u >> 5) & 7] & (1U << (u & 31))); \
|
| /freebsd/sys/arm64/arm64/ |
| H A D | pmap.c | 1889 * level entries, i.e., L{0,1,2}_TABLE entries, are invalidated in addition to 4856 * When promoting, the L{1,2}_TABLE entry that is being replaced might in pmap_update_entry()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | rtw8852a_table.c | [all...] |