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

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c119 &tgt->tp_ibt_svc_hdl, NULL);
121 tgt->tp_ibt_svc_hdl = NULL;
190 if (tgt->tp_ibt_svc_hdl != NULL) {
192 tgt->tp_ibt_svc_hdl);
193 tgt->tp_ibt_svc_hdl = NULL;
258 if (tgt->tp_ibt_svc_hdl != NULL) {
262 if (tgt->tp_ibt_svc_hdl != NULL) {
264 tgt->tp_ibt_svc_hdl);
269 tgt->tp_ibt_svc_hdl = NULL;
H A Dsrpt_ioc.c768 if (tgt->tp_ibt_svc_hdl != NULL) {
969 if (tgt->tp_ibt_svc_hdl == NULL) {
1013 (void) ibt_unbind_service(tgt->tp_ibt_svc_hdl,
1032 status = ibt_bind_service(tgt->tp_ibt_svc_hdl, new_gid, NULL,
1085 if (tgt->tp_ibt_svc_hdl != NULL && port->hwp_bind_hdl != NULL) {
1087 ret = ibt_unbind_service(tgt->tp_ibt_svc_hdl,
H A Dsrpt_impl.h299 ibt_srv_hdl_t tp_ibt_svc_hdl; member in struct:srpt_target_port_s

Completed in 112 milliseconds