Lines Matching refs:ctb
78 const struct ctb *ctb;
80 ctb = (struct ctb *)(((char *)hwrpb) + hwrpb->rpb_ctb_off);
82 switch (ctb->ctb_term_type) {
107 switch (CTB_TURBOSLOT_TYPE(ctb->ctb_turboslot)) {
116 CTB_TURBOSLOT_BUS(ctb->ctb_turboslot),
117 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0);
126 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type);
127 printf("ctb->ctb_turboslot = 0x%lx\n", ctb->ctb_turboslot);
130 ctb->ctb_term_type);