statvfs32
struct statvfs32 statvfs;
statvfs_32_to_n(&statvfs32, buf);
statvfs32_t statvfs32;
adp->arg_object = &statvfs32;
adp->arg_size = sizeof (statvfs32);
statvfs_32_to_n(&statvfs32, buf);
statvfs32_t statvfs32;
adp->arg_object = &statvfs32;
adp->arg_size = sizeof (statvfs32);
extern int statvfs32(char *, struct statvfs32 *);
extern int fstatvfs32(int, struct statvfs32 *);
/* 103 */ SYSENT_CI("statvfs", statvfs32, 2),
error = cstatvfs32(vp->v_vfsp, (struct statvfs32 *)sbp);
error = cstatvfs32(fp->f_vnode->v_vfsp, (struct statvfs32 *)sbp);
statvfs32(char *fname, struct statvfs32 *sbp)
fstatvfs32(int fdes, struct statvfs32 *sbp)
cstatvfs32(struct vfs *vfsp, struct statvfs32 *ubp)
struct statvfs32 ds32;
ASSERT32(sizeof (struct statvfs) == sizeof (struct statvfs32));