Searched defs:cmdinfo (Results 1 – 1 of 1) sorted by relevance
43 struct cmdinfo { struct44 char ci_comm[MAXCOMLEN+2]; /* command name (+ '*') */45 uid_t ci_uid; /* user id */46 u_quad_t ci_calls; /* number of calls */47 u_quad_t ci_etime; /* elapsed time */48 u_quad_t ci_utime; /* user time */49 u_quad_t ci_stime; /* system time */50 u_quad_t ci_mem; /* memory use */51 u_quad_t ci_io; /* number of disk i/o ops */75 int pacct_add(const struct cmdinfo *); argument