Lines Matching defs:sc_fbconf
105 struct hpcfb_fbconf sc_fbconf;
212 if(console && hpcfb_cnattach(&sc->sc_fbconf) != 0) {
221 ha.ha_fbconflist = &sc->sc_fbconf;
236 struct hpcfb_fbconf *fb = &sc->sc_fbconf;
440 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
441 sc->sc_fbconf.hf_pack_width != 8 ||
470 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
471 sc->sc_fbconf.hf_pack_width != 8 ||
552 *fbconf = sc->sc_fbconf; /* structure assignment */
605 if (offset < 0 || (sc->sc_fbconf.hf_bytes_per_plane +
606 sc->sc_fbconf.hf_offset) < offset) {