hpux_scale 115 compat/hpux/hpux_compat.c static int hpux_scale(struct timeval *); hpux_scale 1300 compat/hpux/hpux_compat.c atms.tms_utime = hpux_scale(&ru); hpux_scale 1301 compat/hpux/hpux_compat.c atms.tms_stime = hpux_scale(&rs); hpux_scale 1302 compat/hpux/hpux_compat.c atms.tms_cutime = hpux_scale(&p->p_stats->p_cru.ru_utime); hpux_scale 1303 compat/hpux/hpux_compat.c atms.tms_cstime = hpux_scale(&p->p_stats->p_cru.ru_stime); hpux_scale 1309 compat/hpux/hpux_compat.c *(time_t *)retval = hpux_scale(&tv);