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

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

Completed in 46 milliseconds