Home
last modified time | relevance | path

Searched refs:db_show_all_devices (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/ddb/
H A Ddb_autoconf.c64 db_show_all_devices(db_expr_t addr, bool haddr, db_expr_t count, in db_show_all_devices() function
H A Ddb_interface.h77 void db_show_all_devices(db_expr_t, bool, db_expr_t, const char *);
H A Ddb_command.c254 { DDB_ADD_CMD("devices", db_show_all_devices, 0,NULL,NULL,NULL) },