Home
last modified time | relevance | path

Searched defs:prpsinfo (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/intel/sys/
H A Dold_procfs.h247 typedef struct prpsinfo { struct
248 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 …]
/titanic_44/usr/src/uts/sparc/sys/
H A Dold_procfs.h246 typedef struct prpsinfo { struct
247 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 …]
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Dgen_layout_obj.c45 prpsinfo_t prpsinfo; variable
H A Dstruct_layout.h544 const sl_prpsinfo_layout_t *prpsinfo; /* prpsinfo_t */ member
/titanic_44/usr/src/lib/libproc/common/
H A DPgcore.c1232 prpsinfo_t prpsinfo; in Pfgcore() local