Lines Matching refs:oab
227 struct o_acct oab; /* SVR3 acct structure */ in tdofile() member
259 while (fread(&acct.oab, sizeof(acct.oab), 1, stdin) == 1) { in tdofile()
260 CPYN(cmt.tcm_comm, acct.oab.ac_comm); in tdofile()
262 cpu = expand(acct.oab.ac_stime)+ in tdofile()
263 expand(acct.oab.ac_utime); in tdofile()
265 real = expand(acct.oab.ac_etime); in tdofile()
267 mem = expand(acct.oab.ac_mem); in tdofile()
269 cmt.tcm_io = expand(acct.oab.ac_io); in tdofile()
270 cmt.tcm_rw = expand(acct.oab.ac_rw); in tdofile()
279 cpu = expand(acct.oab.ac_stime)+ in tdofile()
280 expand(acct.oab.ac_utime); in tdofile()
300 struct o_acct oab; in dofile() member
340 while (fread(&acct.oab, sizeof(acct.oab), 1, stdin) == 1) { in dofile()
341 CPYN(pcmt.pcm_comm, acct.oab.ac_comm); in dofile()
345 if((etime = SECS(expand(acct.oab.ac_etime))) == 0) in dofile()
347 if (pnpsplit(acct.oab.ac_btime, etime, elaps) in dofile()
362 cpu = expand(acct.oab.ac_stime)+ in dofile()
363 expand(acct.oab.ac_utime); in dofile()
368 real = expand(acct.oab.ac_etime); in dofile()
373 mem = expand(acct.oab.ac_mem); in dofile()
378 ltmp = expand(acct.oab.ac_io); in dofile()
382 ltmp = expand(acct.oab.ac_rw); in dofile()