Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dsysctl.h479 u_int32_t p_uctime_sec; /* STRUCT TIMEVAL: child u+s time. */ member
720 (kp)->p_uctime_sec = __tv.tv_sec; \
/openbsd/src/bin/ps/
Dprint.c673 secs += kp->p_uctime_sec; in cputime()