Searched refs:cl_fmap_insert (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_fleximap.h97 * cl_fmap_insert, cl_fmap_get, cl_fmap_remove_item, cl_fmap_remove,
154 * pointer is set by calling cl_fmap_insert and can be retrieved by
171 * Flexi Map, cl_fmap_insert, cl_fmap_key, cl_pool_item_t, cl_list_item_t
371 * The key value is set in a call to cl_fmap_insert.
374 * Flexi Map, cl_fmap_insert
404 * Flexi Map, cl_fmap_insert, cl_fmap_remove
583 /****f* Component Library: Flexi Map/cl_fmap_insert
585 * cl_fmap_insert
588 * The cl_fmap_insert function inserts a map item into a flexi map.
592 cl_fmap_item_t *cl_fmap_insert(I
[all...]
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_map.c1280 cl_fmap_item_t *cl_fmap_insert(IN cl_fmap_t * const p_map, function
1549 cl_fmap_insert(p_dest_map, cl_fmap_key(p_item), p_item);
1554 cl_fmap_insert(p_src_map, cl_fmap_key(p_item),
1576 p_temp = cl_fmap_insert(p_dest, cl_fmap_key(*pp_item), *pp_item);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_multicast.c144 cl_fmap_insert(&subn->mgrp_mgid_tbl, &p_mgrp->mcmember_rec.mgid,

Completed in 76 milliseconds