Home
last modified time | relevance | path

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

/netbsd-src/sys/ddb/
H A Ddb_command.c204 static void db_show_all_tstiles(db_expr_t, bool, db_expr_t, const char *);
327 { DDB_ADD_CMD("tstiles", db_show_all_tstiles,
1376 db_show_all_tstiles(db_expr_t addr, bool have_addr, in db_show_all_tstiles() function