Symbol: ac_info_t
usr/src/uts/common/os/exacct.c
1022
exacct_assemble_proc_usage(ac_info_t *ac_proc, proc_usage_t *pu,
usr/src/uts/common/os/exacct.c
1023
int (*callback)(ac_info_t *, void *, size_t, void *, size_t, size_t *),
usr/src/uts/common/os/exacct.c
1093
exacct_commit_callback(ac_info_t *info, void *ubuf, size_t ubufsize,
usr/src/uts/common/os/exacct.c
1105
exacct_do_commit_proc(ac_info_t *ac_proc, proc_t *p, int wstat)
usr/src/uts/common/os/exacct.c
1348
exacct_assemble_net_usage(ac_info_t *ac_net, void *ninfo,
usr/src/uts/common/os/exacct.c
1349
int (*callback)(ac_info_t *, void *, size_t, void *, size_t, size_t *),
usr/src/uts/common/os/exacct.c
1414
ac_info_t *ac_net;
usr/src/uts/common/os/exacct.c
1546
exacct_assemble_flow_usage(ac_info_t *ac_flow, flow_usage_t *fu,
usr/src/uts/common/os/exacct.c
1547
int (*callback)(ac_info_t *, void *, size_t, void *, size_t, size_t *),
usr/src/uts/common/os/exacct.c
155
exacct_vn_write_impl(ac_info_t *info, void *buf, ssize_t bufsize)
usr/src/uts/common/os/exacct.c
1600
ac_info_t *ac_flow;
usr/src/uts/common/os/exacct.c
1647
exacct_tag_task(ac_info_t *ac_task, task_t *tk, void *ubuf, size_t ubufsz,
usr/src/uts/common/os/exacct.c
1698
exacct_tag_proc(ac_info_t *ac_proc, pid_t pid, taskid_t tkid, void *ubuf,
usr/src/uts/common/os/exacct.c
192
exacct_vn_write(ac_info_t *info, void *buf, ssize_t bufsize)
usr/src/uts/common/os/exacct.c
282
exacct_write_header(ac_info_t *info, void *hdr, size_t hdrsize)
usr/src/uts/common/os/exacct.c
627
exacct_assemble_task_usage(ac_info_t *ac_task, task_t *tk,
usr/src/uts/common/os/exacct.c
628
int (*callback)(ac_info_t *, void *, size_t, void *, size_t, size_t *),
usr/src/uts/common/sys/acctctl.h
190
ac_info_t ac_task;
usr/src/uts/common/sys/acctctl.h
191
ac_info_t ac_proc;
usr/src/uts/common/sys/acctctl.h
192
ac_info_t ac_flow;
usr/src/uts/common/sys/acctctl.h
193
ac_info_t ac_net;
usr/src/uts/common/sys/exacct.h
172
extern int exacct_tag_task(ac_info_t *, task_t *, void *, size_t, int);
usr/src/uts/common/sys/exacct.h
173
extern int exacct_tag_proc(ac_info_t *, pid_t, taskid_t, void *, size_t, int,
usr/src/uts/common/sys/exacct.h
179
extern int exacct_write_header(ac_info_t *, void *, size_t);
usr/src/uts/common/sys/exacct.h
182
extern int exacct_commit_callback(ac_info_t *, void *, size_t, void *,
usr/src/uts/common/sys/exacct.h
184
extern int exacct_assemble_proc_usage(ac_info_t *, proc_usage_t *,
usr/src/uts/common/sys/exacct.h
185
int (*)(ac_info_t *, void *, size_t, void *, size_t, size_t *),
usr/src/uts/common/sys/exacct.h
187
extern int exacct_assemble_task_usage(ac_info_t *, task_t *,
usr/src/uts/common/sys/exacct.h
188
int (*)(ac_info_t *, void *, size_t, void *, size_t, size_t *),
usr/src/uts/common/sys/exacct.h
190
extern int exacct_assemble_flow_usage(ac_info_t *, flow_usage_t *,
usr/src/uts/common/sys/exacct.h
191
int (*)(ac_info_t *, void *, size_t, void *, size_t, size_t *),
usr/src/uts/common/sys/exacct.h
194
extern int exacct_assemble_net_usage(ac_info_t *, void *,
usr/src/uts/common/sys/exacct.h
195
int (*)(ac_info_t *, void *, size_t, void *, size_t, size_t *),
usr/src/uts/common/syscall/acctctl.c
147
ac_file_set(ac_info_t *info, void *ubuf, size_t bufsz)
usr/src/uts/common/syscall/acctctl.c
309
ac_file_get(ac_info_t *info, void *buf, size_t bufsz)
usr/src/uts/common/syscall/acctctl.c
334
ac_res_set(ac_info_t *info, void *buf, size_t bufsz, int maxres)
usr/src/uts/common/syscall/acctctl.c
384
ac_res_get(ac_info_t *info, void *buf, size_t bufsz, int maxres)
usr/src/uts/common/syscall/acctctl.c
432
ac_info_t *info;
usr/src/uts/common/syscall/acctctl.c
563
exacct_free_info(ac_info_t *info)
usr/src/uts/common/syscall/acctctl.c
65
ac_state_set(ac_info_t *info, void *buf, size_t bufsz)
usr/src/uts/common/syscall/acctctl.c
85
ac_state_get(ac_info_t *info, void *buf, size_t bufsz)
usr/src/uts/common/syscall/exacctsys.c
101
getacct_proc(ac_info_t *ac_proc, pid_t pid, void *buf, size_t bufsize,
usr/src/uts/common/syscall/exacctsys.c
225
wracct_task(ac_info_t *ac_task, taskid_t tkid, int flag, size_t *sizep)
usr/src/uts/common/syscall/exacctsys.c
247
wracct_proc(ac_info_t *ac_proc, pid_t pid, int flag, size_t *sizep)
usr/src/uts/common/syscall/exacctsys.c
66
getacct_callback(ac_info_t *unused, void *ubuf, size_t usize, void *kbuf,
usr/src/uts/common/syscall/exacctsys.c
78
getacct_task(ac_info_t *ac_task, taskid_t tkid, void *buf, size_t bufsize,