Symbol: ctlr_info
usr/src/cmd/format/auto_sense.c
1776
static struct ctlr_info *
usr/src/cmd/format/auto_sense.c
1780
struct ctlr_info *ctlr;
usr/src/cmd/format/auto_sense.c
1809
struct ctlr_info *ctlr;
usr/src/cmd/format/auto_sense.c
197
static struct ctlr_info *find_scsi_ctlr_info(
usr/src/cmd/format/auto_sense.c
212
static struct ctlr_info *find_ctlr_info(struct dk_cinfo *, ushort_t);
usr/src/cmd/format/auto_sense.c
249
struct ctlr_info *ctlr;
usr/src/cmd/format/auto_sense.c
400
static struct ctlr_info *
usr/src/cmd/format/auto_sense.c
403
struct ctlr_info *ctlr;
usr/src/cmd/format/auto_sense.c
617
struct ctlr_info *ctlr;
usr/src/cmd/format/global.h
112
extern struct ctlr_info *cur_ctlr; /* current ctlr */
usr/src/cmd/format/global.h
80
extern struct ctlr_info *ctlr_list; /* list of found ctlrs */
usr/src/cmd/format/hardware_structs.h
145
struct ctlr_info *ctlr_next; /* ptr to next ctlr */
usr/src/cmd/format/hardware_structs.h
57
struct ctlr_info *disk_ctlr; /* ptr to disk's ctlr */
usr/src/cmd/format/io.c
2038
pr_ctlrline(struct ctlr_info *ctlr)
usr/src/cmd/format/io.c
2060
struct ctlr_info *ctlr = disk->disk_ctlr;
usr/src/cmd/format/main.c
68
struct ctlr_info *cur_ctlr;
usr/src/cmd/format/menu_developer.c
103
struct ctlr_info *contp;
usr/src/cmd/format/startup.c
1603
struct ctlr_info *search_ctlr;
usr/src/cmd/format/startup.c
1607
struct ctlr_info *cptr;
usr/src/cmd/format/startup.c
1860
search_ctlr = (struct ctlr_info *)
usr/src/cmd/format/startup.c
1861
zalloc(sizeof (struct ctlr_info));
usr/src/cmd/format/startup.c
79
struct ctlr_info *ctlr_list;
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
139
cpqary3_ctlr_info_t *ctlr_info;
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
158
ctlr_info = (cpqary3_ctlr_info_t *)
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
161
if (NULL == ctlr_info) {
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
170
ctlr_info->subsystem_id = cpqary3p->board_id;
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
171
ctlr_info->bus = cpqary3p->bus;
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
172
ctlr_info->dev = cpqary3p->dev;
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
173
ctlr_info->fun = cpqary3p->fun;
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
174
ctlr_info->num_of_tgts = cpqary3p->num_of_targets;
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
175
ctlr_info->controller_instance = cpqary3p->instance;
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
187
if (ddi_copyout((void *)ctlr_info, (void *)(uintptr_t)request->argp,
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
189
MEM_SFREE(ctlr_info, sizeof (cpqary3_ctlr_info_t));
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
200
MEM_SFREE(ctlr_info, sizeof (cpqary3_ctlr_info_t));
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c
205
MEM_SFREE(ctlr_info, sizeof (cpqary3_ctlr_info_t));