Searched refs:ci_other (Results 1 – 1 of 1) sorted by relevance
209 struct cmdinfo *cip, ci, ci_total, ci_other, ci_junk; in pacct_print() local214 bzero(&ci_other, sizeof ci_other); in pacct_print()215 strcpy(ci_other.ci_comm, "***other"); in pacct_print()252 add_ci(&ci, &ci_other); in pacct_print()272 if (ci_other.ci_calls != 0) { in pacct_print()273 data.data = &ci_other; in pacct_print()274 data.size = sizeof ci_other; in pacct_print()