Symbol: ibt_free_pd
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
624
status = ibt_free_pd(ioc->ioc_ibt_hdl, ioc->ioc_pd_hdl);
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
705
status = ibt_free_pd(ioc->ioc_ibt_hdl,
usr/src/uts/common/io/ib/clients/daplt/daplt.c
8420
status = ibt_free_pd(hca_hdl, pd_hdl);
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
675
ret = ibt_free_pd(ss->ei_hca_hdl, ss->ei_pd_hdl);
usr/src/uts/common/io/ib/clients/eoib/enx_ibt.c
1246
if ((ret = ibt_free_pd(hca->hc_hdl, hca->hc_pd)) != IBT_SUCCESS) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2608
if ((ret = ibt_free_pd(state->id_hca_hdl,
usr/src/uts/common/io/ib/clients/iser/iser_ib.c
1361
status = ibt_free_pd(hca->hca_hdl, hca->hca_pdhdl);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
877
rtn = ibt_free_pd(pd->device->hca_hdl, pd->ibt_pd);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
1537
(void) ibt_free_pd(uctxt->hca->hdl, upd->pd);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
1553
rc = ibt_free_pd(uctxt->hca->hdl, upd->pd);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
1666
ret = ibt_free_pd(hcap->hca_hdl, hcap->hca_pdhdl);
usr/src/uts/common/io/ib/clients/rds/rdsib_ib.c
412
ret = ibt_free_pd(hcap->hca_hdl, hcap->hca_pdhdl);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
773
(void) ibt_free_pd(cip->ci_ci_handle, cip->ci_pd);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
788
(void) ibt_free_pd(cip->ci_ci_handle, cip->ci_pd);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
869
(void) ibt_free_pd(cip->ci_ci_handle, cip->ci_pd);
usr/src/uts/common/rpc/rpcib.c
4816
(void) ibt_free_pd(hca->hca_hdl, hca->pd_hdl);
usr/src/uts/common/rpc/rpcib.c
977
(void) ibt_free_pd(hca->hca_hdl, hca->pd_hdl);
usr/src/uts/common/sys/ib/ibtl/ibti_common.h
1447
ibt_status_t ibt_free_pd(ibt_hca_hdl_t hca_hdl, ibt_pd_hdl_t pd);