tmplst            485 compat/linux/linux_file.c 	struct linux_stat tmplst;
tmplst            503 compat/linux/linux_file.c 	bsd_to_linux_stat(&tmpst, &tmplst);
tmplst            505 compat/linux/linux_file.c 	if ((error = copyout(&tmplst, SCARG(uap, sp), sizeof tmplst)))
tmplst            519 compat/linux/linux_file.c 	struct linux_stat tmplst;
tmplst            540 compat/linux/linux_file.c 	bsd_to_linux_stat(&tmpst, &tmplst);
tmplst            542 compat/linux/linux_file.c 	if ((error = copyout(&tmplst, SCARG(uap, sp), sizeof tmplst)))
tmplst            124 compat/linux/linux_file64.c 	struct linux_stat64 tmplst;
tmplst            142 compat/linux/linux_file64.c 	bsd_to_linux_stat(&tmpst, &tmplst);
tmplst            144 compat/linux/linux_file64.c 	if ((error = copyout(&tmplst, SCARG(uap, sp), sizeof tmplst)))
tmplst            158 compat/linux/linux_file64.c 	struct linux_stat64 tmplst;
tmplst            178 compat/linux/linux_file64.c 	bsd_to_linux_stat(&tmpst, &tmplst);
tmplst            180 compat/linux/linux_file64.c 	if ((error = copyout(&tmplst, SCARG(uap, sp), sizeof tmplst)))