Lines Matching defs:sbp
163 statvfs(char *fname, struct statvfs *sbp)
176 error = cstatvfs64(vp->v_vfsp, (struct statvfs64 *)sbp);
178 error = cstatvfs32(vp->v_vfsp, (struct statvfs32 *)sbp);
190 fstatvfs(int fdes, struct statvfs *sbp)
198 error = cstatvfs64(fp->f_vnode->v_vfsp, (struct statvfs64 *)sbp);
200 error = cstatvfs32(fp->f_vnode->v_vfsp, (struct statvfs32 *)sbp);
218 statvfs64(char *fname, struct statvfs64 *sbp)
230 error = cstatvfs64(vp->v_vfsp, sbp);
241 fstatvfs64(int fdes, struct statvfs64 *sbp)
248 error = cstatvfs64(fp->f_vnode->v_vfsp, sbp);
292 statvfs32(char *fname, struct statvfs32 *sbp)
304 error = cstatvfs32(vp->v_vfsp, sbp);
315 fstatvfs32(int fdes, struct statvfs32 *sbp)
322 error = cstatvfs32(fp->f_vnode->v_vfsp, sbp);
333 statvfs64_32(char *fname, struct statvfs64_32 *sbp)
345 error = cstatvfs64_32(vp->v_vfsp, sbp);
356 fstatvfs64_32(int fdes, struct statvfs64_32 *sbp)
363 error = cstatvfs64_32(fp->f_vnode->v_vfsp, sbp);