Home
last modified time | relevance | path

Searched refs:exact_match (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1769 struct name_list *exact_match = *exact_list = NULL; in prom_srch_aliases_by_def() local
1799 free_name_list(exact_match, 1); in prom_srch_aliases_by_def()
1810 free_name_list(exact_match, 1); in prom_srch_aliases_by_def()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c3834 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->registry.exact_match.macs, link, in ecore_mcast_handle_restore_cmd_e1()
3947 if (!ECORE_LIST_IS_EMPTY(&o->registry.exact_match.macs)) in ecore_mcast_refresh_registry_e1()
3965 &o->registry.exact_match.macs); in ecore_mcast_refresh_registry_e1()
3968 elem = ECORE_LIST_FIRST_ENTRY(&o->registry.exact_match.macs, in ecore_mcast_refresh_registry_e1()
3973 ECORE_LIST_INIT(&o->registry.exact_match.macs); in ecore_mcast_refresh_registry_e1()
4061 return o->registry.exact_match.num_macs_set; in ecore_mcast_get_registry_size_exact()
4072 o->registry.exact_match.num_macs_set = n; in ecore_mcast_set_registry_size_exact()
4230 ECORE_LIST_INIT(&mcast_obj->registry.exact_match.macs); in ecore_init_mcast_obj()
H A Decore_sp_verbs.h616 } exact_match; member