Searched refs:ctlr_info (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h56 struct ctlr_info *disk_ctlr; /* ptr to disk's ctlr */
134 struct ctlr_info { struct
144 struct ctlr_info *ctlr_next; /* ptr to next ctlr */
H A Dmenu_developer.c105 struct ctlr_info *contp;
H A Dglobal.h80 struct ctlr_info *ctlr_list; /* list of found ctlrs */
112 struct ctlr_info *cur_ctlr; /* current ctlr */
H A Dauto_sense.c202 static struct ctlr_info *find_scsi_ctlr_info(
217 static struct ctlr_info *find_ctlr_info(struct dk_cinfo *, ushort_t);
254 struct ctlr_info *ctlr;
399 static struct ctlr_info *
402 struct ctlr_info *ctlr;
418 return ((struct ctlr_info *)NULL);
616 struct ctlr_info *ctlr;
634 * Find the ctlr_info for this disk.
1771 * Return a pointer to the scsi ctlr_info structure. This
1775 static struct ctlr_info *
[all...]
H A Dstartup.c1583 struct ctlr_info *search_ctlr;
1587 struct ctlr_info *cptr;
1840 search_ctlr = (struct ctlr_info *)
1841 zalloc(sizeof (struct ctlr_info));
H A Dio.c2072 register struct ctlr_info *ctlr;
2096 struct ctlr_info *ctlr = disk->disk_ctlr;
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_ioctl.c139 cpqary3_ctlr_info_t *ctlr_info; local
158 ctlr_info = (cpqary3_ctlr_info_t *)
161 if (NULL == ctlr_info) {
170 ctlr_info->subsystem_id = cpqary3p->board_id;
171 ctlr_info->bus = cpqary3p->bus;
172 ctlr_info->dev = cpqary3p->dev;
173 ctlr_info->fun = cpqary3p->fun;
174 ctlr_info->num_of_tgts = cpqary3p->num_of_targets;
175 ctlr_info->controller_instance = cpqary3p->instance;
178 * TODO: ctlr_info
[all...]

Completed in 231 milliseconds