Searched refs:statvfs32 (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_statvfs.c | 72 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 D | statvfs.c | 80 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 D | statvfs.h | 77 typedef struct statvfs32 { struct
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 793 extern int statvfs32(char *, struct statvfs32 *); 794 extern int fstatvfs32(int, struct statvfs32 *); 927 /* 103 */ SYSENT_CI("statvfs", statvfs32, 2),
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 1561 struct statvfs32 statvfs;
|
Completed in 77 milliseconds