tmphst 396 compat/hpux/hpux_file.c struct hpux_stat tmphst; tmphst 414 compat/hpux/hpux_file.c bsd_to_hpux_stat(&tmpst, &tmphst); tmphst 416 compat/hpux/hpux_file.c return (copyout(&tmphst, SCARG(uap, sb), sizeof(struct hpux_stat))); tmphst 460 compat/hpux/hpux_file.c struct hpux_stat tmphst; tmphst 484 compat/hpux/hpux_file.c bsd_to_hpux_stat(&tmpst, &tmphst); tmphst 486 compat/hpux/hpux_file.c return (copyout(&tmphst, SCARG(uap, sb), sizeof(struct hpux_stat))); tmphst 504 compat/hpux/hpux_file.c struct hpux_ostat tmphst; tmphst 522 compat/hpux/hpux_file.c bsd_to_hpux_ostat(&tmpst, &tmphst); tmphst 524 compat/hpux/hpux_file.c return (copyout(&tmphst, SCARG(uap, sb), sizeof(struct hpux_ostat))); tmphst 541 compat/hpux/hpux_file.c struct hpux_ostat tmphst; tmphst 560 compat/hpux/hpux_file.c bsd_to_hpux_ostat(&tmpst, &tmphst); tmphst 562 compat/hpux/hpux_file.c return (copyout(&tmphst, SCARG(uap, sb), sizeof(struct hpux_ostat)));