Searched refs:cl_ptr_vector_construct (Results 1 - 7 of 7) 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
211 /****f* Component Library: Pointer Vector/cl_ptr_vector_construct
213 * cl_ptr_vector_construct
216 * The cl_ptr_vector_construct function constructs a pointer vector.
220 void cl_ptr_vector_construct(IN cl_ptr_vector_t * const p_vector);
233 * Calling cl_ptr_vector_construct is a prerequisite to calling any other
270 * Pointer Vector, cl_ptr_vector_construct, cl_ptr_vector_destroy,
295 * This function should only be called after a call to cl_ptr_vector_construct
299 * Pointer Vector, cl_ptr_vector_construct, cl_ptr_vector_init
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_ptr_vector.c50 void cl_ptr_vector_construct(IN cl_ptr_vector_t * const p_vector) function
67 cl_ptr_vector_construct(p_vector);
H A Dcl_dispatcher.c126 cl_ptr_vector_construct(&p_disp->reg_vec);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_pkey.c62 cl_ptr_vector_construct(&p_pkey_tbl->blocks);
63 cl_ptr_vector_construct(&p_pkey_tbl->new_blocks);
H A Dosm_port.c64 cl_ptr_vector_construct(&p_physp->slvl_by_port);
H A Dosm_state_mgr.c1123 cl_ptr_vector_construct(&ref_port_lid_tbl);
H A Dosm_subnet.c1060 cl_ptr_vector_construct(&p_subn->port_lid_tbl);

Completed in 91 milliseconds