Symbol: CommandList_t
usr/src/uts/common/io/cpqary3/cpqary3.h
144
#define MEM2CMD(m) ((CommandList_t *)m->cmdlist_memaddr)
usr/src/uts/common/io/cpqary3/cpqary3.h
480
uint8_t cpqary3_send_abortcmd(cpqary3_t *, uint16_t, CommandList_t *);
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
32
static void cpqary3_ioctl_fil_bmic(CommandList_t *, cpqary3_bmic_pass_t *);
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
324
CommandList_t *cmdlist = NULL;
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
33
static void cpqary3_ioctl_fil_bmic_sas(CommandList_t *, cpqary3_bmic_pass_t *);
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
36
static void cpqary3_ioctl_fil_scsi(CommandList_t *, cpqary3_scsi_pass_t *);
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
433
cpqary3_ioctl_fil_bmic(CommandList_t *cmdlist,
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
593
CommandList_t *cmdlist = NULL;
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
723
cpqary3_ioctl_fil_scsi(CommandList_t *cmdlist,
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
774
cpqary3_ioctl_fil_bmic_sas(CommandList_t *cmdlist,
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
140
ptr->cmdlist_memaddr = (CommandList_t *)NULL;
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
165
size_of_cmdlist = sizeof (CommandList_t);
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
283
cmdlist_memaddr = (CommandList_t *)mempool_addr;
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
292
cmdlist_memaddr = (CommandList_t *)
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
354
bzero(memp->cmdlist_memaddr, sizeof (CommandList_t));
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
76
CommandList_t *cmdlist_memaddr;
usr/src/uts/common/io/cpqary3/cpqary3_noe.c
113
CommandList_t *cmdlist;
usr/src/uts/common/io/cpqary3/cpqary3_noe.c
226
CommandList_t *cmdlist;
usr/src/uts/common/io/cpqary3/cpqary3_q_mem.h
73
CommandList_t *cmdlist_memaddr;
usr/src/uts/common/io/cpqary3/cpqary3_scsi.c
112
DTRACE_PROBE1(build_cmdlist_tape, CommandList_t *, cmdlistp);
usr/src/uts/common/io/cpqary3/cpqary3_scsi.c
126
CommandList_t *, cmdlistp);
usr/src/uts/common/io/cpqary3/cpqary3_scsi.c
182
CommandList_t *cmdlist2abortp)
usr/src/uts/common/io/cpqary3/cpqary3_scsi.c
184
CommandList_t *cmdlistp;
usr/src/uts/common/io/cpqary3/cpqary3_scsi.c
290
CommandList_t *cmdlistp;
usr/src/uts/common/io/cpqary3/cpqary3_scsi.c
362
CommandList_t *cmdlistp;
usr/src/uts/common/io/cpqary3/cpqary3_scsi.c
402
DTRACE_PROBE2(rll_cmd_send, CommandList_t *, cmdlistp,
usr/src/uts/common/io/cpqary3/cpqary3_scsi.c
602
CommandList_t *cmdlistp;
usr/src/uts/common/io/cpqary3/cpqary3_scsi.c
647
CommandList_t *, cmdlistp, cpqary3_cmdpvt_t *, cpqary3_cmdpvtp);
usr/src/uts/common/io/cpqary3/cpqary3_scsi.c
79
CommandList_t *cmdlistp;
usr/src/uts/common/io/cpqary3/cpqary3_talk2ctlr.c
819
size_of_cmdlist = ((sizeof (CommandList_t) + 31) / 32) * 32;
usr/src/uts/common/io/cpqary3/cpqary3_transport.c
1199
CommandList_t *cmdlistp;
usr/src/uts/common/io/cpqary3/cpqary3_transport.c
811
(CommandList_t *)NULL));
usr/src/uts/common/io/cpqary3/cpqary3_util.c
594
CommandList_t *cmdlistp;
usr/src/uts/common/io/scsi/adapters/smrt/smrt_commands.c
172
contig_size += P2ROUNDUP_TYPED(sizeof (CommandList_t), 32, size_t);
usr/src/uts/common/sys/scsi/adapters/smrt/smrt.h
594
CommandList_t *smcm_va_cmd;