Searched refs:statvfs (Results 1 – 25 of 26) sorted by relevance
12
| /mirbsd/src/sys/sys/ |
| D | statvfs.h | 60 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/ |
| D | statvfs.c | 43 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()
|
| D | Makefile.inc | 30 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/ |
| D | PROTOCOL | 213 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
|
| D | sftp-server.c | 482 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/ |
| D | ffs_extern.h | 56 struct statvfs;
|
| /mirbsd/src/usr.sbin/makefs/ |
| D | ffs.c | 478 struct statvfs sfs; in ffs_create_image()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | conf.c | 3326 struct statvfs fs; 3345 if (statvfs(dir, &fs) == 0)
|
| D | README | 409 or SFS_STATVFS (6) if you have the two-argument statvfs(2)
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.hpux | 388 statvfs, statvfsdev, tmpfile,
|
| D | perl.c | 3751 struct statvfs stfs;
|
| D | config_h.SH | 2969 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
|
| D | Configure | 20455 : see if this is a sys/statvfs.h system 20456 set sys/statvfs.h i_sysstatvfs
|
| /mirbsd/src/gnu/usr.bin/perl/Porting/ |
| D | Glossary | 1974 indicates to the C program that the statvfs() routine is available. 3027 and indicates whether a C program should include <sys/statvfs.h>.
|
| D | config_H | 3073 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | config_H.wc | 2575 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | config_H.ce | 2883 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | config_H.vc | 2945 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
|
| D | config_H.bc | 2945 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
|
| D | config_H.gc | 2945 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
|
| D | config_H.vc64 | 2945 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
|
| /mirbsd/src/gnu/usr.bin/perl/plan9/ |
| D | config.plan9 | 3002 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
|
| D | config_h.sample | 2949 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 1239 ./usr/include/sys/statvfs.h 4140 ./usr/share/man/cat2/statvfs.0
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 812 ./man2/statvfs.htm
|
12