Searched defs:_table (Results 1 – 2 of 2) 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/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 74 #define MODULE_DEVICE_TABLE(_bus, _table) \ argument 801 #define DEFINE_PCI_DEVICE_TABLE(_table) \ argument
|