Searched refs:pidlist (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dpopen.c63 static SLIST_HEAD(, pid) pidlist = SLIST_HEAD_INITIALIZER(pidlist);
160 SLIST_FOREACH(p, &pidlist, next)
175 SLIST_INSERT_HEAD(&pidlist, cur, next);
205 SLIST_FOREACH(cur, &pidlist, next) {
215 SLIST_REMOVE_HEAD(&pidlist, next);
/freebsd-11-stable/usr.sbin/autofs/
H A Dpopen.c67 static SLIST_HEAD(, pid) pidlist = SLIST_HEAD_INITIALIZER(pidlist);
127 SLIST_FOREACH(p, &pidlist, next)
143 SLIST_INSERT_HEAD(&pidlist, cur, next);
158 SLIST_FOREACH(cur, &pidlist, next) {
167 SLIST_REMOVE_HEAD(&pidlist, next);
/freebsd-11-stable/contrib/blacklist/port/
H A Dpopenve.c74 } *pidlist; variable in typeref:struct:pid
129 for (old = pidlist; old; old = old->next)
176 cur->next = pidlist;
177 pidlist = cur;
244 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next)
259 pidlist = cur->next;
/freebsd-11-stable/bin/ps/
H A Dps.c176 struct listinfo gidlist, jidlist, pgrplist, pidlist; local
220 init_list(&pidlist, addelem_pid, sizeof(pid_t), "process id");
330 add_list(&pidlist, optarg);
333 * from pidlist are checked before xkeep is. That
441 add_list(&pidlist, *argv);
493 } else if (pidlist.count == 1 && !descendancy) {
495 flag = *pidlist.l.pids;
532 for (elem = 0; elem < pidlist.count; elem++)
534 if (kp[i].ki_ppid == pidlist.l.pids[elem]) {
535 if (pidlist
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-pipe.c98 for (old = pidlist; old; old = old->next)

Completed in 67 milliseconds