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

/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h108 struct list_head local_list; member in struct:ib_mad_agent_private
H A Dmad.c330 INIT_LIST_HEAD(&mad_agent_priv->local_list);
799 list_add_tail(&local->completion_list, &mad_agent_priv->local_list);
2378 while (!list_empty(&mad_agent_priv->local_list)) {
2379 local = list_entry(mad_agent_priv->local_list.next,
/freebsd-10.0-release/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-10.0-release/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 85 milliseconds