Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c171 hrtime_t u_mul; in time2str() member
184 for (up = units; time % up->u_mul != 0; up++) in time2str()
187 (void) snprintf(buf, len, "%llu%s", time / up->u_mul, up->u_name); in time2str()