Searched refs:db_show_all_devices (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/ddb/ |
H A D | db_autoconf.c | 64 db_show_all_devices(db_expr_t addr, bool haddr, db_expr_t count, in db_show_all_devices() function
|
H A D | db_interface.h | 77 void db_show_all_devices(db_expr_t, bool, db_expr_t, const char *);
|
H A D | db_command.c | 254 { DDB_ADD_CMD("devices", db_show_all_devices, 0,NULL,NULL,NULL) },
|