oub               160 compat/common/vfs_syscalls_35.c 	struct stat35 oub;
oub               173 compat/common/vfs_syscalls_35.c 		cvtstat(&ub, &oub);
oub               174 compat/common/vfs_syscalls_35.c 		error = copyout(&oub, SCARG(uap, sb), sizeof(oub));
oub               188 compat/common/vfs_syscalls_35.c 	struct stat35 oub;
oub               211 compat/common/vfs_syscalls_35.c 	cvtstat(&ub, &oub);
oub               212 compat/common/vfs_syscalls_35.c 	error = copyout(&oub, SCARG(uap, sb), sizeof(oub));
oub               186 compat/common/vfs_syscalls_43.c 	struct stat43 oub;
oub               199 compat/common/vfs_syscalls_43.c 		cvtstat(&ub, &oub);
oub               200 compat/common/vfs_syscalls_43.c 		error = copyout(&oub, SCARG(uap, sb), sizeof(oub));
oub               243 compat/osf1/osf1_descrip.c 	struct osf1_stat oub;
oub               252 compat/osf1/osf1_descrip.c 	osf1_cvt_stat_from_native(&ub, &oub);
oub               254 compat/osf1/osf1_descrip.c 		error = copyout((caddr_t)&oub, (caddr_t)SCARG(uap, sb),
oub               255 compat/osf1/osf1_descrip.c 		    sizeof (oub));