Searched defs:statvfs32 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_statvfs.c72 statvfs32_t statvfs32; local
90 adp->arg_object = &statvfs32;
91 adp->arg_size = sizeof (statvfs32);
109 statvfs_32_to_n(&statvfs32, buf);
125 statvfs32_t statvfs32; local
143 adp->arg_object = &statvfs32;
144 adp->arg_size = sizeof (statvfs32);
162 statvfs_32_to_n(&statvfs32, buf);
/illumos-gate/usr/src/uts/common/syscall/
H A Dstatvfs.c80 cstatvfs32(struct vfs *vfsp, struct statvfs32 *ubp)
83 struct statvfs32 ds32;
87 ASSERT32(sizeof (struct statvfs) == sizeof (struct statvfs32));
178 error = cstatvfs32(vp->v_vfsp, (struct statvfs32 *)sbp);
200 error = cstatvfs32(fp->f_vnode->v_vfsp, (struct statvfs32 *)sbp);
292 statvfs32(char *fname, struct statvfs32 *sbp) function
315 fstatvfs32(int fdes, struct statvfs32 *sbp)
/illumos-gate/usr/src/uts/common/sys/
H A Dstatvfs.h77 typedef struct statvfs32 { struct

Completed in 46 milliseconds