Home
last modified time | relevance | path

Searched refs:fstatvfs (Results 1 – 25 of 39) sorted by relevance

12

/titanic_44/usr/src/uts/common/sys/
H A Dstatvfs.h167 #pragma redefine_extname fstatvfs fstatvfs64
171 #define fstatvfs fstatvfs64 macro
182 #pragma redefine_extname fstatvfs64 fstatvfs
186 #define fstatvfs64 fstatvfs
191 int fstatvfs(int, statvfs_t *);
/titanic_44/usr/src/lib/libc/common/sys/
H A Dfstatvfs.s38 ANSI_PRAGMA_WEAK(fstatvfs,function)
47 SYSCALL_RVAL1(fstatvfs)
49 SET_SIZE(fstatvfs)
/titanic_44/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
/titanic_44/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
/titanic_44/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
/titanic_44/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
/titanic_44/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
/titanic_44/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
/titanic_44/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
/titanic_44/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
/titanic_44/usr/src/lib/libast/common/comp/
H A Dstatvfs.c89 fstatvfs(int fd, struct statvfs* vfs)
140 fstatvfs(int fd, struct statvfs* vfs)
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dfs121 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
134 #if _lib_fstatvfs64 && !defined(fstatvfs)
135 #define fstatvfs fstatvfs64
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dfs121 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
134 #if _lib_fstatvfs64 && !defined(fstatvfs)
135 #define fstatvfs fstatvfs64
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dfs121 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
134 #if _lib_fstatvfs64 && !defined(fstatvfs)
135 #define fstatvfs fstatvfs64
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dfs125 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
138 #if _lib_fstatvfs64 && !defined(fstatvfs)
139 #define fstatvfs fstatvfs64
/titanic_44/usr/src/lib/libast/common/features/
H A Dfs198 extern int fstatvfs(int, struct statvfs*);
211 #if _lib_fstatvfs64 && !defined(fstatvfs)
212 #define fstatvfs fstatvfs64
/titanic_44/usr/src/man/man2/
H A DMakefile198 fstatvfs.2 \
394 fstatvfs.2 := LINKSRC = statvfs.2
/titanic_44/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c105 if ((ret = fstatvfs(fd, &vbuf)) != -1) in fstatfs()
/titanic_44/usr/src/lib/libproc/common/
H A Dpr_statvfs.c129 return (fstatvfs(fd, buf)); in pr_fstatvfs()
/titanic_44/usr/src/uts/intel/os/
H A Dname_to_sysnum99 fstatvfs 104
/titanic_44/usr/src/uts/sparc/os/
H A Dname_to_sysnum98 fstatvfs 104
/titanic_44/usr/src/lib/libsys/i386/
H A Dlibsys.list30 f 1 fstatvfs
/titanic_44/usr/src/lib/libsys/sparc/
H A Dlibsys.list30 f 1 fstatvfs
/titanic_44/usr/src/uts/common/syscall/
H A Dstatvfs.c190 fstatvfs(int fdes, struct statvfs *sbp) in fstatvfs() function
/titanic_44/usr/src/lib/libsys/common/
H A Dmapfile-vers133 fstatvfs;

12