Symbol: ibt_free_channel
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
173
(void) ibt_free_channel(ch->ch_chan_hdl);
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
259
(void) ibt_free_channel(ch->ch_chan_hdl);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
8315
status = ibt_free_channel(chan_hdl);
usr/src/uts/common/io/ib/clients/eoib/eib_adm.c
472
if ((ret = ibt_free_channel(chan->ch_chan)) != IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/eoib/eib_ctl.c
454
if ((ret = ibt_free_channel(chan->ch_chan)) != IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
1481
if ((ret = ibt_free_channel(chan->ch_chan)) != IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
408
if ((ret = ibt_free_channel(info->ti_chan)) != IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
955
if ((ret = ibt_free_channel(info->ti_chan)) != IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5500
(void) ibt_free_channel(state->id_chnl_hdl);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5753
if ((ret = ibt_free_channel(state->id_chnl_hdl)) !=
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
772
ret = ibt_free_channel(chan->chan_hdl);
usr/src/uts/common/io/ib/clients/iser/iser_ib.c
700
(void) ibt_free_channel(chan->ic_chanhdl);
usr/src/uts/common/io/ib/clients/rds/rdsib_cm.c
932
(void) ibt_free_channel(hdl);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1186
ret = ibt_free_channel(ep->ep_chanhdl);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1784
(void) ibt_free_channel(qp1);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1788
(void) ibt_free_channel(qp2);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1790
(void) ibt_free_channel(qp1);
usr/src/uts/common/rpc/rpcib.c
1893
(void) ibt_free_channel(qp->qp_hdl);
usr/src/uts/common/rpc/rpcib.c
2062
(void) ibt_free_channel(qp->qp_hdl);
usr/src/uts/common/sys/ib/ibtl/ibti.h
233
ibt_status_t ibt_free_channel(ibt_channel_hdl_t chan);