Home
last modified time | relevance | path

Searched refs:request32 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c368 ddi_hp_property32_t request32, result32; in pcishpc_slot_get_property() local
388 if (copyin(arg, &request32, sizeof (ddi_hp_property32_t)) || in pcishpc_slot_get_property()
391 request.nvlist_buf = (char *)(uintptr_t)request32.nvlist_buf; in pcishpc_slot_get_property()
392 request.buf_size = request32.buf_size; in pcishpc_slot_get_property()
573 ddi_hp_property32_t request32, result32; in pcishpc_slot_set_property() local
594 if (copyin(arg, &request32, sizeof (ddi_hp_property32_t))) in pcishpc_slot_set_property()
599 request.nvlist_buf = (char *)(uintptr_t)request32.nvlist_buf; in pcishpc_slot_set_property()
600 request.buf_size = request32.buf_size; in pcishpc_slot_set_property()