Lines Matching refs:acg
150 struct exacct_globals *acg;
155 acg = zone_getspecific(exacct_zone_key, curproc->p_zone);
158 error = getacct_proc(&acg->ac_proc, id, buf, bufsize, &size);
161 error = getacct_task(&acg->ac_task, id, buf, bufsize, &size);
178 struct exacct_globals *acg;
189 acg = zone_getspecific(exacct_zone_key, curproc->p_zone);
203 error = exacct_tag_proc(&acg->ac_proc, id, tkid, kbuf,
210 error = exacct_tag_task(&acg->ac_task, tk, kbuf,
294 struct exacct_globals *acg;
307 acg = zone_getspecific(exacct_zone_key, curproc->p_zone);
312 error = wracct_proc(&acg->ac_proc, id, flags, &size);
315 error = wracct_task(&acg->ac_task, id, flags, &size);