tmpst 397 compat/hpux/hpux_file.c struct stat *st, tmpst; tmpst 411 compat/hpux/hpux_file.c if ((error = copyin(st, &tmpst, sizeof(tmpst)))) tmpst 414 compat/hpux/hpux_file.c bsd_to_hpux_stat(&tmpst, &tmphst); tmpst 461 compat/hpux/hpux_file.c struct stat *st, tmpst; tmpst 481 compat/hpux/hpux_file.c if ((error = copyin(st, &tmpst, sizeof(tmpst)))) tmpst 484 compat/hpux/hpux_file.c bsd_to_hpux_stat(&tmpst, &tmphst); tmpst 505 compat/hpux/hpux_file.c struct stat *st, tmpst; tmpst 519 compat/hpux/hpux_file.c if ((error = copyin(st, &tmpst, sizeof(tmpst)))) tmpst 522 compat/hpux/hpux_file.c bsd_to_hpux_ostat(&tmpst, &tmphst); tmpst 542 compat/hpux/hpux_file.c struct stat *st, tmpst; tmpst 557 compat/hpux/hpux_file.c if ((error = copyin(st, &tmpst, sizeof(tmpst)))) tmpst 560 compat/hpux/hpux_file.c bsd_to_hpux_ostat(&tmpst, &tmphst); tmpst 486 compat/linux/linux_file.c struct stat *st,tmpst; tmpst 500 compat/linux/linux_file.c if ((error = copyin(st, &tmpst, sizeof tmpst))) tmpst 503 compat/linux/linux_file.c bsd_to_linux_stat(&tmpst, &tmplst); tmpst 520 compat/linux/linux_file.c struct stat *st, tmpst; tmpst 537 compat/linux/linux_file.c if ((error = copyin(st, &tmpst, sizeof tmpst))) tmpst 540 compat/linux/linux_file.c bsd_to_linux_stat(&tmpst, &tmplst); tmpst 125 compat/linux/linux_file64.c struct stat *st,tmpst; tmpst 139 compat/linux/linux_file64.c if ((error = copyin(st, &tmpst, sizeof tmpst))) tmpst 142 compat/linux/linux_file64.c bsd_to_linux_stat(&tmpst, &tmplst); tmpst 159 compat/linux/linux_file64.c struct stat *st, tmpst; tmpst 175 compat/linux/linux_file64.c if ((error = copyin(st, &tmpst, sizeof tmpst))) tmpst 178 compat/linux/linux_file64.c bsd_to_linux_stat(&tmpst, &tmplst);