Lines Matching refs:interfaces
187 STAILQ_HEAD(, bootpc_ifcontext) interfaces;
462 STAILQ_INSERT_TAIL(&gctx->interfaces, ifctx, next); in allocifctx()
675 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { in bootpc_call()
683 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { in bootpc_call()
803 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { in bootpc_call()
826 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { in bootpc_call()
902 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_call()
925 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_call()
941 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_call()
1613 STAILQ_INIT(&gctx->interfaces); in bootpc_init()
1666 ifctx = STAILQ_FIRST(&gctx->interfaces); in bootpc_init()
1710 if (STAILQ_EMPTY(&gctx->interfaces) || in bootpc_init()
1711 STAILQ_FIRST(&gctx->interfaces)->ifp == NULL) { in bootpc_init()
1730 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_init()
1733 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_init()
1743 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_init()
1752 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_init()
1757 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_init()
1761 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_init()
1797 while((ifctx = STAILQ_FIRST(&gctx->interfaces)) != NULL) { in bootpc_init()
1798 STAILQ_REMOVE_HEAD(&gctx->interfaces, next); in bootpc_init()