Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/getfsstat.2
| Show All 25 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd March 30, 2020 | .Dd March 30, 2020 | ||||
| .Dt GETFSSTAT 2 | .Dt GETFSSTAT 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm getfsstat | .Nm getfsstat | ||||
| .Nd get list of all mounted file systems | .Nd get list of all mounted file systems | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/param.h | .In sys/param.h | ||||
| .In sys/ucred.h | .In sys/ucred.h | ||||
| .In sys/mount.h | .In sys/mount.h | ||||
| .Ft int | .Ft int | ||||
| .Fn getfsstat "struct statfs *buf" "long bufsize" "int mode" | .Fn getfsstat "struct statfs *buf" "long bufsize" "int mode" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn getfsstat | .Fn getfsstat | ||||
| ▲ Show 20 Lines • Show All 85 Lines • Show Last 20 Lines | |||||