Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ioctl.c334 hci1394_ioctl_rdphy_t rdphy; in hci1394_ioctl_rdphy()
341 status = ddi_copyin(arg, &rdphy, sizeof (hci1394_ioctl_rdphy_t), mode); in hci1394_ioctl_rdphy()
352 status = ddi_copyout(&rdphy, arg, sizeof (hci1394_ioctl_rdphy_t), mode); in hci1394_ioctl_rdphy()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ioctl.h219 } hci1394_ioctl_rdphy_t; typedef