Searched refs:s_t1394_hdl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_bus.c164 if (t1394_alloc_cmd(sp->s_t1394_hdl, 0, &cmd) != DDI_SUCCESS) {
178 (void) t1394_free_cmd(sp->s_t1394_hdl, 0, &cmd);
197 if ((t1394_read(sp->s_t1394_hdl, cmd) != DDI_SUCCESS) ||
228 if ((t1394_read(sp->s_t1394_hdl, cmd) != DDI_SUCCESS) ||
252 if ((t1394_write(sp->s_t1394_hdl, cmd) != DDI_SUCCESS) ||
276 if ((t1394_write(sp->s_t1394_hdl, cmd) != DDI_SUCCESS) ||
370 if (t1394_alloc_addr(sp->s_t1394_hdl, &aa, 0, &result) != DDI_SUCCESS) {
391 (void) t1394_free_addr(sp->s_t1394_hdl, &sbb->sbb_addr_hdl, 0);
426 if (t1394_alloc_addr(sp->s_t1394_hdl, &aa, 0, &result) != DDI_SUCCESS) {
443 (void) t1394_free_addr(sp->s_t1394_hdl,
[all...]
H A Dhba.c490 &sp->s_attachinfo, &sp->s_t1394_hdl)) != DDI_SUCCESS) {
501 if ((ret = t1394_get_targetinfo(sp->s_t1394_hdl, SCSA1394_BUSGEN(sp), 0,
503 (void) t1394_detach(&sp->s_t1394_hdl, 0);
513 (void) t1394_detach(&sp->s_t1394_hdl, 0);
1793 if (t1394_alloc_addr(sp->s_t1394_hdl, &aa, 0, &result) != DDI_SUCCESS) {
1815 (void) t1394_free_addr(sp->s_t1394_hdl, &cmd->sc_pt_addr_hdl, 0);
1850 if (t1394_alloc_addr(sp->s_t1394_hdl, &aa, 0, &result) !=
1872 (void) t1394_free_addr(sp->s_t1394_hdl,
H A Dsbp2_driver.c344 if (t1394_get_targetinfo(sp->s_t1394_hdl, SCSA1394_BUSGEN(sp), 0,
409 if (t1394_get_targetinfo(sp->s_t1394_hdl, SCSA1394_BUSGEN(sp), 0,
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h175 t1394_handle_t s_t1394_hdl; /* 1394 handle */ member in struct:scsa1394_state
201 s_dip s_instance s_t1394_hdl s_attachinfo s_reset_cb_id s_remove_cb_id

Completed in 68 milliseconds