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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci_tools.h187 uchar_t ctlr_type; /* A PCITOOL_CTLR_TYPE - from kernel */ member in struct:pcitool_intr_info
/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h143 struct ctlr_type *ctlr_ctype; /* ptr to ctlr type info */
152 struct ctlr_type { struct
226 struct ctlr_type *ctlr_type; member in struct:mctlr_list
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c1585 if (intr_info.ctlr_type == PCITOOL_CTLR_TYPE_APIX) {
1629 char *ctlr_type = NULL; local
1641 switch (intr_info.ctlr_type) {
1643 ctlr_type = "RISC";
1646 ctlr_type = "UPPC";
1649 ctlr_type = "PCPLUSMP";
1652 ctlr_type = "APIX";
1659 if (ctlr_type == NULL) {
1661 intr_info.ctlr_type);
1663 (void) fputs(ctlr_type, stdou
[all...]

Completed in 68 milliseconds