Searched refs:vfs_vnode_print (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/ddb/ |
H A D | db_interface.h | 56 void vfs_vnode_print(void *, int, int (*)(const char *, ...));
|
H A D | db_command.c | 395 pool_walk(&vnode_pool, full, db_printf, vfs_vnode_print); in db_show_all_vnodes() 478 vfs_vnode_print((void *)addr, full, db_printf); in db_vnode_print_cmd()
|
/openbsd/sys/kern/ |
H A D | vfs_subr.c | 2260 vfs_vnode_print(void *v, int full, in vfs_vnode_print() function
|