Home
last modified time | relevance | path

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

/netbsd/src/sys/ddb/
Ddb_command.c210 static void db_kqueue_print_cmd(db_expr_t, bool, db_expr_t, const char *);
278 { DDB_ADD_CMD("kqueue", db_kqueue_print_cmd, 0,
1032 db_kqueue_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_kqueue_print_cmd() function