HomeSort by: relevance | last modified time | path
    Searched defs:constype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/dev/
bwtwo_obio.c 143 int constype, isconsole; local in function:bwtwoattach_obio
157 constype = (fb->fb_flags & FB_PFOUR) ? EE_CONS_P4OPT : EE_CONS_BW;
158 if (eep == NULL || eep->eeConsole == constype)
cgsix_obio.c 114 int constype, isconsole; local in function:cgsixattach
195 constype = (fb->fb_flags & FB_PFOUR) ? EE_CONS_P4OPT : EE_CONS_COLOR;
201 if (eep == NULL || eep->eeConsole == constype)

Completed in 13 milliseconds