Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dstatfs.c64 static int cstatfs(struct vfs *, struct statfs32 *, int);
67 statfs32(char *fname, struct statfs32 *sbp, int32_t len, int32_t fstyp) in statfs32() function
93 fstatfs32(int32_t fdes, struct statfs32 *sbp, int32_t len, int32_t fstyp) in fstatfs32()
113 cstatfs(struct vfs *vfsp, struct statfs32 *sbp, int len) in cstatfs()
115 struct statfs32 sfs; in cstatfs()
/titanic_41/usr/src/uts/common/sys/
H A Dstatfs.h60 struct statfs32 { struct
/titanic_41/usr/src/uts/common/os/
H A Dsysent.c163 int statfs32(char *, struct statfs32 *, int32_t, int32_t);
164 int fstatfs32(int32_t, struct statfs32 *, int32_t, int32_t);
479 SYSENT_CI("statfs", statfs32, 4)),
856 /* 35 */ SYSENT_CI("statfs", statfs32, 4),
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c1677 struct statfs32 statfs; in show_statfs32()