Searched refs:cl_list_obj_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_rmpp_ctx.c210 cl_list_obj_t *p_obj;
218 p_obj = PARENT_STRUCT(p_list_item, cl_list_obj_t, list_item);
236 cl_list_obj_t *p_obj = NULL;
249 p_obj = malloc(sizeof(cl_list_obj_t));
254 memset(p_obj, 0, sizeof(cl_list_obj_t));
283 cl_list_obj_t *p_obj;
288 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
313 cl_list_obj_t *p_obj;
318 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
H A Dosm_vendor_mlx_sar.c115 cl_list_obj_t *p_obj;
124 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
134 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
H A Dosm_vendor_mlx_ibmgt.c111 cl_list_obj_t *p_obj = NULL;
252 p_obj = malloc(sizeof(cl_list_obj_t));
254 memset(p_obj, 0, sizeof(cl_list_obj_t));
309 p_obj = malloc(sizeof(cl_list_obj_t));
311 memset(p_obj, 0, sizeof(cl_list_obj_t));
480 cl_list_obj_t *p_obj = NULL;
505 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
545 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
606 cl_list_obj_t *p_obj;
649 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_ite
[all...]
H A Dosm_vendor_mlx_anafa.c109 cl_list_obj_t *p_obj;
123 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
234 cl_list_obj_t *p_obj;
307 p_obj = malloc(sizeof(cl_list_obj_t));
321 memset(p_obj, 0, sizeof(cl_list_obj_t));
339 cl_list_obj_t *p_obj;
349 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
H A Dosm_vendor_mlx.c103 cl_list_obj_t *p_obj;
114 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
201 cl_list_obj_t *p_obj;
291 p_obj = malloc(sizeof(cl_list_obj_t));
304 memset(p_obj, 0, sizeof(cl_list_obj_t));
322 cl_list_obj_t *p_obj = NULL;
332 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_qlist.h76 * cl_qlist_t, cl_list_item_t, cl_list_obj_t
139 /****s* Component Library: Quick List/cl_list_obj_t
141 * cl_list_obj_t
144 * The cl_list_obj_t structure is used by lists to store objects.
151 } cl_list_obj_t; typedef in typeref:struct:_cl_list_obj
361 cl_qlist_set_obj(IN cl_list_obj_t * const p_list_obj,
372 * [in] Pointer to a cl_list_obj_t structure.
393 static inline void *cl_qlist_obj(IN const cl_list_obj_t * const p_list_obj)
404 * [in] Pointer to a cl_list_obj_t structure.

Completed in 102 milliseconds