Lines Matching refs:result
365 ddi_hp_property_t request, result;
380 copyin(rval, &result, sizeof (ddi_hp_property_t)))
386 bzero(&result, sizeof (result));
392 result.nvlist_buf = (char *)(uintptr_t)result32.nvlist_buf;
393 result.buf_size = result32.buf_size;
533 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf,
534 &result.buf_size)) != DDI_SUCCESS) {
538 if (copyout(&result, rval, sizeof (ddi_hp_property_t))) {
545 if (result.buf_size > UINT32_MAX) {
548 result32.buf_size = (uint32_t)result.buf_size;
569 ddi_hp_property_t request, result;
585 copyin(rval, &result, sizeof (ddi_hp_property_t)))
591 bzero(&result, sizeof (result));
600 result.nvlist_buf =
602 result.buf_size = result32.buf_size;
630 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf,
631 &result.buf_size)) != DDI_SUCCESS) {
635 if (copyout(&result, rval,
643 if (result.buf_size > UINT32_MAX) {
647 result32.buf_size = (uint32_t)result.buf_size;
719 result.buf_size = 0;
720 if (copyout(&result, rval, sizeof (ddi_hp_property_t)))
749 void *arg, void *result)
783 *((ddi_hp_cn_state_t *)result) = slot_p->hs_info.cn_state;
795 *((ddi_hp_cn_state_t *)result) = slot_p->hs_info.cn_state;
810 (ddi_hp_property_t *)arg, (ddi_hp_property_t *)result);
814 (ddi_hp_property_t *)arg, (ddi_hp_property_t *)result);