Lines Matching defs:pid_ent
73 struct pid_ent {
78 LIST_ENTRY(pid_ent) ptr;
86 LIST_HEAD(plist, pid_ent) pid_info;
98 struct pid_ent *misc;
100 misc = calloc(1, sizeof(struct pid_ent));
151 struct pid_ent *get_pid_entry(int pid)
153 struct pid_ent *entry;
164 struct pid_ent *pent;
166 pent = calloc(1, sizeof(struct pid_ent));
181 struct pid_ent *p;
247 struct pid_ent *entry;