Searched refs:statvfs32 (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_statvfs.c | 70 statvfs32_t statvfs32; in pr_statvfs() local 88 adp->arg_object = &statvfs32; in pr_statvfs() 89 adp->arg_size = sizeof (statvfs32); in pr_statvfs() 107 statvfs_32_to_n(&statvfs32, buf); in pr_statvfs() 123 statvfs32_t statvfs32; in pr_fstatvfs() local 141 adp->arg_object = &statvfs32; in pr_fstatvfs() 142 adp->arg_size = sizeof (statvfs32); in pr_fstatvfs() 160 statvfs_32_to_n(&statvfs32, buf); in pr_fstatvfs()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | statvfs.c | 78 cstatvfs32(struct vfs *vfsp, struct statvfs32 *ubp) in cstatvfs32() 81 struct statvfs32 ds32; in cstatvfs32() 85 ASSERT32(sizeof (struct statvfs) == sizeof (struct statvfs32)); in cstatvfs32() 176 error = cstatvfs32(vp->v_vfsp, (struct statvfs32 *)sbp); in statvfs() 198 error = cstatvfs32(fp->f_vnode->v_vfsp, (struct statvfs32 *)sbp); in fstatvfs() 290 statvfs32(char *fname, struct statvfs32 *sbp) in statvfs32() function 313 fstatvfs32(int fdes, struct statvfs32 *sbp) in fstatvfs32()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | statvfs.h | 77 typedef struct statvfs32 { struct
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 791 extern int statvfs32(char *, struct statvfs32 *); 792 extern int fstatvfs32(int, struct statvfs32 *); 925 /* 103 */ SYSENT_CI("statvfs", statvfs32, 2),
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 1526 struct statvfs32 statvfs; in show_statvfs32()
|