Searched defs:elf_prpsinfo32 (Results 1 – 2 of 2) sorted by relevance
187 struct elf_prpsinfo32 struct189 char pr_state; /* Numeric process state. */190 char pr_sname; /* Char for pr_state. */191 char pr_zomb; /* Zombie. */192 char pr_nice; /* Nice val. */193 unsigned int pr_flag; /* Flags. */194 unsigned short int pr_uid;195 unsigned short int pr_gid;196 int pr_pid, pr_ppid, pr_pgrp, pr_sid;198 char pr_fname[16]; /* Filename of executable. */[all …]