Home
last modified time | relevance | path

Searched defs:ctlr_type (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/format/
H A Dhardware_structs.h152 struct ctlr_type { struct
153 ushort_t ctype_ctype; /* type of ctlr */
154 char *ctype_name; /* name of ctlr type */
155 struct ctlr_ops *ctype_ops; /* ptr to ops vector */
156 int ctype_flags; /* flags for gotchas */
157 struct disk_type *ctype_dlist; /* list of disk types */
226 struct ctlr_type *ctlr_type; member
/titanic_50/usr/src/uts/common/sys/
H A Dpci_tools.h187 uchar_t ctlr_type; /* A PCITOOL_CTLR_TYPE - from kernel */ member
/titanic_50/usr/src/cmd/pcitool/
H A Dpcitool.c1629 char *ctlr_type = NULL; in get_interrupt_ctlr() local