Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/sa/
Dpdb.c165 struct cmdinfo *cip, ci, ci_total, ci_other, ci_junk; in pacct_print() local
170 bzero(&ci_other, sizeof ci_other); in pacct_print()
171 strcpy(ci_other.ci_comm, "***other"); in pacct_print()
208 add_ci(&ci, &ci_other); in pacct_print()
228 if (ci_other.ci_calls != 0) { in pacct_print()
229 data.data = &ci_other; in pacct_print()
230 data.size = sizeof ci_other; in pacct_print()