Home | History | Annotate | Download | only in sa

Lines Matching refs:ci_comm

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,
432 printf(" %s\n", cip->ci_comm);