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

/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h103 t1394_attachinfo_t attachinfo; member in struct:dcam_state_s
/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c57 * Output(s): attachinfo Used to pass info back to target,
73 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl)
83 ASSERT(attachinfo != NULL);
151 attachinfo->localinfo.bus_generation = target->on_hal->generation_count;
154 attachinfo->localinfo.local_nodeID = target->on_hal->node_id;
157 attachinfo->iblock_cookie = target->on_hal->halinfo.hw_interrupt;
160 attachinfo->acc_attr = target->on_hal->halinfo.acc_attr;
161 attachinfo->dma_attr = target->on_hal->halinfo.dma_attr;
72 t1394_attach(dev_info_t *dip, int version, uint_t flags, t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl) argument

Completed in 75 milliseconds