Searched refs:tmsp (Results 1 – 4 of 4) sorted by relevance
34 times(tmsp) in times() argument35 register struct tms *tmsp; in times()39 ret = _times(tmsp);
35 times(tmsp) in times() argument36 register struct tms *tmsp; in times()40 ret = _times(tmsp);
63 times(struct tms *tmsp) in times() argument68 if (!tmsp) { in times()73 error = _times(tmsp); in times()
1050 times(tmsp) in times() argument1051 register struct tms *tmsp; in times()1059 tmsp->tms_utime = scale60(&ru.ru_utime);1060 tmsp->tms_stime = scale60(&ru.ru_stime);1063 tmsp->tms_cutime = scale60(&ru.ru_utime);1064 tmsp->tms_cstime = scale60(&ru.ru_stime);