Home
last modified time | relevance | path

Searched refs:cl_map_insert (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/opensm/complib/
H A Dlibosmcomp.map60 cl_map_insert;
H A Dcl_map.c727 void *cl_map_insert(IN cl_map_t * const p_map, in cl_map_insert() function
851 p_obj2 = cl_map_insert(p_dest_map, key, p_obj); in cl_map_merge()
857 p_obj2 = cl_map_insert(p_src_map, key, p_obj); in cl_map_merge()
899 p_obj2 = cl_map_insert(p_dest, key, p_obj); in __cl_map_delta_move()
902 p_obj2 = cl_map_insert(p_src, key, p_obj); in __cl_map_delta_move()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_map.h541 void *cl_map_insert(IN cl_map_t * const p_map,
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_pkey.c182 cl_map_insert(&p_pkey_tbl->keys, pkey_base, in osm_pkey_tbl_set()
209 if (cl_map_insert(&p_pkey_tbl->accum_pkeys, pkey, (void *) ptr) == NULL) in osm_pkey_tbl_set_accum_pkeys()
H A Dosm_port.c363 cl_map_insert(p_physp_map, ptr_to_key(p_physp), NULL); in physp_get_dr_physp_set()
540 cl_map_insert(&visited_map, in osm_physp_replace_dr_path_with_alternate_dr_path()
H A Dosm_prtn.c177 if (cl_map_insert(p_tbl, guid, p_physp) == NULL) in osm_prtn_add_port()