Searched refs:procinfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dprocfs.c301 /* The procinfo struct is a wrapper to hold all the state information
302 concerning a /proc process. There should be exactly one procinfo
304 process at a time, that means there should be only one procinfo.
306 single process procinfo.
311 procinfo as an argument.
313 There will be a separate procinfo structure for use by the (not yet
316 inferior's procinfo information. */
346 typedef struct procinfo { struct
347 struct procinfo *next;
389 struct procinfo *thread_lis
395 } procinfo; typedef in typeref:struct:procinfo
[all...]
H A Dgnu-nat.c804 struct procinfo *pi;
830 struct procinfo *pi;
/freebsd-9.3-release/usr.sbin/inetd/
H A Dinetd.h52 struct procinfo { struct
53 LIST_ENTRY(procinfo) pr_link;
62 struct procinfo **co_proc; /* array of child proc entry */
H A Dinetd.c238 static void free_proc(struct procinfo *);
239 static struct procinfo *search_proc(pid_t pid, int add);
283 static LIST_HEAD(, procinfo) proctable[PERIPSIZE];
2450 struct procinfo *proc;
2470 struct procinfo *proc;
2543 static struct procinfo *
2546 struct procinfo *proc;
2555 if ((proc = malloc(sizeof(struct procinfo))) == NULL) {
2567 free_proc(struct procinfo *proc)

Completed in 80 milliseconds