Home
last modified time | relevance | path

Searched refs:statfs (Results 1 – 25 of 41) sorted by relevance

12

/titanic_50/usr/src/lib/libast/common/comp/
H A Dstatvfs.c55 #define FSTATFS(a,b) fstatfs(a,b,sizeof(struct statfs),0)
56 #define STATFS(a,b) statfs(a,b,sizeof(struct statfs),0)
59 #define STATFS(a,b) statfs(a,b)
67 us2v(register struct statfs* ufs, register struct stat* st, register struct statvfs* vfs)
91 struct statfs ufs;
103 struct statfs ufs;
/titanic_50/usr/src/uts/common/sys/
H A Dstatfs.h46 struct statfs { struct
75 int statfs(const char *, struct statfs *, int, int); argument
76 int fstatfs(int, struct statfs *, int, int);
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A D_statfs.c52 void cpstatvfs(struct statfs *, struct statvfs *);
55 statfs_com(char *s, struct statfs *b) in statfs_com()
67 fstatfs(int fd, struct statfs *b) in fstatfs()
82 cpstatvfs(struct statfs *bsdbuf, struct statvfs *vbuf) in cpstatvfs()
/titanic_50/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c69 cnvtvfs(struct statfs *buf, struct statvfs *vbuf) in cnvtvfs()
83 statfs(char *path, struct statfs *buf) in statfs() function
100 fstatfs(int fd, struct statfs *buf) in fstatfs()
/titanic_50/usr/src/lib/libc/common/sys/
H A Dstatfs.s38 SYSCALL_RVAL1(statfs)
40 SET_SIZE(statfs)
/titanic_50/usr/src/lib/libbc/libc/sys/sys5/
H A Dstatfs.c33 statfs(char *s, struct statfs *b) in statfs() function
/titanic_50/usr/src/lib/libbc/libc/sys/4.2/
H A Dstatfs.c34 statfs(char *s, struct statfs *b) in statfs() function
/titanic_50/usr/src/lib/libast/common/features/
H A Dfs134 sys fs_types,mount,statfs,statvfs,vfs,vmount
140 mem statfs.f_files,statfs.f_bavail sys/types.h - sys/statfs.h - sys/vfs.h - sys/param.h sys/mount.h
149 lib statfs,statvfs
151 lib statfs4 sys/types.h - sys/statfs.h - sys/vfs.h - sys/mount.h compile{
154 struct statfs fs;
155 return statfs("/",&fs,sizeof(fs),0);
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cygwin_util.c124 struct statfs fsstat; in check_ntsec()
148 if (statfs(filename, &fsstat)) in check_ntsec()
/titanic_50/usr/src/ucbhead/sys/
H A Dvfs.h228 struct statfs { struct
240 struct statfs { argument
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dfs80 #define _sys_statfs 1 /* #include <sys/statfs.h> ok */
86 #define _mem_f_files_statfs 1 /* f_files is a member of struct statfs */
91 #define _lib_statfs 1 /* statfs() in default lib(s) */
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dfs80 #define _sys_statfs 1 /* #include <sys/statfs.h> ok */
86 #define _mem_f_files_statfs 1 /* f_files is a member of struct statfs */
91 #define _lib_statfs 1 /* statfs() in default lib(s) */
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dfs80 #define _sys_statfs 1 /* #include <sys/statfs.h> ok */
86 #define _mem_f_files_statfs 1 /* f_files is a member of struct statfs */
91 #define _lib_statfs 1 /* statfs() in default lib(s) */
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dfs84 #define _sys_statfs 1 /* #include <sys/statfs.h> ok */
90 #define _mem_f_files_statfs 1 /* f_files is a member of struct statfs */
95 #define _lib_statfs 1 /* statfs() in default lib(s) */
/titanic_50/usr/src/cmd/backup/dump/
H A Ddumpusg.h83 #define statfs statvfs /* both struct and func */ macro
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c1652 struct statfs statfs; in show_statfs() local
1655 Pread(Proc, &statfs, sizeof (statfs), offset) == sizeof (statfs)) { in show_statfs()
1659 statfs.f_fstyp, in show_statfs()
1660 statfs.f_bsize, in show_statfs()
1661 statfs.f_frsize, in show_statfs()
1662 statfs.f_blocks, in show_statfs()
1663 statfs.f_bfree, in show_statfs()
1664 statfs.f_files, in show_statfs()
1665 statfs.f_ffree); in show_statfs()
1668 statfs.f_fname, in show_statfs()
[all …]
/titanic_50/usr/src/lib/libast/common/port/
H A Dmnt.c148 #define statfs statvfs
155 struct statfs* next;
156 struct statfs* last;
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h112 struct statfs { struct
/titanic_50/usr/src/uts/common/syscall/
H A Dstatfs.c121 if (len < 0 || len > sizeof (struct statfs)) in cstatfs()
H A DSYSCALL.README271 statfs vfs.c common/syscall/statfs.c
272 fstatfs vfs.c common/syscall/statfs.c
/titanic_50/usr/src/ucblib/libucb/
H A DMakefile.com70 statfs.o \
/titanic_50/usr/src/uts/sparc/os/
H A Dname_to_sysnum33 statfs 35
/titanic_50/usr/src/uts/intel/os/
H A Dname_to_sysnum33 statfs 35
/titanic_50/usr/src/ucbcmd/sbcp/
H A Dsyscalls.list181 statfs SIMPLE /* 157 = 2, statfs */
/titanic_50/usr/src/ucblib/libucb/port/
H A Dmapfile-vers128 statfs;

12