Home
last modified time | relevance | path

Searched refs:ctlr_type (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h144 struct ctlr_type *ctlr_ctype; /* ptr to ctlr type info */
153 struct ctlr_type { struct
227 struct ctlr_type *ctlr_type; member
H A Dinit_csparc.c41 struct ctlr_type ctlr_types[] = {
61 int nctypes = sizeof (ctlr_types) / sizeof (struct ctlr_type);
H A Dinit_ci386.c42 struct ctlr_type ctlr_types[] = {
74 int nctypes = sizeof (ctlr_types) / sizeof (struct ctlr_type);
H A Dstartup.c58 extern struct ctlr_type ctlr_types[];
559 struct ctlr_type *ctype; in sup_setdtype()
661 if (strcmp(mlp->ctlr_type->ctype_name, in sup_setdtype()
689 ctype = mlp->ctlr_type; in sup_setdtype()
959 struct ctlr_type *ctype = NULL; in sup_setpart()
1107 ctype = mlp->ctlr_type; in sup_setpart()
1613 struct ctlr_type *ctlr, *tctlr; in add_device_to_disklist()
1734 mlp->next->ctlr_type = tctlr; in add_device_to_disklist()
2417 dp1 = mlp->ctlr_type->ctype_dlist; in search_duplicate_dtypes()
2451 dp = mlp->ctlr_type->ctype_dlist; in search_duplicate_pinfo()
[all …]
H A Dauto_sense.c59 extern struct ctlr_type ctlr_types[];
196 static struct ctlr_type *find_scsi_ctlr_type(void);
211 static struct ctlr_type *find_ctlr_type(ushort_t);
377 static struct ctlr_type *
389 if (mlp->ctlr_type->ctype_ctype == type) { in find_ctlr_type()
390 return (mlp->ctlr_type); in find_ctlr_type()
1699 struct ctlr_type *ctlr;
1728 struct ctlr_type *ctlr;
1750 static struct ctlr_type *
1759 return (mlp->ctlr_type);
[all …]
H A Dmenu_developer.c131 ctlrp->ctlr_type->ctype_name); in dv_cont_chain()
H A Dglobal.h113 extern struct ctlr_type *cur_ctype; /* current ctype */
H A Dadd_definition.c52 extern struct ctlr_type ctlr_types[];
H A Dmain.c69 struct ctlr_type *cur_ctype;
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
H A DIntrs.xs106 if (iinfo.ctlr_type == PCITOOL_CTLR_TYPE_PCPLUSMP ||
107 iinfo.ctlr_type == PCITOOL_CTLR_TYPE_APIX) {
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c1585 if (intr_info.ctlr_type == PCITOOL_CTLR_TYPE_APIX) { in get_interrupts()
1629 char *ctlr_type = NULL; in get_interrupt_ctlr() local
1641 switch (intr_info.ctlr_type) { in get_interrupt_ctlr()
1643 ctlr_type = "RISC"; in get_interrupt_ctlr()
1646 ctlr_type = "UPPC"; in get_interrupt_ctlr()
1649 ctlr_type = "PCPLUSMP"; in get_interrupt_ctlr()
1652 ctlr_type = "APIX"; in get_interrupt_ctlr()
1659 if (ctlr_type == NULL) { in get_interrupt_ctlr()
1661 intr_info.ctlr_type); in get_interrupt_ctlr()
1663 (void) fputs(ctlr_type, stdout); in get_interrupt_ctlr()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c474 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_UPPC; in pcitool_intr_info()
482 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_PCPLUSMP; in pcitool_intr_info()
486 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_APIX; in pcitool_intr_info()
489 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_UNKNOWN; in pcitool_intr_info()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_tools.h187 uchar_t ctlr_type; /* A PCITOOL_CTLR_TYPE - from kernel */ member
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx_tools.c266 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_RISC; in niumxtool_intr_info()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_tools.c85 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_RISC; in pxtool_intr_info()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c268 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_RISC; in pcitool_intr_info()