Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/w/
H A Dw.c145 static time_t proctime; /* cpu time of process in doing */ variable
528 proctime = 0; in showtotals()
542 prttime((time_t)proctime, 8); in showtotals()
589 proctime += up->p_time; in calctotals()
/titanic_41/usr/src/cmd/whodo/
H A Dwhodo.c149 static time_t proctime; /* cpu time of process in doing */ variable
553 proctime = 0; in showtotals()
565 prttime((time_t)proctime, 8); in showtotals()
592 proctime += up->p_time; in calctotals()