Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c1398 struct hpc_control32_data hpc_ctrldata32; in cardbus_ioctl() local
1400 if (copyin((void *)arg, (void *)&hpc_ctrldata32, in cardbus_ioctl()
1405 hpc_ctrldata.cmd = hpc_ctrldata32.cmd; in cardbus_ioctl()
1407 (void *)(intptr_t)hpc_ctrldata32.data; in cardbus_ioctl()
/titanic_50/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c1091 struct hpc_control32_data hpc_ctrldata32; in pcihp_ioctl() local
1093 if (copyin((void *)arg, (void *)&hpc_ctrldata32, in pcihp_ioctl()
1098 hpc_ctrldata.cmd = hpc_ctrldata32.cmd; in pcihp_ioctl()
1100 (void *)(intptr_t)hpc_ctrldata32.data; in pcihp_ioctl()