Searched refs:p_obj (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_guid_mgr.c88 osm_guidinfo_work_obj_t *p_obj; local
95 p_obj = calloc(1, sizeof(*p_obj));
96 if (p_obj) {
97 p_obj->p_port = p_port;
98 p_obj->block_num = block_num;
101 return p_obj;
112 osm_guidinfo_work_obj_t *p_obj; local
115 p_obj = osm_guid_work_obj_new(p_port, block_num);
116 if (p_obj)
129 osm_guidinfo_work_obj_t *p_obj; local
[all...]
H A Dosm_mcast_mgr.c67 osm_mcast_work_obj_t *p_obj; local
74 p_obj = malloc(sizeof(*p_obj));
75 if (p_obj) {
76 memset(p_obj, 0, sizeof(*p_obj));
77 p_obj->p_port = p_port;
80 return p_obj;
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sar.c115 cl_list_obj_t *p_obj; local
124 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
125 buf_tmp = cl_qlist_obj(p_obj);
134 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
135 buf_tmp = cl_qlist_obj(p_obj);
150 free(p_obj);
H A Dosm_vendor_mlx_rmpp_ctx.c210 cl_list_obj_t *p_obj; local
218 p_obj = PARENT_STRUCT(p_list_item, cl_list_obj_t, list_item);
220 free(cl_qlist_obj(p_obj));
221 free(p_obj);
236 cl_list_obj_t *p_obj = NULL; local
249 p_obj = malloc(sizeof(cl_list_obj_t));
250 if (NULL == p_obj) {
254 memset(p_obj, 0, sizeof(cl_list_obj_t));
255 cl_qlist_set_obj(p_obj, p_list_mad);
257 cl_qlist_insert_tail(p_recv_ctx->p_rbuf, &p_obj
283 cl_list_obj_t *p_obj; local
313 cl_list_obj_t *p_obj; local
[all...]
H A Dosm_vendor_mlx_ibmgt.c111 cl_list_obj_t *p_obj = NULL; local
252 p_obj = malloc(sizeof(cl_list_obj_t));
253 if (p_obj)
254 memset(p_obj, 0, sizeof(cl_list_obj_t));
255 cl_qlist_set_obj(p_obj, p_bo);
257 &p_obj->list_item);
309 p_obj = malloc(sizeof(cl_list_obj_t));
310 if (p_obj)
311 memset(p_obj, 0, sizeof(cl_list_obj_t));
312 cl_qlist_set_obj(p_obj, p_b
480 cl_list_obj_t *p_obj = NULL; local
606 cl_list_obj_t *p_obj; local
[all...]
H A Dosm_vendor_mlx_txn.c280 cl_map_obj_t *p_obj; local
290 p_obj = PARENT_STRUCT(p_item, cl_map_obj_t, item);
291 p_txn = (osmv_txn_ctx_t *) cl_qmap_obj(p_obj);
365 cl_map_obj_t *p_obj; local
392 p_obj = PARENT_STRUCT(p_item, cl_map_obj_t, item);
393 *pp_txn = cl_qmap_obj(p_obj);
404 cl_map_obj_t *p_obj = NULL; local
412 p_obj = malloc(sizeof(cl_map_obj_t));
413 if (NULL == p_obj)
421 memset(p_obj,
443 cl_map_obj_t *p_obj; local
476 cl_map_obj_t *p_obj; local
[all...]
H A Dosm_vendor_mlx_anafa.c109 cl_list_obj_t *p_obj; local
123 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
124 bind_h = (osm_bind_handle_t *) cl_qlist_obj(p_obj);
131 free(p_obj);
234 cl_list_obj_t *p_obj; local
307 p_obj = malloc(sizeof(cl_list_obj_t));
308 if (NULL == p_obj) {
320 if (p_obj)
321 memset(p_obj, 0, sizeof(cl_list_obj_t));
322 cl_qlist_set_obj(p_obj, p_b
339 cl_list_obj_t *p_obj; local
[all...]
H A Dosm_vendor_mlx.c103 cl_list_obj_t *p_obj; local
114 p_obj = PARENT_STRUCT(p_item, cl_list_obj_t, list_item);
115 bind_h = (osm_bind_handle_t *) cl_qlist_obj(p_obj);
121 free(p_obj);
201 cl_list_obj_t *p_obj; local
291 p_obj = malloc(sizeof(cl_list_obj_t));
292 if (NULL == p_obj) {
304 memset(p_obj, 0, sizeof(cl_list_obj_t));
305 cl_qlist_set_obj(p_obj, p_bo);
307 cl_qlist_insert_head(&p_vend->bind_handles, &p_obj
322 cl_list_obj_t *p_obj = NULL; local
[all...]
/freebsd-11-stable/usr.bin/indent/
H A Dargs.c90 int *p_obj; /* the associated variable */ member in struct:pro
252 *p->p_obj = p->p_default;
306 *p->p_obj = false;
308 *p->p_obj = true;
316 *p->p_obj = atoi(param_start);
320 parsefont((struct fstate *) p->p_obj, param_start);
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_list.h694 void *p_obj; local
706 p_obj = (void *)p_pool_obj->p_object;
710 return (p_obj);
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_map.c795 void *p_obj; local
804 p_obj = cl_qmap_obj((cl_map_obj_t *) p_item);
807 return (p_obj);
836 void *p_obj, *p_obj2; local
845 p_obj = cl_map_obj(itor);
851 p_obj2 = cl_map_insert(p_dest_map, key, p_obj);
853 if (p_obj != p_obj2) {
857 p_obj2 = cl_map_insert(p_src_map, key, p_obj);
858 CL_ASSERT(p_obj == p_obj2);
888 void *p_obj, *p_obj local
[all...]

Completed in 85 milliseconds