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

/freebsd-11-stable/usr.sbin/sa/
H A Dmain.c350 ci.ci_comm[i] = '?';
353 ci.ci_comm[i] = c;
356 ci.ci_comm[i++] = '*';
357 ci.ci_comm[i++] = '\0';
376 ci.ci_comm);
411 return (cmp_comm(c1.ci_comm, c2.ci_comm));
435 return (cmp_comm(c1.ci_comm, c2.ci_comm));
452 return (cmp_comm(c1.ci_comm, c
[all...]
H A Dpdb.c56 char ci_comm[MAXCOMLEN+2]; /* command name (+ '*') */ member in struct:cmdinfov1
83 memcpy(civ2.ci_comm, civ1.ci_comm, sizeof(civ2.ci_comm));
116 char keydata[sizeof ci->ci_comm];
119 bcopy(ci->ci_comm, &keydata, sizeof keydata);
125 warn("get key %s from process accounting stats", ci->ci_comm);
133 bcopy(key.data, newci.ci_comm, key.size);
142 warn("add key %s to process accounting stats", ci->ci_comm);
146 ci->ci_comm);
[all...]
H A Dextern.h44 char ci_comm[MAXCOMLEN+2]; /* command name (+ '*') */ member in struct:cmdinfo

Completed in 122 milliseconds