Home
last modified time | relevance | path

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

/netbsd/bin/ps/
H A Dps.c735 i64 += ka->p_uctime_sec * 1000000 in pscomp()
737 i64 -= kb->p_uctime_sec * 1000000 in pscomp()
H A Dkeyword.c118 VAR6("ctime", "CTIME", 0, putimeval, POFF(p_uctime_sec), TIMEVAL),
H A Dprint.c1062 secs += k->p_uctime_sec; in cputime()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dnbsd-nat.c432 kp.p_uctime_sec, kp.p_uctime_usec); in info_proc()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-nat.c432 kp.p_uctime_sec, kp.p_uctime_usec); in info_proc()
/netbsd/sys/sys/
H A Dsysctl.h495 uint32_t p_uctime_sec; /* STRUCT TIMEVAL: child u+s time. */ member
/netbsd/lib/libkvm/
H A Dkvm_proc.c715 kp2p->p_uctime_sec = (u_int32_t) in kvm_getproc2()
/netbsd/sys/kern/
H A Dkern_proc.c2934 ki->p_uctime_sec = ut.tv_sec; in fill_kproc2()