Searched defs:hpc_ctrldata32 (Results 1 - 2 of 2) sorted by relevance

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

Completed in 68 milliseconds