Lines Matching refs:result

97     pciehpc_slot_poweron(pcie_hp_slot_t *slot_p, ddi_hp_cn_state_t *result);
99 pciehpc_slot_poweroff(pcie_hp_slot_t *slot_p, ddi_hp_cn_state_t *result);
429 void *arg, void *result)
454 *((ddi_hp_cn_state_t *)result) = slot_p->hs_info.cn_state;
466 *(ddi_hp_cn_state_t *)result = slot_p->hs_info.cn_state;
482 (ddi_hp_property_t *)arg, (ddi_hp_property_t *)result);
486 (ddi_hp_property_t *)arg, (ddi_hp_property_t *)result);
1043 pciehpc_slot_poweron(pcie_hp_slot_t *slot_p, ddi_hp_cn_state_t *result)
1060 *result = slot_p->hs_info.cn_state;
1174 *result = slot_p->hs_info.cn_state =
1199 pciehpc_slot_poweroff(pcie_hp_slot_t *slot_p, ddi_hp_cn_state_t *result)
1217 *result = slot_p->hs_info.cn_state;
1286 *result = slot_p->hs_info.cn_state;
1501 ddi_hp_property_t request, result;
1516 copyin(rval, &result, sizeof (ddi_hp_property_t)))
1522 bzero(&result, sizeof (result));
1528 result.nvlist_buf = (char *)(uintptr_t)result32.nvlist_buf;
1529 result.buf_size = result32.buf_size;
1669 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf,
1670 &result.buf_size)) != DDI_SUCCESS) {
1674 if (copyout(&result, rval, sizeof (ddi_hp_property_t)))
1679 if (result.buf_size > UINT32_MAX) {
1682 result32.buf_size = (uint32_t)result.buf_size;
1703 ddi_hp_property_t request, result;
1719 copyin(rval, &result, sizeof (ddi_hp_property_t)))
1725 bzero(&result, sizeof (result));
1734 result.nvlist_buf =
1736 result.buf_size = result32.buf_size;
1764 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf,
1765 &result.buf_size)) != DDI_SUCCESS) {
1769 if (copyout(&result, rval,
1777 if (result.buf_size > UINT32_MAX) {
1781 result32.buf_size = (uint32_t)result.buf_size;
1852 result.buf_size = 0;
1853 if (copyout(&result, rval, sizeof (ddi_hp_property_t)))