Home
last modified time | relevance | path

Searched refs:t1394_write (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_reg.c112 if (t1394_write(soft_state->sl_handle, cmdp) != DDI_SUCCESS) { in dcam_reg_write()
/titanic_41/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_bus.c252 if ((t1394_write(sp->s_t1394_hdl, cmd) != DDI_SUCCESS) || in scsa1394_bus_wq()
276 if ((t1394_write(sp->s_t1394_hdl, cmd) != DDI_SUCCESS) || in scsa1394_bus_wb()
/titanic_41/usr/src/uts/common/sys/1394/
H A Dt1394.h482 int t1394_write(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd);
/titanic_41/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_fcp.c343 ret = t1394_write(avp->av_t1394_hdl, cmd); in av1394_fcp_cmd_write_sync()
/titanic_41/usr/src/uts/common/io/1394/
H A Dt1394.c626 t1394_write(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd) in t1394_write() function