HomeSort by: relevance | last modified time | path
    Searched refs:vfs_mount_print (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/rump/librump/rumpvfs/
rump_vfs.c 503 vfs_mount_print(mvp->v_mount, full, (void *)rumpuser_dprintf);
  /src/sys/sys/
vnode.h 671 void vfs_mount_print(struct mount *, int, void (*)(const char *, ...)
  /src/sys/kern/
vfs_subr.c 1741 vfs_mount_print(mp, full, pr);
1745 vfs_mount_print(struct mount *mp, int full, void (*pr)(const char *, ...)) function in typeref:typename:void
  /src/sys/ddb/
db_command.c 1252 vfs_mount_print((struct mount *)(uintptr_t) addr, full, db_printf);

Completed in 25 milliseconds