sunstatfs
static int sunstatfs(struct statvfs *, void *);
return sunstatfs(sp, (void *)SCARG(uap, buf));
error = sunstatfs(sp, (void *)SCARG(uap, buf));
error = sunstatfs(sp, SCARG_P32(uap, buf));
error = sunstatfs(sp, SCARG_P32(uap, buf));
static int sunstatfs(struct statvfs *, void *);