gopsutil/disk
shirou fb1c75054a [disk] Partition returns all list even if argument is False.
According to https://github.com/giampaolo/psutil/issues/906,
all BSD system returns same information `df` and `df -a`.
..
disk.go
disk_darwin.go [disk] Partition returns all list even if argument is False.
disk_darwin_cgo.go [disk][darwin][cgo] Rename C files dependencies to more descriptive names
disk_darwin_nocgo.go
disk_fallback.go Revert "[disk][openbsd] Use fallback for openBSD not on amd64"
disk_freebsd.go [disk] Partition returns all list even if argument is False.
disk_freebsd_386.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12
disk_freebsd_amd64.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12
disk_freebsd_arm.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12
disk_freebsd_arm64.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12
disk_linux.go [disk][linux] flag bind mounts
disk_openbsd.go [disk] Partition returns all list even if argument is False.
disk_openbsd_386.go [host][mem][process][openbsd] Add 386 const and types definitions
disk_openbsd_amd64.go Use Getfsstat from golang.org/x/sys/unix on OpenBSD
disk_solaris.go
disk_test.go [disk] Skip tests on non-implemented platforms #446
disk_unix.go Fix typos
disk_windows.go Add "vet" target to the Makefile
iostat_darwin.c [disk][darwin][cgo] Rename C files dependencies to more descriptive names
iostat_darwin.h [disk][darwin][cgo] Rename C files dependencies to more descriptive names
types_freebsd.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12
types_openbsd.go Use Getfsstat from golang.org/x/sys/unix on OpenBSD