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 D | sbd_scsi.c | 112 sbd_cmd_t *scmd, struct stmf_data_buf *dbuf); 131 void sbd_do_sgl_write_xfer(struct scsi_task *task, sbd_cmd_t *scmd, 135 static void sbd_do_write_same_xfer(struct scsi_task *task, sbd_cmd_t *scmd, 138 sbd_cmd_t *scmd, struct stmf_data_buf *dbuf, uint8_t dbuf_reusable); 149 sbd_do_read_xfer(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_do_read_xfer() 229 sbd_do_sgl_read_xfer(struct scsi_task *task, sbd_cmd_t *scmd, int first_xfer) in sbd_do_sgl_read_xfer() 480 sbd_handle_read_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_read_xfer_completion() 536 sbd_handle_sgl_read_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_sgl_read_xfer_completion() 636 sbd_handle_sgl_write_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_sgl_write_xfer_completion() 866 sbd_cmd_t *scmd; in sbd_handle_read() [all …]
|
H A D | ats_copy_mgr.c | 76 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 D | sbd_impl.h | 216 } sbd_cmd_t; typedef
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | sbd_ioctl.h | 235 } sbd_cmd_t; typedef 243 sbd_cmd_t i_cmd;
|
H A D | dr.h | 304 sbd_cmd_t h_sbdcmd; /* copied-in ioctl cmd struct */
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | sbd_ioctl.h | 232 } sbd_cmd_t; typedef 240 sbd_cmd_t i_cmd;
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 367 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 D | dr.c | 885 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 D | dr.c | 889 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 D | dr.h | 274 sbd_cmd_t h_sbdcmd; /* copied-in ioctl cmd struct */
|