Lines Matching refs:cmt
221 struct tcms cmt; in tdofile() local
237 while (fread(&cmt, sizeof(cmt), 1, stdin) == 1) in tdofile()
238 tenter(&cmt); in tdofile()
257 CPYN(cmt.tcm_comm, acct.oab.ac_comm); in tdofile()
258 cmt.tcm_pc = 1; in tdofile()
261 cmt.tcm_cpu = MINT(cpu); in tdofile()
263 cmt.tcm_real = MINT(real); in tdofile()
265 cmt.tcm_kcore = MINT(KCORE(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()
268 tenter(&cmt); in tdofile()
274 CPYN(cmt.tcm_comm, acct.ab.ac_comm); in tdofile()
275 cmt.tcm_pc = 1; in tdofile()
278 cmt.tcm_cpu = MINT(cpu); in tdofile()
280 cmt.tcm_real = MINT(real); in tdofile()
282 cmt.tcm_kcore = MINT(KCORE(mem)); in tdofile()
283 cmt.tcm_io = expand(acct.ab.ac_io); in tdofile()
284 cmt.tcm_rw = expand(acct.ab.ac_rw); in tdofile()
285 tenter(&cmt); in tdofile()