Home
last modified time | relevance | path

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

/netbsd/src/sys/ddb/
Ddb_interface.h56 void db_show_callout(db_expr_t, bool, db_expr_t, const char *);
Ddb_command.c250 { DDB_ADD_CMD("callout", db_show_callout,
359 { DDB_ADD_CMD("callout", db_show_callout, 0, NULL,
/netbsd/src/sys/kern/
Dkern_timeout.c929 db_show_callout(db_expr_t addr, bool haddr, db_expr_t count, const char *modif) in db_show_callout() function