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

/freebsd-12-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-12-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-12-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-12-stable/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc199 pmc_filter_handler(uint32_t *lwplist, int lwpcount, uint32_t *pidlist, int pidcount, argument
261 if (pidlist[i] == ev.pl_u.pl_cc.pl_pid)
305 uint32_t pidlist[LIST_MAX]; local
349 parse_intlist(pids, pidlist, &pidcount, atoi);
359 pmc_filter_handler(lwplist, lwpcount, pidlist, pidcount, events,
/freebsd-12-stable/bin/ps/
H A Dps.c178 struct listinfo gidlist, jidlist, pgrplist, pidlist; local
236 init_list(&pidlist, addelem_pid, sizeof(pid_t), "process id");
346 add_list(&pidlist, optarg);
349 * from pidlist are checked before xkeep is. That
457 add_list(&pidlist, *argv);
509 } else if (pidlist.count == 1 && !descendancy) {
511 flag = *pidlist.l.pids;
548 for (elem = 0; elem < pidlist.count; elem++)
550 if (kp[i].ki_ppid == pidlist.l.pids[elem]) {
551 if (pidlist
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dser-pipe.c98 for (old = pidlist; old; old = old->next)

Completed in 144 milliseconds