Searched defs:elf_prpsinfo32 (Results 1 – 1 of 1) sorted by relevance
193 struct elf_prpsinfo32 struct195 char pr_state; /* Numeric process state. */196 char pr_sname; /* Char for pr_state. */197 char pr_zomb; /* Zombie. */198 char pr_nice; /* Nice val. */199 unsigned int pr_flag; /* Flags. */200 unsigned short int pr_uid;201 unsigned short int pr_gid;202 int pr_pid, pr_ppid, pr_pgrp, pr_sid;204 char pr_fname[16]; /* Filename of executable. */[all …]