Home
last modified time | relevance | path

Searched defs:p_object (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_list.h394 cl_list_insert_head(IN cl_list_t * const p_list, IN const void *const p_object) in cl_list_insert_head()
445 cl_list_insert_tail(IN cl_list_t * const p_list, IN const void *const p_object) in cl_list_insert_tail()
589 IN const void *const p_object) in cl_list_insert_next()
642 IN const void *const p_object) in cl_list_insert_prev()
H A Dcl_qmap.h210 const void *p_object; member
377 IN const void *const p_object) in cl_qmap_set_obj()
H A Dcl_qlist.h150 const void *p_object; /* User's context */ member
362 IN const void *const p_object) in cl_qlist_set_obj()
H A Dcl_comppool.h502 cl_cpool_put(IN cl_cpool_t * const p_pool, IN void *const p_object) in cl_cpool_put()
H A Dcl_pool.h478 cl_pool_put(IN cl_pool_t * const p_pool, IN void *const p_object) in cl_pool_put()
H A Dcl_qcomppool.h151 const void *p_object; member
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_list.c389 IN const void *const p_object) in cl_list_remove_object()
410 IN const void *const p_object) in cl_is_object_in_list()
426 void *p_object; in cl_list_insert_array_head() local
465 void *p_object; in cl_list_insert_array_tail() local
H A Dcl_map.c728 IN const uint64_t key, IN const void *const p_object) in cl_map_insert()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_state_mgr.c124 static void state_mgr_get_sw_info(IN cl_map_item_t * p_object, IN void *context) in state_mgr_get_sw_info()