Searched defs:ctlr_info (Results 1 - 2 of 2) sorted by relevance

/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...]
/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 */

Completed in 44 milliseconds