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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdma/
H A Dibdma.c730 ib_mad_classportinfo_t *cpip; local
732 cpip = (ib_mad_classportinfo_t *)msg->im_msgbufs_send.im_bufs_cl_data;
733 bzero(cpip, sizeof (*cpip));
734 cpip->BaseVersion = MAD_CLASS_BASE_VERS_1;
735 cpip->ClassVersion = IB_DM_CLASS_VERSION_1;
736 cpip->RespTimeValue = h2b32(IBDMA_DM_RESP_TIME);
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c419 evch_delivery_hold(evch_eventq_t *eqp, callb_cpr_t *cpip) argument
426 CALLB_CPR_SAFE_BEGIN(cpip);
428 CALLB_CPR_SAFE_END(cpip, &eqp->eq_queuemx);
H A Ddevcfg.c5405 mdi_pathinfo_t *cpip; local
5454 cpip = mdi_pi_find(pdip, NULL, addr);
5455 cdip = mdi_pi_get_client(cpip);

Completed in 83 milliseconds