|
NAMEvfs_unmountall —
unmount all file systems
SYNOPSIS#include <sys/param.h>
#include <sys/mount.h>
void
DESCRIPTIONThevfs_unmountall function, run only at system
shutdown, unmounts all mounted file systems from most recent to oldest in
order to avoid handling dependencies.
SEE ALSOboot(9)
Visit the GSP FreeBSD Man Page Interface. |