Home
last modified time | relevance | path

Searched refs:sb_hdl_p (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c2683 void *cm_private, ibt_sbind_hdl_t *sb_hdl_p) in ibt_bind_service() argument
2694 if (sb_hdl_p != NULL) in ibt_bind_service()
2695 *sb_hdl_p = NULL; /* return value for error cases */ in ibt_bind_service()
2892 if (sb_hdl_p != NULL) in ibt_bind_service()
2893 *sb_hdl_p = sbindp; in ibt_bind_service()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h993 ibt_srv_bind_t *srv_bind, void *cm_private, ibt_sbind_hdl_t *sb_hdl_p);