Searched refs:statvfs32 (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libproc/common/ |
H A D | pr_statvfs.c | 72 statvfs32_t statvfs32; in pr_statvfs() local 90 adp->arg_object = &statvfs32; in pr_statvfs() 91 adp->arg_size = sizeof (statvfs32); in pr_statvfs() 109 statvfs_32_to_n(&statvfs32, buf); in pr_statvfs() 125 statvfs32_t statvfs32; in pr_fstatvfs() local 143 adp->arg_object = &statvfs32; in pr_fstatvfs() 144 adp->arg_size = sizeof (statvfs32); in pr_fstatvfs() 162 statvfs_32_to_n(&statvfs32, buf); in pr_fstatvfs()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | statvfs.c | 80 cstatvfs32(struct vfs *vfsp, struct statvfs32 *ubp) in cstatvfs32() 83 struct statvfs32 ds32; in cstatvfs32() 87 ASSERT32(sizeof (struct statvfs) == sizeof (struct statvfs32)); in cstatvfs32() 178 error = cstatvfs32(vp->v_vfsp, (struct statvfs32 *)sbp); in statvfs() 200 error = cstatvfs32(fp->f_vnode->v_vfsp, (struct statvfs32 *)sbp); in fstatvfs() 292 statvfs32(char *fname, struct statvfs32 *sbp) in statvfs32() function 315 fstatvfs32(int fdes, struct statvfs32 *sbp) in fstatvfs32()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | statvfs.h | 77 typedef struct statvfs32 { struct
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sysent.c | 792 extern int statvfs32(char *, struct statvfs32 *); 793 extern int fstatvfs32(int, struct statvfs32 *); 926 /* 103 */ SYSENT_CI("statvfs", statvfs32, 2),
|
/titanic_41/usr/src/cmd/truss/ |
H A D | expound.c | 1560 struct statvfs32 statvfs; in show_statvfs32()
|