Home
last modified time | relevance | path

Searched refs:pcb_time (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dproc.c184 if (pcb->pcb_time < pcbc->pcb_time) {
247 pcb->pcb_time = -1;
344 f_start = pcb->pcb_time; /* save start time */
349 f_end = pcb->pcb_time; /* find last record's time */
350 pcb->pcb_time = -1; /* disable just written rec */
494 pcb->pcb_time = -1;
507 pcb->pcb_time = secs; /* time of record */
576 pcb->pcb_time = -1;
771 pcb->pcb_otime = pcb->pcb_time;
841 if (pcb->pcb_otime > pcb->pcb_time) {
[all …]
H A Dauditrt.h94 time_t pcb_time; /* time of current record */ member
H A Dmain.c126 pcb->pcb_time = -1; in main()
244 pcbn->pcb_time = -1; in mfork()
H A Doption.c1124 pcb->pcb_time = -1; in proc_pcb()