Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c2752 sbindp = kmem_zalloc(sizeof (*sbindp), KM_SLEEP); in ibt_bind_service()
2754 sbindp->sbind_gid = gid; in ibt_bind_service()
2772 kmem_free(sbindp, sizeof (*sbindp)); in ibt_bind_service()
2854 sbindp); in ibt_bind_service()
2869 if (sbp == sbindp) { in ibt_bind_service()
2879 kmem_free(sbindp, sizeof (*sbindp)); in ibt_bind_service()
2893 *sb_hdl_p = sbindp; in ibt_bind_service()
2909 srv_hdl, sbindp); in ibt_unbind_service()
2921 if (sbp == sbindp) { in ibt_unbind_service()
2938 srv_hdl, sbindp); in ibt_unbind_service()
[all …]