Searched refs:ctlr_type (Results 1 – 16 of 16) sorted by relevance
143 struct ctlr_type *ctlr_ctype; /* ptr to ctlr type info */152 struct ctlr_type { struct226 struct ctlr_type *ctlr_type; member
43 struct ctlr_type ctlr_types[] = {63 int nctypes = sizeof (ctlr_types) / sizeof (struct ctlr_type);
44 struct ctlr_type ctlr_types[] = {72 int nctypes = sizeof (ctlr_types) / sizeof (struct ctlr_type);
58 extern struct ctlr_type ctlr_types[];200 static struct ctlr_type *find_scsi_ctlr_type(void);216 static struct ctlr_type *find_direct_ctlr_type(void);219 static struct ctlr_type *find_vbd_ctlr_type(void);380 static struct ctlr_type *388 if (mlp->ctlr_type->ctype_ctype == DKC_DIRECT) { in find_direct_ctlr_type()389 return (mlp->ctlr_type); in find_direct_ctlr_type()396 return ((struct ctlr_type *)NULL); in find_direct_ctlr_type()399 static struct ctlr_type *407 if (mlp->ctlr_type->ctype_ctype == DKC_VBD) { in find_vbd_ctlr_type()[all …]
58 extern struct ctlr_type ctlr_types[];539 struct ctlr_type *ctype; in sup_setdtype()641 if (strcmp(mlp->ctlr_type->ctype_name, in sup_setdtype()669 ctype = mlp->ctlr_type; in sup_setdtype()939 struct ctlr_type *ctype = NULL; in sup_setpart()1066 if (strcmp(mlp->ctlr_type->ctype_name, in sup_setpart()1087 ctype = mlp->ctlr_type; in sup_setpart()1593 struct ctlr_type *ctlr, *tctlr; in add_device_to_disklist()1651 if (mlp->ctlr_type->ctype_ctype == dkinfo.dki_ctype) { in add_device_to_disklist()1678 tctlr = zalloc(sizeof (struct ctlr_type)); in add_device_to_disklist()[all …]
133 ctlrp->ctlr_type->ctype_name); in dv_cont_chain()
113 struct ctlr_type *cur_ctype; /* current ctype */
54 extern struct ctlr_type ctlr_types[];
95 cur_ctype = (struct ctlr_type *)NULL; in main()
106 if (iinfo.ctlr_type == PCITOOL_CTLR_TYPE_PCPLUSMP ||107 iinfo.ctlr_type == PCITOOL_CTLR_TYPE_APIX) {
1585 if (intr_info.ctlr_type == PCITOOL_CTLR_TYPE_APIX) { in get_interrupts()1629 char *ctlr_type = NULL; in get_interrupt_ctlr() local1641 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 …]
187 uchar_t ctlr_type; /* A PCITOOL_CTLR_TYPE - from kernel */ member
471 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_UPPC; in pcitool_intr_info()479 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_PCPLUSMP; in pcitool_intr_info()483 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_APIX; in pcitool_intr_info()486 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_UNKNOWN; in pcitool_intr_info()
266 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_RISC; in niumxtool_intr_info()
85 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_RISC; in pxtool_intr_info()
268 intr_info.ctlr_type = PCITOOL_CTLR_TYPE_RISC; in pcitool_intr_info()