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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_impl.c361 ibtl_clnt_t **clntpp; local
366 clntpp = &ibtl_clnt_list;
367 for (; *clntpp != NULL; clntpp = &(*clntpp)->clnt_list_link)
368 if (*clntpp == ibt_hdl)
370 if (*clntpp == NULL) {
412 *clntpp = ibt_hdl->clnt_list_link; /* remove us */

Completed in 80 milliseconds