Searched refs:st_foreach (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | st.h | 86 void st_foreach(st_table *,
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_db_files.c | 503 st_foreach(p_domain_imp->p_hash, dump_tbl_entry, (st_data_t) p_file); in osm_db_store() 557 st_foreach(p_domain_imp->p_hash, clear_tbl_entry, (st_data_t) NULL); in osm_db_clear() 577 st_foreach(p_domain_imp->p_hash, get_key_of_tbl_entry, in osm_db_keys()
|
H A D | st.c | 483 st_foreach(table, delete_never, never); in st_cleanup_safe() 487 void st_foreach(st_table *table, in st_foreach() function
|