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

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

Completed in 162 milliseconds