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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c2687 ibcm_svc_bind_t *sbindp, *sbp; local
2700 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*sbindp))
2752 sbindp = kmem_zalloc(sizeof (*sbindp), KM_SLEEP);
2753 sbindp->sbind_cm_private = cm_private;
2754 sbindp->sbind_gid = gid;
2755 sbindp->sbind_hcaguid = port.hp_hca_guid;
2756 sbindp->sbind_port = port.hp_port;
2772 kmem_free(sbindp, sizeof (*sbindp));
2901 ibt_unbind_service(ibt_srv_hdl_t srv_hdl, ibt_sbind_hdl_t sbindp) argument
3692 ibcm_rewrite_svc_record(ibcm_svc_info_t *srv_hdl, ibcm_svc_bind_t *sbindp) argument
[all...]

Completed in 53 milliseconds