Searched refs:cmdinfo (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.sbin/sa/ |
| D | pdb.c | 42 static int check_junk(struct cmdinfo *); 43 static void add_ci(const struct cmdinfo *, struct cmdinfo *); 44 static void print_ci(const struct cmdinfo *, const struct cmdinfo *); 113 pacct_add(const struct cmdinfo *ci) in pacct_add() 116 struct cmdinfo newci; in pacct_add() 208 struct cmdinfo ci, ci_total, ci_other, ci_junk; in pacct_print() 299 check_junk(struct cmdinfo *cip) in check_junk() 311 add_ci(const struct cmdinfo *fromcip, struct cmdinfo *tocip) in add_ci() 322 print_ci(const struct cmdinfo *cip, const struct cmdinfo *totalcip) in print_ci()
|
| D | main.c | 293 struct cmdinfo ci; in acct_load() 395 struct cmdinfo c1, c2; in cmp_usrsys() 416 struct cmdinfo c1, c2; in cmp_avgusrsys() 440 struct cmdinfo c1, c2; in cmp_dkio() 457 struct cmdinfo c1, c2; in cmp_avgdkio() 478 struct cmdinfo c1, c2; in cmp_cpumem() 495 struct cmdinfo c1, c2; in cmp_avgcpumem() 520 struct cmdinfo c1, c2; in cmp_calls()
|
| D | extern.h | 39 struct cmdinfo { struct 72 int pacct_add(const struct cmdinfo *); argument 79 int usracct_add(const struct cmdinfo *);
|
| D | usrdb.c | 118 usracct_add(const struct cmdinfo *ci) in usracct_add()
|