Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h37 struct timeval p_btime; /* begin time */ member
H A Dsh.proc.c476 (void) gettimeofday(&pp->p_btime, (struct timezone *)0); in palloc()
734 &pp->p_btime); in pprint()
771 tvsub(&diff, &pp->p_etime, &pp->p_btime); in ptprint()