Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.proc.h39 struct timeval p_btime; /* begin time */ member
H A Dsh.proc.c470 (void) gettimeofday(&pp->p_btime, (struct timezone *)0); in palloc()
728 &pp->p_btime); in pprint()
765 tvsub(&diff, &pp->p_etime, &pp->p_btime); in ptprint()