osf_sfsp          146 compat/osf1/osf1_mount.c 	caddr_t osf_sfsp;
osf_sfsp          153 compat/osf1/osf1_mount.c 	osf_sfsp = (caddr_t)SCARG(uap, buf);
osf_sfsp          158 compat/osf1/osf1_mount.c 		if (osf_sfsp && count < maxcount) {
osf_sfsp          171 compat/osf1/osf1_mount.c 			if ((error = copyout(&osfs, osf_sfsp,
osf_sfsp          174 compat/osf1/osf1_mount.c 			osf_sfsp += sizeof (struct osf1_statfs);
osf_sfsp          178 compat/osf1/osf1_mount.c 	if (osf_sfsp && count > maxcount)