Searched refs:cl_map_obj (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_map.h83 * cl_map_obj, cl_map_key
726 /****f* Component Library: Map/cl_map_obj
728 * cl_map_obj
731 * The cl_map_obj function returns the object associated with an iterator.
735 static inline void *cl_map_obj(IN const cl_map_iterator_t itor) function
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_pkey.c341 pkey1 = (ib_net16_t *) cl_map_obj(map_iter1);
342 pkey2 = (ib_net16_t *) cl_map_obj(map_iter2);
H A Dosm_pkey_mgr.c159 p_physp = cl_map_obj(i);
H A Dosm_qos_parser_y.y2996 p_physp = (osm_physp_t*)cl_map_obj(map_iterator);
/freebsd-10.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_map.c856 p_obj = cl_map_obj(itor);
906 p_obj = cl_map_obj(*p_itor);

Completed in 115 milliseconds