Home
last modified time | relevance | path

Searched refs:statvfs (Results 1 – 25 of 26) sorted by relevance

12

/mirbsd/src/sys/sys/
Dstatvfs.h60 struct statvfs { struct
134 int statvfs(const char *, struct statvfs *);
135 int fstatvfs(int, struct statvfs *);
137 int getvfsstat(struct statvfs *, size_t, int);
138 int getmntinfo(struct statvfs **, int);
140 int fhstatvfs(const void *, size_t, struct statvfs *);
142 int statvfs1(const char *, struct statvfs *, int);
143 int fstatvfs1(int, struct statvfs *, int);
144 int fhstatvfs1(const void *, size_t, struct statvfs *, int);
/mirbsd/src/lib/libc/sys/
Dstatvfs.c43 static void fs2vfs(struct statvfs *vfs, const struct statfs *sfs);
46 fs2vfs(struct statvfs *vfs, const struct statfs *sfs) in fs2vfs()
79 statvfs(const char *path, struct statvfs *vfs) in statvfs() function
90 fstatvfs(int fd, struct statvfs *vfs) in fstatvfs()
DMakefile.inc30 timer_settime.c pread.c preadv.c pwrite.c pwritev.c statvfs.c
213 statfs.2 statvfs.2 swapctl.2 symlink.2 sync.2 sysarch.2 syscall.2 \
/mirbsd/src/usr.bin/ssh/
DPROTOCOL213 9. sftp: Extension requests "statvfs@openssh.com" and
216 These requests correspond to the statvfs and fstatvfs POSIX system
217 interfaces. The "statvfs@openssh.com" request operates on an explicit
221 string "statvfs@openssh.com"
251 Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are
Dsftp-server.c482 send_statvfs(u_int32_t id, struct statvfs *st) in send_statvfs()
1126 struct statvfs st; in process_extended_statvfs()
1132 if (statvfs(path, &st) != 0) in process_extended_statvfs()
1143 struct statvfs st; in process_extended_fstatvfs()
/mirbsd/src/usr.sbin/makefs/nbsrc/sys/ufs/ffs/
Dffs_extern.h56 struct statvfs;
/mirbsd/src/usr.sbin/makefs/
Dffs.c478 struct statvfs sfs; in ffs_create_image()
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dconf.c3326 struct statvfs fs;
3345 if (statvfs(dir, &fs) == 0)
DREADME409 or SFS_STATVFS (6) if you have the two-argument statvfs(2)
/mirbsd/src/gnu/usr.bin/perl/
DREADME.hpux388 statvfs, statvfsdev, tmpfile,
Dperl.c3751 struct statvfs stfs;
Dconfig_h.SH2969 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
DConfigure20455 : see if this is a sys/statvfs.h system
20456 set sys/statvfs.h i_sysstatvfs
/mirbsd/src/gnu/usr.bin/perl/Porting/
DGlossary1974 indicates to the C program that the statvfs() routine is available.
3027 and indicates whether a C program should include <sys/statvfs.h>.
Dconfig_H3073 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dconfig_H.wc2575 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
/mirbsd/src/gnu/usr.bin/perl/wince/
Dconfig_H.ce2883 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
/mirbsd/src/gnu/usr.bin/perl/win32/
Dconfig_H.vc2945 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
Dconfig_H.bc2945 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
Dconfig_H.gc2945 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
Dconfig_H.vc642945 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
/mirbsd/src/gnu/usr.bin/perl/plan9/
Dconfig.plan93002 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
Dconfig_h.sample2949 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
/mirbsd/src/distrib/lists/base/dev/
Dmi1239 ./usr/include/sys/statvfs.h
4140 ./usr/share/man/cat2/statvfs.0
/mirbsd/src/distrib/lists/htman/htmi/
Dmi812 ./man2/statvfs.htm

12