Searched refs:ac_info_t (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dexacct.h172 extern int exacct_tag_task(ac_info_t *, task_t *, void *, size_t, int);
173 extern int exacct_tag_proc(ac_info_t *, pid_t, taskid_t, void *, size_t, int,
179 extern int exacct_write_header(ac_info_t *, void *, size_t);
182 extern int exacct_commit_callback(ac_info_t *, void *, size_t, void *,
184 extern int exacct_assemble_proc_usage(ac_info_t *, proc_usage_t *,
185 int (*)(ac_info_t *, void *, size_t, void *, size_t, size_t *),
187 extern int exacct_assemble_task_usage(ac_info_t *, task_t *,
188 int (*)(ac_info_t *, void *, size_t, void *, size_t, size_t *),
190 extern int exacct_assemble_flow_usage(ac_info_t *, flow_usage_t *,
191 int (*)(ac_info_t *, voi
[all...]
H A Dacctctl.h169 } ac_info_t; typedef in typeref:struct:ac_info
190 ac_info_t ac_task;
191 ac_info_t ac_proc;
192 ac_info_t ac_flow;
193 ac_info_t ac_net;
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dexacctsys.c68 getacct_callback(ac_info_t *unused, void *ubuf, size_t usize, void *kbuf,
80 getacct_task(ac_info_t *ac_task, taskid_t tkid, void *buf, size_t bufsize,
103 getacct_proc(ac_info_t *ac_proc, pid_t pid, void *buf, size_t bufsize,
227 wracct_task(ac_info_t *ac_task, taskid_t tkid, int flag, size_t *sizep)
249 wracct_proc(ac_info_t *ac_proc, pid_t pid, int flag, size_t *sizep)
H A Dacctctl.c56 * Each accounting species has an ac_info_t which contains a mutex,
57 * used to protect the ac_info_t's contents, and to serialize access to the
65 ac_state_set(ac_info_t *info, void *buf, size_t bufsz)
85 ac_state_get(ac_info_t *info, void *buf, size_t bufsz)
147 ac_file_set(ac_info_t *info, void *ubuf, size_t bufsz)
309 ac_file_get(ac_info_t *info, void *buf, size_t bufsz)
334 ac_res_set(ac_info_t *info, void *buf, size_t bufsz, int maxres)
384 ac_res_get(ac_info_t *info, void *buf, size_t bufsz, int maxres)
432 ac_info_t *info;
563 exacct_free_info(ac_info_t *inf
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dexacct.c155 exacct_vn_write_impl(ac_info_t *info, void *buf, ssize_t bufsize)
192 exacct_vn_write(ac_info_t *info, void *buf, ssize_t bufsize)
268 * int exacct_write_header(ac_info_t *, void *, size_t)
279 * information block (ac_info_t).
282 exacct_write_header(ac_info_t *info, void *hdr, size_t hdrsize)
627 exacct_assemble_task_usage(ac_info_t *ac_task, task_t *tk,
628 int (*callback)(ac_info_t *, void *, size_t, void *, size_t, size_t *),
1020 exacct_assemble_proc_usage(ac_info_t *ac_proc, proc_usage_t *pu,
1021 int (*callback)(ac_info_t *, void *, size_t, void *, size_t, size_t *),
1072 * int exacct_commit_callback(ac_info_t *, voi
[all...]

Completed in 105 milliseconds