Home
last modified time | relevance | path

Searched refs:statvfs64_32 (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Dstatvfs.c88 ASSERT32(sizeof (struct statvfs64) == sizeof (struct statvfs64_32)); in cstatvfs32()
260 cstatvfs64_32(struct vfs *vfsp, struct statvfs64_32 *ubp) in cstatvfs64_32()
263 struct statvfs64_32 ds64_32; in cstatvfs64_32()
333 statvfs64_32(char *fname, struct statvfs64_32 *sbp) in statvfs64_32() function
356 fstatvfs64_32(int fdes, struct statvfs64_32 *sbp) in fstatvfs64_32()
/titanic_50/usr/src/uts/common/sys/
H A Dstatvfs.h128 typedef struct statvfs64_32 { struct
/titanic_50/usr/src/uts/common/os/
H A Dsysent.c794 extern int statvfs64_32(char *, struct statvfs64_32 *);
795 extern int fstatvfs64_32(int, struct statvfs64_32 *);
1048 /* 218 */ SYSENT_CI("statvfs64", statvfs64_32, 2),
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c1607 struct statvfs64_32 statvfs; in show_statvfs64()