Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c1400 struct hpc_control32_data hpc_ctrldata32; in cardbus_ioctl() local
1402 if (copyin((void *)arg, (void *)&hpc_ctrldata32, in cardbus_ioctl()
1407 hpc_ctrldata.cmd = hpc_ctrldata32.cmd; in cardbus_ioctl()
1409 (void *)(intptr_t)hpc_ctrldata32.data; in cardbus_ioctl()
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c1093 struct hpc_control32_data hpc_ctrldata32; in pcihp_ioctl() local
1095 if (copyin((void *)arg, (void *)&hpc_ctrldata32, in pcihp_ioctl()
1100 hpc_ctrldata.cmd = hpc_ctrldata32.cmd; in pcihp_ioctl()
1102 (void *)(intptr_t)hpc_ctrldata32.data; in pcihp_ioctl()