Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/sa/
Dpdb.c208 struct cmdinfo ci, ci_total, ci_other, ci_junk; in pacct_print() local
213 memset(&ci_other, 0, sizeof(ci_other)); in pacct_print()
214 strlcpy(ci_other.ci_comm, "***other", sizeof ci_other.ci_comm); in pacct_print()
250 add_ci(&ci, &ci_other); in pacct_print()
270 if (ci_other.ci_calls != 0) { in pacct_print()
271 data.data = &ci_other; in pacct_print()
272 data.size = sizeof(ci_other); in pacct_print()