Home
last modified time | relevance | path

Searched refs:tmsp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dtimes.c61 times(struct tms *tmsp) in times() argument
66 if (!tmsp) { in times()
71 error = _times(tmsp); in times()
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c1048 times(tmsp) in times() argument
1049 register struct tms *tmsp; in times()
1057 tmsp->tms_utime = scale60(&ru.ru_utime);
1058 tmsp->tms_stime = scale60(&ru.ru_stime);
1061 tmsp->tms_cutime = scale60(&ru.ru_utime);
1062 tmsp->tms_cstime = scale60(&ru.ru_stime);