Searched defs:prpsinfo32 (Results 1 – 2 of 2) sorted by relevance
512 typedef struct prpsinfo32 { struct513 char pr_state; /* numeric process state (see pr_sname) */514 char pr_sname; /* printable character representing pr_state */515 char pr_zomb; /* !=0: process terminated but not waited for */516 char pr_nice; /* nice for cpu usage */517 uint32_t pr_flag; /* process flags */518 uid32_t pr_uid; /* real user id */519 gid32_t pr_gid; /* real group id */520 pid32_t pr_pid; /* unique process id */521 pid32_t pr_ppid; /* process id of parent */[all …]
511 typedef struct prpsinfo32 { struct512 char pr_state; /* numeric process state (see pr_sname) */513 char pr_sname; /* printable character representing pr_state */514 char pr_zomb; /* !=0: process terminated but not waited for */515 char pr_nice; /* nice for cpu usage */516 uint32_t pr_flag; /* process flags */517 uid32_t pr_uid; /* real user id */518 gid32_t pr_gid; /* real group id */519 pid32_t pr_pid; /* unique process id */520 pid32_t pr_ppid; /* process id of parent */[all …]