/titanic_44/usr/src/uts/common/sys/ |
H A D | statvfs.h | 167 #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 D | fstatvfs.s | 38 ANSI_PRAGMA_WEAK(fstatvfs,function) 47 SYSCALL_RVAL1(fstatvfs) 49 SET_SIZE(fstatvfs)
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fs.h | 142 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 D | ast_fs.h | 121 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 D | ast_fs.h | 142 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 D | ast_fs.h | 121 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 D | ast_fs.h | 142 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 D | ast_fs.h | 121 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 D | ast_fs.h | 146 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 D | ast_fs.h | 125 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 D | statvfs.c | 89 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 D | fs | 121 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 D | fs | 121 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 D | fs | 121 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 D | fs | 125 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 D | fs | 198 extern int fstatvfs(int, struct statvfs*); 211 #if _lib_fstatvfs64 && !defined(fstatvfs) 212 #define fstatvfs fstatvfs64
|
/titanic_44/usr/src/man/man2/ |
H A D | Makefile | 198 fstatvfs.2 \ 394 fstatvfs.2 := LINKSRC = statvfs.2
|
/titanic_44/usr/src/ucblib/libucb/port/gen/ |
H A D | statfs.c | 105 if ((ret = fstatvfs(fd, &vbuf)) != -1) in fstatfs()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | pr_statvfs.c | 129 return (fstatvfs(fd, buf)); in pr_fstatvfs()
|
/titanic_44/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 99 fstatvfs 104
|
/titanic_44/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 98 fstatvfs 104
|
/titanic_44/usr/src/lib/libsys/i386/ |
H A D | libsys.list | 30 f 1 fstatvfs
|
/titanic_44/usr/src/lib/libsys/sparc/ |
H A D | libsys.list | 30 f 1 fstatvfs
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | statvfs.c | 190 fstatvfs(int fdes, struct statvfs *sbp) in fstatvfs() function
|
/titanic_44/usr/src/lib/libsys/common/ |
H A D | mapfile-vers | 133 fstatvfs;
|