Home
last modified time | relevance | path

Searched refs:local_list (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1232 struct config_strlist_head* local_list) in setup_local_list() argument
1235 for(item = local_list->first; item; item = item->next) { in setup_local_list()
1299 setup_and_run(struct config_strlist_head* local_list, in setup_and_run() argument
1325 setup_local_list(maindata, local_list); in setup_and_run()
1460 struct config_strlist_head local_list; in main() local
1483 memset(&local_list, 0, sizeof(local_list)); in main()
1503 if(!cfg_strlist_append(&local_list, in main()
1572 setup_and_run(&local_list, &tcp_list, &tls_list, server_key, in main()
1574 config_delstrlist(local_list.first); in main()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h105 struct list_head local_list; member
H A Dib_mad.c374 INIT_LIST_HEAD(&mad_agent_priv->local_list); in ib_register_mad_agent()
909 list_add_tail(&local->completion_list, &mad_agent_priv->local_list); in handle_outgoing_dr_smp()
2671 while (!list_empty(&mad_agent_priv->local_list)) { in local_completions()
2672 local = list_entry(mad_agent_priv->local_list.next, in local_completions()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c1644 LIST_HEAD(local_list); in iwl_mvm_rx_common()
1656 list_add_tail(&entry->list, &local_list); in iwl_mvm_rx()
1660 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mvm_rx()