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

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_state.h93 h1394_halinfo_t halinfo; /* see h1394.h */ member in struct:hci1394_state_s
/illumos-gate/usr/src/uts/common/io/1394/
H A Dh1394.c111 * Input(s): halinfo The structure containing all of the
126 h1394_attach(h1394_halinfo_t *halinfo, ddi_attach_cmd_t cmd, void **sl_private) argument
141 if (hal->halinfo.phy == H1394_PHY_1394A)
143 hal->halinfo.hal_private);
162 /* Copy in the halinfo struct */
163 hal->halinfo = *halinfo;
167 hal->halinfo.hw_interrupt);
171 hal->halinfo.hw_interrupt);
177 hal->halinfo
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h552 /* halinfo structure given at attach time */
553 h1394_halinfo_t halinfo; member in struct:s1394_hal_s

Completed in 310 milliseconds