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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ioctl.c422 hci1394_ioctl_rdphy_t rdphy; local
430 status = ddi_copyin(arg, &rdphy, sizeof (hci1394_ioctl_rdphy_t), mode);
439 status = hci1394_ohci_phy_read(soft_state->ohci, rdphy.addr,
440 &rdphy.data);
449 status = ddi_copyout(&rdphy, arg, sizeof (hci1394_ioctl_rdphy_t), mode);

Completed in 43 milliseconds