diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-08-13 13:49:21 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-08-13 13:49:21 +0000 |
commit | 74a6604beb400e6cc433d7fda8960ce8bb0ca9ba (patch) | |
tree | 5d65e26b5bc5085f750f7b7e0e479a64fd078070 /sys/ddb/db_command.h | |
parent | 629efe026cb80764f620bf4e2253c0ca759cb290 (diff) |
add a show all vnodes command, use dlg's nice pool_walk() to accomplish
this.
ok beck@, dlg@
Diffstat (limited to 'sys/ddb/db_command.h')
-rw-r--r-- | sys/ddb/db_command.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index 5350d8204ec..b306d206428 100644 --- a/sys/ddb/db_command.h +++ b/sys/ddb/db_command.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_command.h,v 1.26 2009/08/09 23:04:49 miod Exp $ */ +/* $OpenBSD: db_command.h,v 1.27 2009/08/13 13:49:20 thib Exp $ */ /* $NetBSD: db_command.h,v 1.8 1996/02/05 01:56:55 christos Exp $ */ /* @@ -43,6 +43,7 @@ void db_map_print_cmd(db_expr_t, int, db_expr_t, char *); void db_malloc_print_cmd(db_expr_t, int, db_expr_t, char *); void db_mount_print_cmd(db_expr_t, int, db_expr_t, char *); void db_show_all_mounts(db_expr_t, int, db_expr_t, char *); +void db_show_all_vnodes(db_expr_t, int, db_expr_t, char *); void db_object_print_cmd(db_expr_t, int, db_expr_t, char *); void db_page_print_cmd(db_expr_t, int, db_expr_t, char *); void db_extent_print_cmd(db_expr_t, int, db_expr_t, char *); |