hci1394_ioctl_rdphy_t
hci1394_ioctl_rdphy_t rdphy;
status = ddi_copyin(arg, &rdphy, sizeof (hci1394_ioctl_rdphy_t), mode);
status = ddi_copyout(&rdphy, arg, sizeof (hci1394_ioctl_rdphy_t), mode);