Home
last modified time | relevance | path

Searched refs:sbd_cmd_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c111 sbd_cmd_t *scmd, struct stmf_data_buf *dbuf);
130 void sbd_do_sgl_write_xfer(struct scsi_task *task, sbd_cmd_t *scmd,
134 static void sbd_do_write_same_xfer(struct scsi_task *task, sbd_cmd_t *scmd,
137 sbd_cmd_t *scmd, struct stmf_data_buf *dbuf, uint8_t dbuf_reusable);
148 sbd_do_read_xfer(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_do_read_xfer()
228 sbd_do_sgl_read_xfer(struct scsi_task *task, sbd_cmd_t *scmd, int first_xfer) in sbd_do_sgl_read_xfer()
479 sbd_handle_read_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_read_xfer_completion()
535 sbd_handle_sgl_read_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_sgl_read_xfer_completion()
635 sbd_handle_sgl_write_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_sgl_write_xfer_completion()
865 sbd_cmd_t *scmd; in sbd_handle_read()
[all …]
H A Dats_copy_mgr.c76 sbd_cmd_t *scmd = (sbd_cmd_t *)task->task_lu_private; in sbd_ats_do_handling_before_io()
190 sbd_cmd_t *scmd = task->task_lu_private; in sbd_ats_remove_by_task()
225 sbd_compare_and_write(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_compare_and_write()
285 sbd_cmd_t *scmd = (sbd_cmd_t *)task->task_lu_private; in sbd_ats_release_resources()
311 sbd_handle_ats_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_ats_xfer_completion()
410 sbd_do_ats_xfer(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_do_ats_xfer()
471 sbd_cmd_t *scmd; in sbd_handle_ats()
557 scmd = (sbd_cmd_t *)task->task_lu_private; in sbd_handle_ats()
559 scmd = (sbd_cmd_t *)kmem_alloc(sizeof (sbd_cmd_t), KM_SLEEP); in sbd_handle_ats()
H A Dsbd_impl.h216 } sbd_cmd_t; typedef
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h235 } sbd_cmd_t; typedef
243 sbd_cmd_t i_cmd;
H A Ddr.h304 sbd_cmd_t h_sbdcmd; /* copied-in ioctl cmd struct */
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h232 } sbd_cmd_t; typedef
240 sbd_cmd_t i_cmd;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c367 sbd_cmd_t *cmdp, sbd_ioctl_arg_t *iap);
370 static int sbd_copyout_ioarg(int mode, int cmd, sbd_cmd_t *scp,
1583 sbd_copyin_ioarg(sbd_handle_t *hp, int mode, int cmd, sbd_cmd_t *cmdp, in sbd_copyin_ioarg()
1591 bzero((caddr_t)cmdp, sizeof (sbd_cmd_t)); in sbd_copyin_ioarg()
1634 sizeof (sbd_cmd_t), mode) != 0) { in sbd_copyin_ioarg()
1660 sbd_copyout_ioarg(int mode, int cmd, sbd_cmd_t *scp, sbd_ioctl_arg_t *iap) in sbd_copyout_ioarg()
1696 sizeof (sbd_cmd_t), mode) != 0) { in sbd_copyout_ioarg()
1834 sbd_cmd_t *cmdp; in sbd_pre_op()
1862 (sbd_cmd_t *)hp->h_iap, shp->sh_arg); in sbd_pre_op()
1870 cmdp = (sbd_cmd_t *)hp->h_iap; in sbd_pre_op()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c885 sbd_cmd_t *scp = &hp->h_sbdcmd; in dr_copyin_iocmd()
890 bzero((caddr_t)scp, sizeof (sbd_cmd_t)); in dr_copyin_iocmd()
926 sizeof (sbd_cmd_t), hp->h_mode) != 0) { in dr_copyin_iocmd()
950 sbd_cmd_t *scp = &hp->h_sbdcmd; in dr_copyout_iocmd()
986 sizeof (sbd_cmd_t), hp->h_mode) != 0) { in dr_copyout_iocmd()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c889 sbd_cmd_t *scp = &hp->h_sbdcmd; in dr_copyin_iocmd()
894 bzero((caddr_t)scp, sizeof (sbd_cmd_t)); in dr_copyin_iocmd()
930 sizeof (sbd_cmd_t), hp->h_mode) != 0) { in dr_copyin_iocmd()
953 sbd_cmd_t *scp = &hp->h_sbdcmd; in dr_copyout_iocmd()
989 sizeof (sbd_cmd_t), hp->h_mode) != 0) { in dr_copyout_iocmd()
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h274 sbd_cmd_t h_sbdcmd; /* copied-in ioctl cmd struct */