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

/freebsd-current/usr.sbin/sa/
H A Dmain.c340 ci.ci_comm[i] = '?';
343 ci.ci_comm[i] = c;
346 ci.ci_comm[i++] = '*';
347 ci.ci_comm[i++] = '\0';
366 ci.ci_comm);
401 return (cmp_comm(c1.ci_comm, c2.ci_comm));
425 return (cmp_comm(c1.ci_comm, c2.ci_comm));
442 return (cmp_comm(c1.ci_comm, c
[all...]
H A Dpdb.c53 char ci_comm[MAXCOMLEN+2]; /* command name (+ '*') */ member in struct:cmdinfov1
80 memcpy(civ2.ci_comm, civ1.ci_comm, sizeof(civ2.ci_comm));
113 char keydata[sizeof ci->ci_comm];
116 bcopy(ci->ci_comm, &keydata, sizeof keydata);
122 warn("get key %s from process accounting stats", ci->ci_comm);
130 bcopy(key.data, newci.ci_comm, key.size);
139 warn("add key %s to process accounting stats", ci->ci_comm);
143 ci->ci_comm);
[all...]
H A Dextern.h42 char ci_comm[MAXCOMLEN+2]; /* command name (+ '*') */ member in struct:cmdinfo

Completed in 159 milliseconds