Searched defs:ctlr_type (Results 1 – 3 of 3) sorted by relevance
152 struct ctlr_type { struct153 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
187 uchar_t ctlr_type; /* A PCITOOL_CTLR_TYPE - from kernel */ member
1629 char *ctlr_type = NULL; in get_interrupt_ctlr() local