Symbol: ibt_detach
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1013
err = ibt_detach(dp->daplka_clnt_hdl);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
1063
err = ibt_detach(dp->daplka_clnt_hdl);
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
864
ret = ibt_detach(ss->ei_ibt_hdl);
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
102
if ((ret = ibt_detach(ss->nx_ibt_hdl)) != IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
869
if ((ret = ibt_detach(ss->nx_ibt_hdl)) != IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2629
if ((ret = ibt_detach(state->id_ibt_hdl)) !=
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2640
if ((ret = ibt_detach(ibd_gstate.ig_ibt_hdl)) !=
usr/src/uts/common/io/ib/clients/ibd/ibd.c
8849
if ((ret = ibt_detach(state->id_ibt_hdl)) != IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/iser/iser_ib.c
118
(void) ibt_detach(iser_state->is_ibhdl);
usr/src/uts/common/io/ib/clients/iser/iser_ib.c
150
(void) ibt_detach(iser_state->is_ibhdl);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
491
(void) ibt_detach(ofs_client->ibt_hdl);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
571
(void) ibt_detach(ofs_client->ibt_hdl);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
626
rc2 = ibt_detach(info->info_clnt_hdl);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
632
(void) ibt_detach(info->info_clnt_hdl);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
716
(void) ibt_detach(info->info_clnt_hdl);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
383
(void) ibt_detach(mod_ctxt->clnt_hdl);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
370
(void) ibt_detach(rdsib_statep->rds_ibhdl);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
428
(void) ibt_detach(rdsib_statep->rds_ibhdl);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_impl.c
748
status = ibt_detach(ibcm_ibt_handle);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
434
if (ibt_detach(ibdm.ibdm_ibt_clnt_hdl) != IBT_SUCCESS) {
usr/src/uts/common/io/ib/mgt/ibdma/ibdma.c
370
(void) ibt_detach(ibdma->ms_ibt_hdl);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
260
status = ibt_detach(ibmf_statep->ibmf_ibt_handle);
usr/src/uts/common/rpc/rpcib.c
654
(void) ibt_detach(rib_stat->ibt_clnt_hdl);
usr/src/uts/common/rpc/rpcib.c
691
(void) ibt_detach(rib_stat->ibt_clnt_hdl);
usr/src/uts/common/sys/ib/ibtl/ibti_common.h
704
ibt_status_t ibt_detach(ibt_clnt_hdl_t ibt_hdl);