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

/freebsd-current/usr.sbin/sa/
H A Dpdb.c164 struct cmdinfo *cip, ci, ci_total, ci_other, ci_junk; local
169 bzero(&ci_other, sizeof ci_other);
170 strcpy(ci_other.ci_comm, "***other");
207 add_ci(&ci, &ci_other);
227 if (ci_other.ci_calls != 0) {
228 data.data = &ci_other;
229 data.size = sizeof ci_other;

Completed in 2115 milliseconds