Home
last modified time | relevance | path

Searched refs:cmdinfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/sa/
H A Dpdb.c45 static int check_junk(const struct cmdinfo *);
46 static void add_ci(const struct cmdinfo *, struct cmdinfo *);
47 static void print_ci(const struct cmdinfo *, const struct cmdinfo *);
72 static struct cmdinfo civ2; in v1_to_v2()
109 pacct_add(const struct cmdinfo *ci) in pacct_add()
112 struct cmdinfo newci; in pacct_add()
164 struct cmdinfo *cip, ci, ci_total, ci_other, ci_junk; in pacct_print()
192 cip = (struct cmdinfo *) data.data; in pacct_print()
243 cip = (struct cmdinfo *) data.data; in pacct_print()
257 check_junk(const struct cmdinfo *cip) in check_junk()
[all …]
H A Dmain.c306 struct cmdinfo ci; in acct_load()
389 struct cmdinfo c1, c2; in cmp_usrsys()
410 struct cmdinfo c1, c2; in cmp_avgusrsys()
434 struct cmdinfo c1, c2; in cmp_dkio()
451 struct cmdinfo c1, c2; in cmp_avgdkio()
472 struct cmdinfo c1, c2; in cmp_cpumem()
489 struct cmdinfo c1, c2; in cmp_avgcpumem()
514 struct cmdinfo c1, c2; in cmp_calls()
H A Dextern.h41 struct cmdinfo { struct
77 int pacct_add(const struct cmdinfo *);
87 int usracct_add(const struct cmdinfo *);
H A Dusrdb.c117 usracct_add(const struct cmdinfo *ci) in usracct_add()