OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:control_fds
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
control.c
94
TAILQ_REMOVE(&fd->ctx->
control_fds
, fd, next);
370
TAILQ_FOREACH(l, &ctx->
control_fds
, next) {
402
TAILQ_FOREACH(n, &ctx->
control_fds
, next) {
428
TAILQ_INSERT_TAIL(&ctx->
control_fds
, l, next);
610
while ((l = TAILQ_FIRST(&ctx->
control_fds
)) != NULL) {
dhcpcd.h
177
struct fd_list_head
control_fds
;
member in struct:dhcpcd_ctx
privsep-control.c
233
TAILQ_FOREACH(fdl, &ctx->
control_fds
, next) {
293
TAILQ_FOREACH(fdl, &ctx->
control_fds
, next) {
script.c
771
if (ctx->script == NULL && TAILQ_FIRST(&ifp->ctx->
control_fds
) == NULL)
808
TAILQ_FOREACH(fd, &ctx->
control_fds
, next) {
dhcpcd.c
2152
TAILQ_INIT(&ctx.
control_fds
);
Completed in 16 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026