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

/freebsd-10.1-release/usr.sbin/sa/
H A Dmain.c348 ci.ci_comm[i] = '?';
351 ci.ci_comm[i] = c;
354 ci.ci_comm[i++] = '*';
355 ci.ci_comm[i++] = '\0';
374 ci.ci_comm);
409 return (cmp_comm(c1.ci_comm, c2.ci_comm));
433 return (cmp_comm(c1.ci_comm, c2.ci_comm));
450 return (cmp_comm(c1.ci_comm, c
[all...]
H A Dpdb.c54 char ci_comm[MAXCOMLEN+2]; /* command name (+ '*') */ member in struct:cmdinfov1
81 memcpy(civ2.ci_comm, civ1.ci_comm, sizeof(civ2.ci_comm));
114 char keydata[sizeof ci->ci_comm];
117 bcopy(ci->ci_comm, &keydata, sizeof keydata);
123 warn("get key %s from process accounting stats", ci->ci_comm);
131 bcopy(key.data, newci.ci_comm, key.size);
140 warn("add key %s to process accounting stats", ci->ci_comm);
144 ci->ci_comm);
[all...]
H A Dextern.h42 char ci_comm[MAXCOMLEN+2]; /* command name (+ '*') */ member in struct:cmdinfo

Completed in 47 milliseconds