Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/core/
HDmad_priv.h107 struct list_head local_list; member
HDmad.c850 INIT_LIST_HEAD(&mad_agent_priv->local_list); in ib_register_mad_agent()
1322 list_add_tail(&local->completion_list, &mad_agent_priv->local_list); in handle_outgoing_dr_smp()
2985 while (!list_empty(&mad_agent_priv->local_list)) { in local_completions()
2986 local = list_entry(mad_agent_priv->local_list.next, in local_completions()
/NextBSD/contrib/gdb/gdb/
HDhpread.c3095 struct pending *local_list = NULL; in hpread_read_enum_type() local
3189 struct pending *local_list = NULL; in hpread_read_function_type() local
3299 add_symbol_to_list (sym, &local_list); in hpread_read_function_type()
3324 for (syms = local_list, n = 0; syms; syms = syms->next) in hpread_read_function_type()
3355 param_symbols = local_list; in hpread_read_function_type()
3372 struct pending *local_list = NULL; in hpread_read_doc_function_type() local
3479 add_symbol_to_list (sym, &local_list); in hpread_read_doc_function_type()
3504 for (syms = local_list, n = 0; syms; syms = syms->next) in hpread_read_doc_function_type()
3536 param_symbols = local_list; in hpread_read_doc_function_type()
/NextBSD/contrib/gdb/gdb/cli/
HDcli-decode.c1123 struct cmd_list_element *local_list = in lookup_cmd() local
1146 for (c = local_list; c; c = c->next) in lookup_cmd()