Searched defs:prpsinfo (Results 1 – 5 of 5) sorted by relevance
247 typedef struct prpsinfo { struct248 char pr_state; /* numeric process state (see pr_sname) */249 char pr_sname; /* printable character representing pr_state */250 char pr_zomb; /* !=0: process terminated but not waited for */251 char pr_nice; /* nice for cpu usage */252 uint_t pr_flag; /* process flags */253 uid_t pr_uid; /* real user id */254 gid_t pr_gid; /* real group id */255 pid_t pr_pid; /* unique process id */256 pid_t pr_ppid; /* process id of parent */[all …]
246 typedef struct prpsinfo { struct247 char pr_state; /* numeric process state (see pr_sname) */248 char pr_sname; /* printable character representing pr_state */249 char pr_zomb; /* !=0: process terminated but not waited for */250 char pr_nice; /* nice for cpu usage */251 uint_t pr_flag; /* process flags */252 uid_t pr_uid; /* real user id */253 gid_t pr_gid; /* real group id */254 pid_t pr_pid; /* unique process id */255 pid_t pr_ppid; /* process id of parent */[all …]
45 prpsinfo_t prpsinfo; variable
544 const sl_prpsinfo_layout_t *prpsinfo; /* prpsinfo_t */ member
1232 prpsinfo_t prpsinfo; in Pfgcore() local