ctlr_type
extern struct ctlr_type ctlr_types[];
struct ctlr_type *ctlr;
struct ctlr_type *ctlr;
static struct ctlr_type *
if (mlp->ctlr_type->ctype_ctype == DKC_SCSI_CCS) {
return (mlp->ctlr_type);
struct ctlr_type *ctlr;
static struct ctlr_type *find_scsi_ctlr_type(void);
static struct ctlr_type *find_ctlr_type(ushort_t);
static struct ctlr_type *
if (mlp->ctlr_type->ctype_ctype == type) {
return (mlp->ctlr_type);
extern struct ctlr_type ctlr_types[];
extern struct ctlr_type *cur_ctype; /* current ctype */
struct ctlr_type *ctlr_ctype; /* ptr to ctlr type info */
struct ctlr_type *ctlr_type;
struct ctlr_type ctlr_types[] = {
int nctypes = sizeof (ctlr_types) / sizeof (struct ctlr_type);
struct ctlr_type ctlr_types[] = {
int nctypes = sizeof (ctlr_types) / sizeof (struct ctlr_type);
struct ctlr_type *cur_ctype;
ctlrp->ctlr_type->ctype_name);
if (strcmp(mlp->ctlr_type->ctype_name,
ctype = mlp->ctlr_type;
struct ctlr_type *ctlr, *tctlr;
if (mlp->ctlr_type->ctype_ctype == dkinfo.dki_ctype) {
tctlr = zalloc(sizeof (struct ctlr_type));
mlp->next->ctlr_type = tctlr;
if (mlp->ctlr_type->ctype_ctype == dkinfo.dki_ctype)
search_ctlr->ctlr_ctype = mlp->ctlr_type;
dp1 = mlp->ctlr_type->ctype_dlist;
dp = mlp->ctlr_type->ctype_dlist;
ctlrp->ctlr_type = &ctlr_types[x - 1];
struct ctlr_type *ctype;
extern struct ctlr_type ctlr_types[];
if (strcmp(mlp->ctlr_type->ctype_name,
ctype = mlp->ctlr_type;
struct ctlr_type *ctype = NULL;
if (intr_info.ctlr_type == PCITOOL_CTLR_TYPE_APIX) {
char *ctlr_type = NULL;
switch (intr_info.ctlr_type) {
ctlr_type = "RISC";
ctlr_type = "UPPC";
ctlr_type = "PCPLUSMP";
ctlr_type = "APIX";
if (ctlr_type == NULL) {
intr_info.ctlr_type);
(void) fputs(ctlr_type, stdout);
if (intr_info.ctlr_type == PCITOOL_CTLR_TYPE_PCPLUSMP)
uchar_t ctlr_type; /* A PCITOOL_CTLR_TYPE - from kernel */
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_UPPC;
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_PCPLUSMP;
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_APIX;
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_UNKNOWN;
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_RISC;
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_RISC;
intr_info.ctlr_type = PCITOOL_CTLR_TYPE_RISC;