Searched refs:local_list (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1118 struct config_strlist_head* local_list)
1121 for(item = local_list->first; item; item = item->next) {
1180 setup_and_run(struct config_strlist_head* local_list, argument
1206 setup_local_list(maindata, local_list);
1233 struct config_strlist_head local_list; local
1256 memset(&local_list, 0, sizeof(local_list));
1276 if(!cfg_strlist_append(&local_list,
1339 setup_and_run(&local_list, &tcp_list, &tls_list, server_key,
1341 config_delstrlist(local_list
1117 setup_local_list(struct main_tap_data* maindata, struct config_strlist_head* local_list) argument
[all...]
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h107 struct list_head local_list; member in struct:ib_mad_agent_private
H A Dib_mad.c372 INIT_LIST_HEAD(&mad_agent_priv->local_list);
909 list_add_tail(&local->completion_list, &mad_agent_priv->local_list);
2687 while (!list_empty(&mad_agent_priv->local_list)) {
2688 local = list_entry(mad_agent_priv->local_list.next,
/freebsd-12-stable/contrib/amd/amd/
H A Dsun_map.c358 * param local_list - list of Sun mount locations
364 const struct sun_location *local_list)
369 for (local = local_list;
361 sun_locations2amd(char *dest, size_t destlen, const char *key, const struct sun_location *local_list) argument
/freebsd-12-stable/contrib/gdb/gdb/
H A Dhpread.c3110 struct pending *local_list = NULL;
3204 struct pending *local_list = NULL;
3303 local_list to which fparams are added below, and set the param_symbols
3314 add_symbol_to_list (sym, &local_list);
3331 The parameter symbols can be found in the local_list that we just put them on. */
3339 for (syms = local_list, n = 0; syms; syms = syms->next)
3370 param_symbols = local_list;
3387 struct pending *local_list = NULL;
3482 local_list to which fparams are added below, and set the param_symbols
3494 add_symbol_to_list (sym, &local_list);
3095 struct pending *local_list = NULL; local
3189 struct pending *local_list = NULL; local
3372 struct pending *local_list = NULL; local
[all...]
/freebsd-12-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c1127 struct cmd_list_element *local_list =
1150 for (c = local_list; c; c = c->next)
1123 struct cmd_list_element *local_list = local

Completed in 198 milliseconds