Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dstatfs.c62 static int cstatfs(struct vfs *, struct statfs32 *, int);
65 statfs32(char *fname, struct statfs32 *sbp, int32_t len, int32_t fstyp) in statfs32() function
91 fstatfs32(int32_t fdes, struct statfs32 *sbp, int32_t len, int32_t fstyp) in fstatfs32()
111 cstatfs(struct vfs *vfsp, struct statfs32 *sbp, int len) in cstatfs()
113 struct statfs32 sfs; in cstatfs()
/illumos-gate/usr/src/uts/common/sys/
H A Dstatfs.h60 struct statfs32 { struct
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c165 int statfs32(char *, struct statfs32 *, int32_t, int32_t);
166 int fstatfs32(int32_t, struct statfs32 *, int32_t, int32_t);
478 SYSENT_CI("statfs", statfs32, 4)),
855 /* 35 */ SYSENT_CI("statfs", statfs32, 4),
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1641 struct statfs32 statfs; in show_statfs32()