Symbol: ctlr_type
usr/src/cmd/format/add_definition.c
52
extern struct ctlr_type ctlr_types[];
usr/src/cmd/format/auto_sense.c
1699
struct ctlr_type *ctlr;
usr/src/cmd/format/auto_sense.c
1728
struct ctlr_type *ctlr;
usr/src/cmd/format/auto_sense.c
1750
static struct ctlr_type *
usr/src/cmd/format/auto_sense.c
1758
if (mlp->ctlr_type->ctype_ctype == DKC_SCSI_CCS) {
usr/src/cmd/format/auto_sense.c
1759
return (mlp->ctlr_type);
usr/src/cmd/format/auto_sense.c
1958
struct ctlr_type *ctlr;
usr/src/cmd/format/auto_sense.c
196
static struct ctlr_type *find_scsi_ctlr_type(void);
usr/src/cmd/format/auto_sense.c
211
static struct ctlr_type *find_ctlr_type(ushort_t);
usr/src/cmd/format/auto_sense.c
377
static struct ctlr_type *
usr/src/cmd/format/auto_sense.c
389
if (mlp->ctlr_type->ctype_ctype == type) {
usr/src/cmd/format/auto_sense.c
390
return (mlp->ctlr_type);
usr/src/cmd/format/auto_sense.c
59
extern struct ctlr_type ctlr_types[];
usr/src/cmd/format/global.h
113
extern struct ctlr_type *cur_ctype; /* current ctype */
usr/src/cmd/format/hardware_structs.h
144
struct ctlr_type *ctlr_ctype; /* ptr to ctlr type info */
usr/src/cmd/format/hardware_structs.h
227
struct ctlr_type *ctlr_type;
usr/src/cmd/format/init_ci386.c
42
struct ctlr_type ctlr_types[] = {
usr/src/cmd/format/init_ci386.c
74
int nctypes = sizeof (ctlr_types) / sizeof (struct ctlr_type);
usr/src/cmd/format/init_csparc.c
41
struct ctlr_type ctlr_types[] = {
usr/src/cmd/format/init_csparc.c
61
int nctypes = sizeof (ctlr_types) / sizeof (struct ctlr_type);
usr/src/cmd/format/main.c
69
struct ctlr_type *cur_ctype;
usr/src/cmd/format/menu_developer.c
131
ctlrp->ctlr_type->ctype_name);
usr/src/cmd/format/startup.c
1086
if (strcmp(mlp->ctlr_type->ctype_name,
usr/src/cmd/format/startup.c
1107
ctype = mlp->ctlr_type;
usr/src/cmd/format/startup.c
1613
struct ctlr_type *ctlr, *tctlr;
usr/src/cmd/format/startup.c
1671
if (mlp->ctlr_type->ctype_ctype == dkinfo.dki_ctype) {
usr/src/cmd/format/startup.c
1698
tctlr = zalloc(sizeof (struct ctlr_type));
usr/src/cmd/format/startup.c
1734
mlp->next->ctlr_type = tctlr;
usr/src/cmd/format/startup.c
1841
if (mlp->ctlr_type->ctype_ctype == dkinfo.dki_ctype)
usr/src/cmd/format/startup.c
1862
search_ctlr->ctlr_ctype = mlp->ctlr_type;
usr/src/cmd/format/startup.c
2417
dp1 = mlp->ctlr_type->ctype_dlist;
usr/src/cmd/format/startup.c
2451
dp = mlp->ctlr_type->ctype_dlist;
usr/src/cmd/format/startup.c
2960
ctlrp->ctlr_type = &ctlr_types[x - 1];
usr/src/cmd/format/startup.c
559
struct ctlr_type *ctype;
usr/src/cmd/format/startup.c
58
extern struct ctlr_type ctlr_types[];
usr/src/cmd/format/startup.c
661
if (strcmp(mlp->ctlr_type->ctype_name,
usr/src/cmd/format/startup.c
689
ctype = mlp->ctlr_type;
usr/src/cmd/format/startup.c
959
struct ctlr_type *ctype = NULL;
usr/src/cmd/pcitool/pcitool.c
1585
if (intr_info.ctlr_type == PCITOOL_CTLR_TYPE_APIX) {
usr/src/cmd/pcitool/pcitool.c
1629
char *ctlr_type = NULL;
usr/src/cmd/pcitool/pcitool.c
1641
switch (intr_info.ctlr_type) {
usr/src/cmd/pcitool/pcitool.c
1643
ctlr_type = "RISC";
usr/src/cmd/pcitool/pcitool.c
1646
ctlr_type = "UPPC";
usr/src/cmd/pcitool/pcitool.c
1649
ctlr_type = "PCPLUSMP";
usr/src/cmd/pcitool/pcitool.c
1652
ctlr_type = "APIX";
usr/src/cmd/pcitool/pcitool.c
1659
if (ctlr_type == NULL) {
usr/src/cmd/pcitool/pcitool.c
1661
intr_info.ctlr_type);
usr/src/cmd/pcitool/pcitool.c
1663
(void) fputs(ctlr_type, stdout);
usr/src/cmd/pcitool/pcitool.c
1667
if (intr_info.ctlr_type == PCITOOL_CTLR_TYPE_PCPLUSMP)
usr/src/uts/common/sys/pci_tools.h
189
uchar_t ctlr_type; /* A PCITOOL_CTLR_TYPE - from kernel */
usr/src/uts/i86pc/io/pci/pci_tools.c
459
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_UPPC;
usr/src/uts/i86pc/io/pci/pci_tools.c
467
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_PCPLUSMP;
usr/src/uts/i86pc/io/pci/pci_tools.c
471
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_APIX;
usr/src/uts/i86pc/io/pci/pci_tools.c
474
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_UNKNOWN;
usr/src/uts/sun4/io/px/px_tools.c
85
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_RISC;
usr/src/uts/sun4u/io/pci/pci_tools.c
268
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_RISC;
usr/src/uts/sun4v/io/niumx/niumx_tools.c
266
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_RISC;