Lines Matching refs:result32
368 ddi_hp_property32_t request32, result32; in pcishpc_slot_get_property() local
389 copyin(rval, &result32, sizeof (ddi_hp_property32_t))) in pcishpc_slot_get_property()
393 result.nvlist_buf = (char *)(uintptr_t)result32.nvlist_buf; in pcishpc_slot_get_property()
394 result.buf_size = result32.buf_size; in pcishpc_slot_get_property()
550 result32.buf_size = (uint32_t)result.buf_size; in pcishpc_slot_get_property()
551 if (copyout(&result32, rval, in pcishpc_slot_get_property()
573 ddi_hp_property32_t request32, result32; in pcishpc_slot_set_property() local
597 copyin(rval, &result32, sizeof (ddi_hp_property32_t))) in pcishpc_slot_set_property()
603 (char *)(uintptr_t)result32.nvlist_buf; in pcishpc_slot_set_property()
604 result.buf_size = result32.buf_size; in pcishpc_slot_set_property()
649 result32.buf_size = (uint32_t)result.buf_size; in pcishpc_slot_set_property()
650 if (copyout(&result32, rval, in pcishpc_slot_set_property()
729 result32.buf_size = 0; in pcishpc_slot_set_property()
730 if (copyout(&result32, rval, in pcishpc_slot_set_property()