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

/freebsd-12-stable/contrib/tcsh/
H A Dsh.proc.h58 struct timeval p_btime; /* begin time */ member in struct:process
63 timeval_t p_btime; /* begin time */ member in struct:process
68 time_t p_btime; /* begin time */ member in struct:process
73 clock_t p_btime; /* begin time */ member in struct:process
H A Dsh.proc.c828 (void) gettimeofday(&pp->p_btime, NULL);
831 (void) get_process_stats(&pp->p_btime, PS_SELF, NULL, NULL);
836 pp->p_btime = times(&tmptimes);
1159 &pp->p_btime);
1166 pp->p_btime);
1245 tvsub(&diff, &pp->p_etime, &pp->p_btime);
1261 tvsub(&diff, &pp->p_etime, &pp->p_btime);
1291 diff = pp->p_etime - pp->p_btime;
/freebsd-12-stable/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c91 static time_t p_btime; /* Created before this time. */ variable
392 if (difftime(p_btime, (time_t)tok.tt.hdr32.s) < 0) {
393 /* Record was created after p_btime. */
685 p_btime = mktime(&tm);
711 p_btime = mktime(&tm);

Completed in 110 milliseconds