Symbol: scsi_task
usr/src/cmd/mdb/common/modules/idm/idm.c
2315
scsi_task_t scsi_task;
usr/src/cmd/mdb/common/modules/idm/idm.c
2323
if (mdb_vread(&scsi_task, sizeof (scsi_task_t),
usr/src/cmd/mdb/common/modules/idm/idm.c
2336
itask.it_stmf_task, good_scsi_task ? scsi_task.task_lu_private : 0,
usr/src/cmd/mdb/common/modules/idm/idm.c
2345
scsi_task.task_lun_no[0], scsi_task.task_lun_no[1],
usr/src/cmd/mdb/common/modules/idm/idm.c
2346
scsi_task.task_lun_no[2], scsi_task.task_lun_no[3],
usr/src/cmd/mdb/common/modules/idm/idm.c
2347
scsi_task.task_lun_no[4], scsi_task.task_lun_no[5],
usr/src/cmd/mdb/common/modules/idm/idm.c
2348
scsi_task.task_lun_no[6], scsi_task.task_lun_no[7]);
usr/src/cmd/mdb/common/modules/idm/idm.c
2350
scsi_task.task_cdb_length);
usr/src/cmd/mdb/common/modules/idm/idm.c
2352
if (mdb_dumpptr((uintptr_t)scsi_task.task_cdb,
usr/src/cmd/mdb/common/modules/idm/idm.c
2353
scsi_task.task_cdb_length,
usr/src/cmd/mdb/common/modules/idm/idm.c
2357
scsi_task.task_cdb);
usr/src/cmd/mdb/common/modules/idm/idm.c
2361
scsi_task.task_cur_nbufs,
usr/src/cmd/mdb/common/modules/idm/idm.c
2362
scsi_task.task_max_nbufs);
usr/src/cmd/mdb/common/modules/idm/idm.c
2364
scsi_task.task_expected_xfer_length,
usr/src/cmd/mdb/common/modules/idm/idm.c
2365
scsi_task.task_cmd_xfer_length,
usr/src/cmd/mdb/common/modules/idm/idm.c
2366
scsi_task.task_nbytes_transferred);
usr/src/cmd/mdb/common/modules/stmf/stmf.c
877
struct scsi_task task;
usr/src/cmd/mdb/common/modules/stmf/stmf.c
880
if (mdb_vread(&task, sizeof (struct scsi_task),
usr/src/cmd/mdb/common/modules/stmf/stmf.c
882
!= sizeof (struct scsi_task)) {
usr/src/cmd/mdb/common/modules/stmf/stmf.c
932
struct scsi_task task;
usr/src/cmd/mdb/common/modules/stmf/stmf.c
935
if (mdb_vread(&task, sizeof (struct scsi_task),
usr/src/cmd/mdb/common/modules/stmf/stmf.c
937
!= sizeof (struct scsi_task)) {
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
225
sbd_compare_and_write(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
266
sbd_send_miscompare_status(struct scsi_task *task, uint32_t miscompare_off)
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
283
sbd_ats_release_resources(struct scsi_task *task)
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
311
sbd_handle_ats_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
410
sbd_do_ats_xfer(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
930
sbd_handle_recv_copy_results(struct scsi_task *task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.h
146
cpmgr_handle_t cpmgr_create(struct scsi_task *task, uint8_t *params);
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.h
40
struct scsi_task *as_cur_ats_task;
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.h
55
void sbd_handle_ats_xfer_completion(struct scsi_task *, struct sbd_cmd *,
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.h
57
void sbd_do_ats_xfer(struct scsi_task *, struct sbd_cmd *,
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.h
60
void sbd_handle_recv_copy_results(struct scsi_task *, struct stmf_data_buf *);
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.h
61
void sbd_free_ats_handle(struct scsi_task *, struct sbd_cmd *);
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.h
70
struct scsi_task;
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3047
sbd_data_read(sbd_lu_t *sl, struct scsi_task *task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
3120
sbd_data_write(sbd_lu_t *sl, struct scsi_task *task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_impl.h
321
stmf_status_t sbd_task_alloc(struct scsi_task *task);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_impl.h
322
void sbd_new_task(struct scsi_task *task, struct stmf_data_buf *initial_dbuf);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_impl.h
323
void sbd_dbuf_xfer_done(struct scsi_task *task, struct stmf_data_buf *dbuf);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_impl.h
324
void sbd_send_status_done(struct scsi_task *task);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_impl.h
325
void sbd_task_free(struct scsi_task *task);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_impl.h
328
void sbd_task_poll(struct scsi_task *task);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_impl.h
329
void sbd_dbuf_free(struct scsi_task *task, struct stmf_data_buf *dbuf);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1057
DTRACE_PROBE4(sbd__xfer, struct scsi_task *, task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1086
sbd_do_write_xfer(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
109
static void sbd_handle_sync_cache(struct scsi_task *task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
111
void sbd_handle_read_xfer_completion(struct scsi_task *task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1155
sbd_do_sgl_write_xfer(struct scsi_task *task, sbd_cmd_t *scmd, int first_xfer)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
131
void sbd_do_sgl_write_xfer(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
135
static void sbd_do_write_same_xfer(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
137
static void sbd_handle_write_same_xfer_completion(struct scsi_task *task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1376
sbd_handle_write_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
149
sbd_do_read_xfer(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1527
sbd_handle_write(struct scsi_task *task, struct stmf_data_buf *initial_dbuf)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1771
sbd_handle_short_read_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1902
sbd_handle_read_capacity(struct scsi_task *task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1969
sbd_handle_mode_sense(struct scsi_task *task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2245
sbd_handle_identifying_info(struct scsi_task *task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
229
sbd_do_sgl_read_xfer(struct scsi_task *task, sbd_cmd_t *scmd, int first_xfer)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2349
sbd_write_same_data_common(sbd_lu_t *sl, struct scsi_task *task, uint64_t addr,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2370
sbd_write_same_data(struct scsi_task *task, sbd_cmd_t *scmd)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2441
sbd_write_same_release_resources(struct scsi_task *task)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2456
sbd_handle_write_same_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2540
sbd_do_write_same_xfer(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2845
sbd_handle_inquiry(struct scsi_task *task, struct stmf_data_buf *initial_dbuf)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3178
sbd_task_alloc(struct scsi_task *task)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3254
sbd_check_reservation_conflict(struct sbd_lu *sl, struct scsi_task *task)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3282
sbd_new_task(struct scsi_task *task, struct stmf_data_buf *initial_dbuf)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3311
DTRACE_PROBE1(itl__nexus__start, scsi_task *, task);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3742
sbd_dbuf_xfer_done(struct scsi_task *task, struct stmf_data_buf *dbuf)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3808
sbd_send_status_done(struct scsi_task *task)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3815
sbd_task_free(struct scsi_task *task)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3873
sbd_task_poll(struct scsi_task *task)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
3887
sbd_dbuf_free(struct scsi_task *task, struct stmf_data_buf *dbuf)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
4041
sbd_handle_sync_cache(struct scsi_task *task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
426
DTRACE_PROBE4(sbd__xfer, struct scsi_task *, task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
480
sbd_handle_read_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
536
sbd_handle_sgl_read_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
636
sbd_handle_sgl_write_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
859
sbd_handle_read(struct scsi_task *task, struct stmf_data_buf *initial_dbuf)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
996
struct scsi_task *, task,
usr/src/uts/common/io/comstar/lu/stmf_sbd/stmf_sbd.h
294
stmf_status_t sbd_task_alloc(struct scsi_task *task);
usr/src/uts/common/io/comstar/lu/stmf_sbd/stmf_sbd.h
295
void sbd_new_task(struct scsi_task *task, struct stmf_data_buf *initial_dbuf);
usr/src/uts/common/io/comstar/lu/stmf_sbd/stmf_sbd.h
296
void sbd_dbuf_xfer_done(struct scsi_task *task, struct stmf_data_buf *dbuf);
usr/src/uts/common/io/comstar/lu/stmf_sbd/stmf_sbd.h
297
void sbd_send_status_done(struct scsi_task *task);
usr/src/uts/common/io/comstar/lu/stmf_sbd/stmf_sbd.h
298
void sbd_task_free(struct scsi_task *task);
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
1298
srpt_ioc_ds_alloc_dbuf(struct scsi_task *task, uint32_t size,
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.h
55
stmf_data_buf_t *srpt_ioc_ds_alloc_dbuf(struct scsi_task *task,
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
1027
srpt_stp_task_poll(struct scsi_task *task)
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
525
srpt_stp_xfer_data(struct scsi_task *task, struct stmf_data_buf *dbuf,
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
64
static stmf_status_t srpt_stp_xfer_data(struct scsi_task *task,
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
66
stmf_status_t srpt_stp_send_status(struct scsi_task *task,
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
68
static void srpt_stp_task_free(struct scsi_task *task);
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
71
static void srpt_stp_task_poll(struct scsi_task *task);
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
829
srpt_stp_send_status(struct scsi_task *task, uint32_t ioflags)
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
940
srpt_stp_task_free(struct scsi_task *task)
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
983
struct scsi_task *task;
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
990
task = (struct scsi_task *)arg;
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.h
59
stmf_status_t srpt_stp_send_status(struct scsi_task *task,
usr/src/uts/common/io/comstar/stmf/stmf.c
112
stmf_status_t stmf_lun_reset_poll(stmf_lu_t *lu, struct scsi_task *task,
usr/src/uts/common/io/comstar/stmf/stmf.c
114
void stmf_target_reset_poll(struct scsi_task *task);
usr/src/uts/common/io/comstar/stmf/stmf.c
4320
struct scsi_task *
usr/src/uts/common/io/comstar/stmf/stmf.c
7128
stmf_dlun0_task_poll(struct scsi_task *task)
usr/src/uts/common/io/comstar/stmf/stmf.c
7158
stmf_dlun0_task_done(struct scsi_task *task)
usr/src/uts/common/io/comstar/stmf/stmf.c
7235
stmf_lun_reset_poll(stmf_lu_t *lu, struct scsi_task *task, int target_reset)
usr/src/uts/common/io/comstar/stmf/stmf.c
7292
stmf_target_reset_poll(struct scsi_task *task)
usr/src/uts/common/sys/lpif.h
138
void stmf_lu_xfer_done(struct scsi_task *task, boolean_t read,
usr/src/uts/common/sys/lpif.h
53
stmf_status_t (*lu_task_alloc)(struct scsi_task *task);
usr/src/uts/common/sys/lpif.h
54
void (*lu_new_task)(struct scsi_task *task,
usr/src/uts/common/sys/lpif.h
56
void (*lu_dbuf_xfer_done)(struct scsi_task *task,
usr/src/uts/common/sys/lpif.h
65
void (*lu_send_status_done)(struct scsi_task *task);
usr/src/uts/common/sys/lpif.h
66
void (*lu_task_free)(struct scsi_task *task);
usr/src/uts/common/sys/lpif.h
69
void (*lu_task_poll)(struct scsi_task *task);
usr/src/uts/common/sys/lpif.h
78
void (*lu_dbuf_free)(struct scsi_task *task,
usr/src/uts/common/sys/lpif.h
80
void (*lu_task_done)(struct scsi_task *task);
usr/src/uts/common/sys/portif.h
41
stmf_data_buf_t *(*ds_alloc_data_buf)(struct scsi_task *task,
usr/src/uts/common/sys/portif.h
47
stmf_status_t (*ds_setup_dbuf)(struct scsi_task *task,
usr/src/uts/common/sys/portif.h
67
stmf_status_t (*lport_xfer_data)(struct scsi_task *task,
usr/src/uts/common/sys/portif.h
69
stmf_status_t (*lport_send_status)(struct scsi_task *task,
usr/src/uts/common/sys/portif.h
71
void (*lport_task_free)(struct scsi_task *task);
usr/src/uts/common/sys/portif.h
74
void (*lport_task_poll)(struct scsi_task *task);
usr/src/uts/common/sys/pppt_ic_if.h
311
scsi_task_t *scsi_task,
usr/src/uts/common/sys/pppt_ic_if.h
318
scsi_task_t *scsi_task,
usr/src/uts/common/sys/stmf.h
371
struct scsi_task *stmf_task_alloc(struct stmf_local_port *lport,
usr/src/uts/common/sys/stmf.h
428
struct stmf_lu *stmf_check_and_hold_lu(struct scsi_task *task, uint8_t *guid);
usr/src/uts/common/sys/stmf.h
430
int stmf_is_task_being_aborted(struct scsi_task *task);
usr/src/uts/common/sys/stmf_defines.h
140
struct scsi_task;