Searched refs:t1394_write (Results 1 – 5 of 5) sorted by relevance
109 if (t1394_write(soft_state->sl_handle, cmdp) != DDI_SUCCESS) { in dcam_reg_write()
250 if ((t1394_write(sp->s_t1394_hdl, cmd) != DDI_SUCCESS) || in scsa1394_bus_wq()274 if ((t1394_write(sp->s_t1394_hdl, cmd) != DDI_SUCCESS) || in scsa1394_bus_wb()
480 int t1394_write(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd);
289 ret = t1394_write(avp->av_t1394_hdl, cmd); in av1394_fcp_cmd_write_sync()
545 t1394_write(t1394_handle_t t1394_hdl, cmd1394_cmd_t *cmd) in t1394_write() function