Home
last modified time | relevance | path

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

1234

/titanic_44/usr/src/lib/libast/common/comp/
H A Dstatvfs.c29 NoN(statvfs)
67 us2v(register struct statfs* ufs, register struct stat* st, register struct statvfs* vfs)
89 fstatvfs(int fd, struct statvfs* vfs)
101 statvfs(const char* path, struct statvfs* vfs)
119 s2v(register struct stat* st, register struct statvfs* vfs)
140 fstatvfs(int fd, struct statvfs* vfs)
151 statvfs(const char* path, struct statvfs* vfs)
/titanic_44/usr/src/lib/libast/common/features/
H A Dfs134 sys fs_types,mount,statfs,statvfs,vfs,vmount
141 mem statvfs.f_basetype,statvfs.f_frsize sys/types.h sys/statvfs.h
143 ary f_reserved7 sys/types.h sys/statvfs.h note{ statvfs.f_reserved7 can double for statvfs.f_basety…
144 int f(vp)struct statvfs* vp;{return vp->f_reserved7[0] = 1;}
149 lib statfs,statvfs
159 lib getmntinfo_statvfs note{ getmntinfo uses statvfs -- since when? }end compile{
163 gmi(struct statvfs* fs)
172 #include <sys/statvfs.h>
181 struct statvfs
198 extern int fstatvfs(int, struct statvfs*);
[all …]
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_fs.h125 struct statvfs
142 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
143 extern __MANGLE__ int statvfs __PROTO__((const char*, struct statvfs*));
149 #if _lib_statvfs64 && !defined(statvfs)
150 #define statvfs statvfs64 macro
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fs.h104 struct statvfs
121 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
122 extern __MANGLE__ int statvfs __PROTO__((const char*, struct statvfs*));
128 #if _lib_statvfs64 && !defined(statvfs)
129 #define statvfs statvfs64 macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fs.h125 struct statvfs
142 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
143 extern __MANGLE__ int statvfs __PROTO__((const char*, struct statvfs*));
149 #if _lib_statvfs64 && !defined(statvfs)
150 #define statvfs statvfs64 macro
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fs.h104 struct statvfs
121 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
122 extern __MANGLE__ int statvfs __PROTO__((const char*, struct statvfs*));
128 #if _lib_statvfs64 && !defined(statvfs)
129 #define statvfs statvfs64 macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_fs.h125 struct statvfs
142 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
143 extern __MANGLE__ int statvfs __PROTO__((const char*, struct statvfs*));
149 #if _lib_statvfs64 && !defined(statvfs)
150 #define statvfs statvfs64 macro
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fs.h104 struct statvfs
121 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
122 extern __MANGLE__ int statvfs __PROTO__((const char*, struct statvfs*));
128 #if _lib_statvfs64 && !defined(statvfs)
129 #define statvfs statvfs64 macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_fs.h129 struct statvfs
146 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
147 extern __MANGLE__ int statvfs __PROTO__((const char*, struct statvfs*));
153 #if _lib_statvfs64 && !defined(statvfs)
154 #define statvfs statvfs64 macro
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fs.h108 struct statvfs
125 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
126 extern __MANGLE__ int statvfs __PROTO__((const char*, struct statvfs*));
132 #if _lib_statvfs64 && !defined(statvfs)
133 #define statvfs statvfs64 macro
/titanic_44/usr/src/uts/common/sys/
H A Dstatvfs.h53 typedef struct statvfs { struct
166 #pragma redefine_extname statvfs statvfs64
170 #define statvfs statvfs64 macro
181 #pragma redefine_extname statvfs64 statvfs
185 #define statvfs64 statvfs
190 int statvfs(const char *_RESTRICT_KYWD, statvfs_t *_RESTRICT_KYWD);
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A D_statfs.c35 struct statvfs { struct
52 void cpstatvfs(struct statfs *, struct statvfs *); argument
58 struct statvfs vfsb; in statfs_com()
70 struct statvfs vfsb; in fstatfs()
82 cpstatvfs(struct statfs *bsdbuf, struct statvfs *vbuf) in cpstatvfs()
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dfs81 #define _sys_statvfs 1 /* #include <sys/statvfs.h> ok */
88 #define _mem_f_basetype_statvfs 1 /* f_basetype is a member of struct statvfs */
89 #define _mem_f_frsize_statvfs 1 /* f_frsize is a member of struct statvfs */
92 #define _lib_statvfs 1 /* statvfs() in default lib(s) */
95 #include <sys/statvfs.h>
104 struct statvfs
121 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
122 extern __MANGLE__ int statvfs __PROTO__((const char*, struct statvfs*));
128 #if _lib_statvfs64 && !defined(statvfs)
129 #define statvfs statvfs64
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dfs81 #define _sys_statvfs 1 /* #include <sys/statvfs.h> ok */
88 #define _mem_f_basetype_statvfs 1 /* f_basetype is a member of struct statvfs */
89 #define _mem_f_frsize_statvfs 1 /* f_frsize is a member of struct statvfs */
92 #define _lib_statvfs 1 /* statvfs() in default lib(s) */
95 #include <sys/statvfs.h>
104 struct statvfs
121 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
122 extern __MANGLE__ int statvfs __PROTO__((const char*, struct statvfs*));
128 #if _lib_statvfs64 && !defined(statvfs)
129 #define statvfs statvfs64
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dfs81 #define _sys_statvfs 1 /* #include <sys/statvfs.h> ok */
88 #define _mem_f_basetype_statvfs 1 /* f_basetype is a member of struct statvfs */
89 #define _mem_f_frsize_statvfs 1 /* f_frsize is a member of struct statvfs */
92 #define _lib_statvfs 1 /* statvfs() in default lib(s) */
95 #include <sys/statvfs.h>
104 struct statvfs
121 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
122 extern __MANGLE__ int statvfs __PROTO__((const char*, struct statvfs*));
128 #if _lib_statvfs64 && !defined(statvfs)
129 #define statvfs statvfs64
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dfs85 #define _sys_statvfs 1 /* #include <sys/statvfs.h> ok */
92 #define _mem_f_basetype_statvfs 1 /* f_basetype is a member of struct statvfs */
93 #define _mem_f_frsize_statvfs 1 /* f_frsize is a member of struct statvfs */
96 #define _lib_statvfs 1 /* statvfs() in default lib(s) */
99 #include <sys/statvfs.h>
108 struct statvfs
125 extern __MANGLE__ int fstatvfs __PROTO__((int, struct statvfs*));
126 extern __MANGLE__ int statvfs __PROTO__((const char*, struct statvfs*));
132 #if _lib_statvfs64 && !defined(statvfs)
133 #define statvfs statvfs64
/titanic_44/usr/src/lib/libc/common/sys/
H A Dstatvfs.s38 ANSI_PRAGMA_WEAK(statvfs,function)
47 SYSCALL_RVAL1(statvfs)
49 SET_SIZE(statvfs)
/titanic_44/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c69 cnvtvfs(struct statfs *buf, struct statvfs *vbuf) in cnvtvfs()
86 struct statvfs vbuf; in statfs()
93 if ((ret = statvfs(path, &vbuf)) != -1) in statfs()
103 struct statvfs vbuf; in fstatfs()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c1514 struct statvfs statvfs; in show_statvfs() local
1518 Pread(Proc, &statvfs, sizeof (statvfs), offset) in show_statvfs()
1519 == sizeof (statvfs)) { in show_statvfs()
1523 statvfs.f_bsize, in show_statvfs()
1524 statvfs.f_frsize, in show_statvfs()
1525 (u_longlong_t)statvfs.f_blocks, in show_statvfs()
1526 (u_longlong_t)statvfs.f_bfree); in show_statvfs()
1530 (u_longlong_t)statvfs.f_bavail, in show_statvfs()
1531 (u_longlong_t)statvfs.f_files, in show_statvfs()
1532 (u_longlong_t)statvfs.f_ffree, in show_statvfs()
[all …]
/titanic_44/usr/src/lib/libproc/common/
H A DPisprocdir.c42 struct statvfs statvfsb; in Pisprocdir()
57 statvfs(path, &statvfsb) == 0 && in Pisprocdir()
/titanic_44/usr/src/uts/common/syscall/
H A Dstatvfs.c87 ASSERT32(sizeof (struct statvfs) == sizeof (struct statvfs32)); in cstatvfs32()
149 ASSERT64(sizeof (struct statvfs) == sizeof (struct statvfs64)); in cstatvfs64()
163 statvfs(char *fname, struct statvfs *sbp) in statvfs() function
190 fstatvfs(int fdes, struct statvfs *sbp) in fstatvfs()
/titanic_44/usr/src/cmd/svc/startd/
H A Dmisc.c125 struct statvfs sfb; in fs_is_read_only()
128 err = statvfs(path, &sfb); in fs_is_read_only()
/titanic_44/usr/src/cmd/ypcmd/
H A Dyp_getalias.c77 struct statvfs statbuf; in sysvconfig()
95 if (statvfs(YPDBDIR, &statbuf) != 0) { in sysvconfig()
/titanic_44/usr/src/cmd/cmd-inet/sbin/netstrategy/
H A Dnetstrategy.c109 static struct statvfs vfs; in get_root_fstype()
112 if (statvfs("/", &vfs) < 0) { in get_root_fstype()
/titanic_44/usr/src/man/man3head/
H A DMakefile78 statvfs.h.3head \
167 statvfs.3head \
256 statvfs.3head := LINKSRC = statvfs.h.3head

1234