HomeSort by: relevance | last modified time | path
    Searched refs:ci_comm (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/sa/
main.c 338 ci.ci_comm[i] = '?';
341 ci.ci_comm[i] = c;
344 ci.ci_comm[i++] = '*';
345 ci.ci_comm[i++] = '\0';
364 (unsigned long long)ci.ci_io, ci.ci_comm);
418 return (cmp_comm(c1.ci_comm, c2.ci_comm));
442 return (cmp_comm(c1.ci_comm, c2.ci_comm));
459 return (cmp_comm(c1.ci_comm, c2.ci_comm))
    [all...]
pdb.c 139 char keydata[sizeof(ci->ci_comm)];
142 memcpy(&keydata, ci->ci_comm, sizeof(keydata));
148 warn("get key %s from process accounting stats", ci->ci_comm);
156 memcpy(newci.ci_comm, key.data, key.size);
165 warn("add key %s to process accounting stats", ci->ci_comm);
169 ci->ci_comm);
234 strcpy(ci_total.ci_comm, "");
236 strcpy(ci_other.ci_comm, "***other");
238 strcpy(ci_junk.ci_comm, "**junk**");
326 fprintf(stderr, "%s (%llu) -- ", cip->ci_comm,
    [all...]
extern.h 44 char ci_comm[MAXCOMLEN+2]; /* command name (+ '*') */ member in struct:cmdinfo

Completed in 11 milliseconds