Searched refs:fstatvfs (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libc/common/sys/
H A Dfstatvfs.s30 .file "fstatvfs.s"
32 /* C library -- fstatvfs */
33 /* int fstatvfs(int fildes, struct statvfs *buf) */
38 ANSI_PRAGMA_WEAK(fstatvfs,function)
47 SYSCALL_RVAL1(fstatvfs)
49 SET_SIZE(fstatvfs)
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_fs.h142 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
155 #if _lib_fstatvfs64 && !defined(fstatvfs)
156 #define fstatvfs fstatvfs64 macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fs.h121 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
134 #if _lib_fstatvfs64 && !defined(fstatvfs)
135 #define fstatvfs fstatvfs64 macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_fs.h146 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
159 #if _lib_fstatvfs64 && !defined(fstatvfs)
160 #define fstatvfs fstatvfs64 macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fs.h125 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
138 #if _lib_fstatvfs64 && !defined(fstatvfs)
139 #define fstatvfs fstatvfs64 macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_fs.h142 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
155 #if _lib_fstatvfs64 && !defined(fstatvfs)
156 #define fstatvfs fstatvfs64 macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fs.h121 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
134 #if _lib_fstatvfs64 && !defined(fstatvfs)
135 #define fstatvfs fstatvfs64 macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fs.h142 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
155 #if _lib_fstatvfs64 && !defined(fstatvfs)
156 #define fstatvfs fstatvfs64 macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fs.h121 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
134 #if _lib_fstatvfs64 && !defined(fstatvfs)
135 #define fstatvfs fstatvfs64 macro
/osnet-11/usr/src/lib/libast/common/comp/
H A Dstatvfs.c89 fstatvfs(int fd, struct statvfs* vfs)
140 fstatvfs(int fd, struct statvfs* vfs)
/osnet-11/usr/src/lib/libproc/common/
H A Dpr_statvfs.c115 * fstatvfs() system call -- executed by subject process
120 sysret_t rval; /* return value from fstatvfs() */
121 argdes_t argd[2]; /* arg descriptors for fstatvfs() */
129 return (fstatvfs(fd, buf));
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c1514 if (fstatvfs(fd_out, &opt.stfs) == -1)
1789 if (fstatvfs(fd_out, &stvfs) == -1) {
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com205 fstatvfs.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com225 fstatvfs.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com210 fstatvfs.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile186 fstatvfs.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2834 * This symbol, if defined, indicates that the fstatvfs routine is
H A Dperl.c3240 * Preferred order: fstatvfs(), fstatfs(), ustat()+getmnt(), getmntent().
3241 * fstatvfs() is UNIX98.
3255 check_okay = fstatvfs(fd, &stfs) == 0;
3262 # endif /* fstatvfs */

Completed in 68 milliseconds