Searched defs:hca_list_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_hca.c312 * hca_list_p - Address of pointer updated here.
314 * hca_list_p - Points to an array of ib_guid_t's allocated here.
318 * If hca_list_p is not NULL then the memory for the array of GUIDs is
320 * ibt_free_hca_list(). If hca_list_p is NULL then no memory is allocated
324 ibt_get_hca_list(ib_guid_t **hca_list_p) argument
330 IBTF_DPRINTF_L3(ibtf_hca, "ibt_get_hca_list(%p)", hca_list_p);
344 if ((hca_count == 0) || (hca_list_p == NULL)) {
350 *hca_list_p = hca_listp;
361 "Returned <%d> entries @0x%p", hca_count, *hca_list_p);

Completed in 58 milliseconds