Symbol: freebsd11_statfs
lib/libc/gen/fts-compat.c
1211
if (freebsd11_statfs(ent->fts_path, &priv->ftsp_statfs) != -1) {
lib/libc/gen/fts-compat.c
95
struct freebsd11_statfs ftsp_statfs;
lib/libc/gen/fts-compat11.c
1191
if (freebsd11_statfs(ent->fts_path, &priv->ftsp_statfs) != -1) {
lib/libc/gen/fts-compat11.c
84
struct freebsd11_statfs ftsp_statfs;
lib/libc/gen/gen-compat.h
38
struct freebsd11_statfs;
lib/libc/gen/gen-compat.h
44
int freebsd11_getmntinfo(struct freebsd11_statfs **, int);
lib/libc/gen/gen-compat.h
79
COMPAT_SYSCALL(int, freebsd11_statfs, (const char *,
lib/libc/gen/gen-compat.h
80
struct freebsd11_statfs *), statfs, FBSD_1.0);
lib/libc/gen/gen-compat.h
81
COMPAT_SYSCALL(int, freebsd11_getfsstat, (struct freebsd11_statfs *, long,
lib/libc/gen/getmntinfo-compat11.c
41
freebsd11_getmntinfo(struct freebsd11_statfs **mntbufp, int flags)
lib/libc/gen/getmntinfo-compat11.c
43
static struct freebsd11_statfs *mntbuf;
lib/libc/gen/getmntinfo-compat11.c
53
while (bufsize <= mntsize * sizeof(struct freebsd11_statfs)) {
lib/libc/gen/getmntinfo-compat11.c
56
bufsize = (mntsize + 1) * sizeof(struct freebsd11_statfs);
lib/libc/gen/getmntinfo-compat11.c
57
if ((mntbuf = (struct freebsd11_statfs *)malloc(bufsize)) == 0)
lib/libc/include/compat.h
63
__sym_compat(statfs, freebsd11_statfs, FBSD_1.0);
sys/compat/freebsd32/freebsd32_proto.h
1123
char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(struct freebsd11_statfs *)];
sys/kern/vfs_syscalls.c
743
static void freebsd11_cvtstatfs(struct statfs *, struct freebsd11_statfs *);
sys/kern/vfs_syscalls.c
748
struct freebsd11_statfs osb;
sys/kern/vfs_syscalls.c
768
struct freebsd11_statfs osb;
sys/kern/vfs_syscalls.c
792
kern_freebsd11_getfsstat(struct thread *td, struct freebsd11_statfs * ubuf,
sys/kern/vfs_syscalls.c
795
struct freebsd11_statfs osb;
sys/kern/vfs_syscalls.c
828
struct freebsd11_statfs osb;
sys/kern/vfs_syscalls.c
850
freebsd11_cvtstatfs(struct statfs *nsp, struct freebsd11_statfs *osp)
sys/sys/syscallsubr.h
170
struct freebsd11_statfs *ubuf, long bufsize, int mode);
sys/sys/sysproto.h
2761
char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(struct freebsd11_statfs *)];
sys/sys/sysproto.h
2767
char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(struct freebsd11_statfs *)];
sys/sys/sysproto.h
2771
char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(struct freebsd11_statfs *)];
sys/sys/sysproto.h
2775
char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(struct freebsd11_statfs *)];
sys/sys/sysproto.h
2802
int freebsd11_statfs(struct thread *, struct freebsd11_statfs_args *);