Searched defs:_table (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/ddb/ |
H A D | ddb.h | 145 #define _DB_SET(_table, _name, _func, _flag, _more) \ argument 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/dev/bnxt/bnxt_en/ |
H A D | bnxt_auxbus_compat.h | 42 #define MODULE_DEVICE_TABLE_BUS_auxiliary(_bus, _table) argument
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 75 #define MODULE_DEVICE_TABLE_BUS_pci(_bus, _table) \ argument 80 #define MODULE_DEVICE_TABLE(_bus, _table) \ argument 827 #define DEFINE_PCI_DEVICE_TABLE(_table) \ argument
|