Home
last modified time | relevance | path

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

/openbsd/sys/ddb/
H A Ddb_interface.h57 void vfs_mount_print(struct mount *, int, int (*)(const char *, ...));
H A Ddb_command.c368 vfs_mount_print((struct mount *) addr, full, db_printf); in db_mount_print_cmd()
382 vfs_mount_print(mp, full, db_printf); in db_show_all_mounts()
/openbsd/sys/kern/
H A Dvfs_subr.c2311 vfs_mount_print(struct mount *mp, int full, in vfs_mount_print() function