Home
last modified time | relevance | path

Searched refs:active_list (Results 1 – 9 of 9) sorted by relevance

/freebsd/bin/ed/
H A Dglbl.c135 static line_t **active_list; /* list of lines active in a global command */ variable
150 if (active_list != NULL) { in set_active_node()
152 if ((ts = (line_t **) realloc(active_list, in set_active_node()
171 active_list = ts; in set_active_node()
174 active_list[active_last++] = lp; in set_active_node()
188 if (active_list[active_ndx] == lp) { in unset_active_nodes()
189 active_list[active_ndx] = NULL; in unset_active_nodes()
200 while (active_ptr < active_last && active_list[active_ptr] == NULL) in next_active_node()
202 return (active_ptr < active_last) ? active_list[active_ptr++] : NULL; in next_active_node()
212 free(active_list); in clear_active_list()
[all …]
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_stream_map.c96 qsm->active_list.prev = qsm->active_list.next = &qsm->active_list; in ossl_quic_stream_map_init()
179 list_remove(&qsm->active_list, &stream->active_node); in ossl_quic_stream_map_release()
210 list_insert_tail(&qsm->active_list, &s->active_node); in stream_map_mark_active()
224 qsm->rr_cur = active_next(&qsm->active_list, s); in stream_map_mark_inactive()
228 list_remove(&qsm->active_list, &s->active_node); in stream_map_mark_inactive()
841 qsm->rr_cur = active_next(&qsm->active_list, qsm->rr_cur); in ossl_quic_stream_iter_init()
850 it->stream = active_next(&it->qsm->active_list, it->stream); in ossl_quic_stream_iter_next()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c108 struct list_head active_list; member
378 list_move(&member->list, &group->active_list); in join_group()
406 while (!list_empty(&group->active_list)) { in process_group_error()
407 member = list_entry(group->active_list.next, in process_group_error()
585 INIT_LIST_HEAD(&group->active_list); in acquire_group()
/freebsd/sys/dev/hptmv/
H A Draid5n.h107 struct list_head active_list; member
/freebsd/crypto/openssl/include/internal/
H A Dquic_stream_map.h556 QUIC_STREAM_LIST_NODE active_list; member
/freebsd/sys/contrib/dev/rtw89/
H A Dchan.c290 INIT_LIST_HEAD(&mgnt->active_list); in rtw89_entity_init()
463 list_for_each_entry(role, &mgnt->active_list, mgnt_entry) { in rtw89_entity_recalc_mgnt_roles()
473 list_add(&role->mgnt_entry, &mgnt->active_list); in rtw89_entity_recalc_mgnt_roles()
480 list_for_each_entry(role, &mgnt->active_list, mgnt_entry) { in rtw89_entity_recalc_mgnt_roles()
3335 list_add_tail(&rtwvif->mgnt_entry, &mgnt->active_list); in rtw89_chanctx_ops_assign_vif()
H A Dfw.c7907 list_for_each_entry(rtwvif, &mgnt->active_list, mgnt_entry) {
7933 list_for_each_entry(tmp, &mgnt->active_list, mgnt_entry) {
H A Dcore.h4950 struct list_head active_list; member
/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c1021 struct pf_opt_rule *por, struct pf_skip_step *active_list) in remove_from_skipsteps() argument
1029 if (sk == NULL || sk == active_list || sk->ps_count <= 1) in remove_from_skipsteps()