OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pidlist
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/autofs/
popen.c
70
static SLIST_HEAD(, pid)
pidlist
= SLIST_HEAD_INITIALIZER(
pidlist
);
130
SLIST_FOREACH(p, &
pidlist
, next)
146
SLIST_INSERT_HEAD(&
pidlist
, cur, next);
161
SLIST_FOREACH(cur, &
pidlist
, next) {
170
SLIST_REMOVE_HEAD(&
pidlist
, next);
/src/lib/libc/gen/
popen.c
73
} *
pidlist
;
variable in typeref:struct:pid *
127
for (old =
pidlist
; old; old = old->next)
174
cur->next =
pidlist
;
175
pidlist
= cur;
278
for (last = NULL, cur =
pidlist
; cur; last = cur, cur = cur->next)
291
pidlist
= cur->next;
Completed in 47 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025