atms 1296 compat/hpux/hpux_compat.c struct tms atms; atms 1300 compat/hpux/hpux_compat.c atms.tms_utime = hpux_scale(&ru); atms 1301 compat/hpux/hpux_compat.c atms.tms_stime = hpux_scale(&rs); atms 1302 compat/hpux/hpux_compat.c atms.tms_cutime = hpux_scale(&p->p_stats->p_cru.ru_utime); atms 1303 compat/hpux/hpux_compat.c atms.tms_cstime = hpux_scale(&p->p_stats->p_cru.ru_stime); atms 1304 compat/hpux/hpux_compat.c error = copyout((caddr_t)&atms, (caddr_t)SCARG(uap, tms), atms 1305 compat/hpux/hpux_compat.c sizeof (atms));