Lines Matching refs:oab
224 struct o_acct oab; /* SVR3 acct structure */ in tdofile() member
256 while (fread(&acct.oab, sizeof(acct.oab), 1, stdin) == 1) { in tdofile()
257 CPYN(cmt.tcm_comm, acct.oab.ac_comm); in tdofile()
259 cpu = expand(acct.oab.ac_stime)+ in tdofile()
260 expand(acct.oab.ac_utime); in tdofile()
262 real = expand(acct.oab.ac_etime); in tdofile()
264 mem = expand(acct.oab.ac_mem); in tdofile()
266 cmt.tcm_io = expand(acct.oab.ac_io); in tdofile()
267 cmt.tcm_rw = expand(acct.oab.ac_rw); in tdofile()
276 cpu = expand(acct.oab.ac_stime)+ in tdofile()
277 expand(acct.oab.ac_utime); in tdofile()
297 struct o_acct oab; in dofile() member
337 while (fread(&acct.oab, sizeof(acct.oab), 1, stdin) == 1) { in dofile()
338 CPYN(pcmt.pcm_comm, acct.oab.ac_comm); in dofile()
342 if((etime = SECS(expand(acct.oab.ac_etime))) == 0) in dofile()
344 if (pnpsplit(acct.oab.ac_btime, etime, elaps) in dofile()
359 cpu = expand(acct.oab.ac_stime)+ in dofile()
360 expand(acct.oab.ac_utime); in dofile()
365 real = expand(acct.oab.ac_etime); in dofile()
370 mem = expand(acct.oab.ac_mem); in dofile()
375 ltmp = expand(acct.oab.ac_io); in dofile()
379 ltmp = expand(acct.oab.ac_rw); in dofile()