Searched refs:sbd_cmd_t (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_scsi.c | 93 sbd_cmd_t *scmd, struct stmf_data_buf *dbuf); 114 void sbd_do_sgl_write_xfer(struct scsi_task *task, sbd_cmd_t *scmd, 118 static void sbd_do_write_same_xfer(struct scsi_task *task, sbd_cmd_t *scmd, 121 sbd_cmd_t *scmd, struct stmf_data_buf *dbuf, uint8_t dbuf_reusable); 132 sbd_do_read_xfer(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_do_read_xfer() 209 sbd_do_sgl_read_xfer(struct scsi_task *task, sbd_cmd_t *scmd, int first_xfer) in sbd_do_sgl_read_xfer() 452 sbd_handle_read_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_read_xfer_completion() 505 sbd_handle_sgl_read_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_sgl_read_xfer_completion() 594 sbd_handle_sgl_write_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_sgl_write_xfer_completion() 810 sbd_cmd_t *scmd; in sbd_handle_read() [all …]
|
H A D | sbd_impl.h | 209 } sbd_cmd_t; typedef
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | sbd_ioctl.h | 229 } sbd_cmd_t; typedef 237 sbd_cmd_t i_cmd;
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | sbd_ioctl.h | 232 } sbd_cmd_t; typedef 240 sbd_cmd_t i_cmd;
|
H A D | dr.h | 300 sbd_cmd_t h_sbdcmd; /* copied-in ioctl cmd struct */
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 363 sbd_cmd_t *cmdp, sbd_ioctl_arg_t *iap); 366 static int sbd_copyout_ioarg(int mode, int cmd, sbd_cmd_t *scp, 1590 sbd_copyin_ioarg(sbd_handle_t *hp, int mode, int cmd, sbd_cmd_t *cmdp, in sbd_copyin_ioarg() 1598 bzero((caddr_t)cmdp, sizeof (sbd_cmd_t)); in sbd_copyin_ioarg() 1642 sizeof (sbd_cmd_t), mode) != 0) { in sbd_copyin_ioarg() 1669 sbd_copyout_ioarg(int mode, int cmd, sbd_cmd_t *scp, sbd_ioctl_arg_t *iap) in sbd_copyout_ioarg() 1705 sizeof (sbd_cmd_t), mode) != 0) { in sbd_copyout_ioarg() 1846 sbd_cmd_t *cmdp; in sbd_pre_op() 1874 (sbd_cmd_t *)hp->h_iap, shp->sh_arg); in sbd_pre_op() 1882 cmdp = (sbd_cmd_t *)hp->h_iap; in sbd_pre_op() [all …]
|
/titanic_44/usr/src/uts/sun4u/ngdr/sys/ |
H A D | dr.h | 270 sbd_cmd_t h_sbdcmd; /* copied-in ioctl cmd struct */
|
/titanic_44/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()
|
/titanic_44/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()
|