Searched refs:prop32 (Results 1 – 1 of 1) sorted by relevance
3071 ddi_hp_property32_t prop32; in pciehpc_slot_prop_copyin() local3072 if (ddi_copyin((void *)arg, &prop32, sizeof (prop32), 0) != 0) { in pciehpc_slot_prop_copyin()3076 prop->nvlist_buf = (void *)(uintptr_t)prop32.nvlist_buf; in pciehpc_slot_prop_copyin()3077 prop->buf_size = prop32.buf_size; in pciehpc_slot_prop_copyin()3099 ddi_hp_property32_t prop32; in pciehpc_slot_prop_copyout() local3105 bzero(&prop32, sizeof (prop32)); in pciehpc_slot_prop_copyout()3106 prop32.nvlist_buf = (caddr32_t)(uintptr_t)prop->nvlist_buf; in pciehpc_slot_prop_copyout()3107 prop32.buf_size = (uint32_t)prop->buf_size; in pciehpc_slot_prop_copyout()3108 if (ddi_copyout(&prop32, (void *)dest, sizeof (prop32), 0) != in pciehpc_slot_prop_copyout()