Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dbuf.h307 void vfs_buf_print(buf_t *, int, void (*)(const char *, ...)
/netbsd/src/sys/kern/
Dvfs_subr.c1678 vfs_buf_print(struct buf *bp, int full, void (*pr)(const char *, ...)) in vfs_buf_print() function
1710 vfs_buf_print(bp, full, pr); in vfs_vnode_print()
1716 vfs_buf_print(bp, full, pr); in vfs_vnode_print()
/netbsd/src/sys/ddb/
Ddb_command.c1131 vfs_buf_print((struct buf *)(uintptr_t) addr, full, db_printf); in db_buf_print_cmd()