Searched refs:cl_ptr_vector_destroy (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_ptr_vector.h80 * cl_ptr_vector_construct, cl_ptr_vector_init, cl_ptr_vector_destroy
230 * Allows calling cl_ptr_vector_destroy without first calling
237 * Pointer Vector, cl_ptr_vector_init, cl_ptr_vector_destroy
270 * Pointer Vector, cl_ptr_vector_construct, cl_ptr_vector_destroy,
274 /****f* Component Library: Pointer Vector/cl_ptr_vector_destroy
276 * cl_ptr_vector_destroy
279 * The cl_ptr_vector_destroy function destroys a pointer vector.
283 void cl_ptr_vector_destroy(IN cl_ptr_vector_t * const p_vector);
293 * cl_ptr_vector_destroy frees all memory allocated for the pointer vector.
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_ptr_vector.c81 cl_ptr_vector_destroy(p_vector);
87 void cl_ptr_vector_destroy(IN cl_ptr_vector_t * const p_vector) function
H A Dcl_dispatcher.c155 cl_ptr_vector_destroy(&p_disp->reg_vec);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_pkey.c76 cl_ptr_vector_destroy(&p_pkey_tbl->blocks);
83 cl_ptr_vector_destroy(&p_pkey_tbl->new_blocks);
H A Dosm_port.c81 cl_ptr_vector_destroy(&p_physp->slvl_by_port);
H A Dosm_state_mgr.c1223 cl_ptr_vector_destroy(&ref_port_lid_tbl);
H A Dosm_subnet.c1215 cl_ptr_vector_destroy(&p_subn->port_lid_tbl);
H A Dosm_ucast_ftree.c467 cl_ptr_vector_destroy(&p_group->ports);

Completed in 144 milliseconds