/src/sys/dev/sun/ |
cgthreevar.h | 48 uint32_t sc_width; member in struct:cgthree_softc
|
bwtwovar.h | 96 uint32_t sc_width; member in struct:bwtwo_softc
|
cgsixvar.h | 70 uint32_t sc_width; member in struct:cgsix_softc
|
/src/sys/arch/evbppc/pmppc/dev/ |
flash.c | 48 u_int32_t sc_width; member in struct:flash_softc 74 sc->sc_width = maa->u.mb_flash.width; 77 sc->sc_width);
|
/src/sys/arch/evbppc/virtex/dev/ |
tftvar.h | 44 u_int sc_width; member in struct:tft_softc
|
tft.c | 84 printf("%s: %ux%ux%ub\n", device_xname(self), sc->sc_width, 151 ri->ri_width = sc->sc_width; 185 sc->sc_width = 640; 193 sc->sc_width = (u_int)prop_number_integer_value(pn); 228 info->width = sc->sc_width;
|
/src/distrib/utils/more/ |
line.c | 114 if (column + addon + (ln_state ? ue_width : 0) > sc_width) \ 186 if (column + bo_width + be_width + 1 >= sc_width) 216 if (column + ul_width + ue_width + 1 >= sc_width) 289 if (column + ue_width + bo_width + 1 + be_width >= sc_width) 304 if (column + be_width + ul_width + 1 + ue_width >= sc_width)
|
output.c | 126 if (column < sc_width || !auto_wrap || ignaw) 236 so_width + se_width + 1 > sc_width)
|
signal.c | 187 old_width = sc_width; 190 if (sc_width != old_width || sc_height != old_height)
|
screen.c | 114 int sc_width, sc_height = -1; /* Height & width of screen */ variable in typeref:typename:int 286 sc_width = w.ws_col; 290 sc_width = w.uw_width/w.uw_hs; 294 sc_width = tgetnum("co"); 295 if (sc_width < 0) 296 sc_width = 80;
|
/src/sys/arch/amiga/dev/ |
mntvavar.h | 57 int sc_width, sc_height, sc_linebytes, sc_bpp; member in struct:mntva_softc
|
/src/sys/dev/pci/ |
tdvfbvar.h | 69 int sc_width, sc_height, sc_linebytes, sc_bpp; member in struct:tdvfb_softc
|
/src/sys/dev/sbus/ |
genfb_sbus.c | 110 sc->sc_gen.sc_width = prom_getpropint(sa->sa_node, "width", 1152); 114 (sc->sc_gen.sc_width * sc->sc_gen.sc_depth + 7) >> 3 ); 120 sc->sc_gen.sc_width, sc->sc_gen.sc_height, sc->sc_gen.sc_depth);
|
zxvar.h | 106 uint32_t sc_width; member in struct:zx_softc
|
/src/sys/dev/usb/ |
udl.c | 452 sc->sc_width = vmp->hdisplay; 583 wdf->width = sc->sc_width; 621 udl_fill_rect(sc, 0, 0, 0, sc->sc_width, 642 *(u_int *)data = sc->sc_width * (sc->sc_depth / 8); 737 sc->sc_ri.ri_width = sc->sc_width; 739 sc->sc_ri.ri_stride = sc->sc_width * (sc->sc_depth / 8); 752 rasops_init(&sc->sc_ri, sc->sc_height / 8, sc->sc_width / 8); 1170 soff = y * sc->sc_width + x; 1171 eoff = (y + font->fontheight) * sc->sc_width + x; 1198 soff += sc->sc_width; [all...] |
/src/sys/arch/hpcmips/dev/ |
mq200var.h | 72 int sc_width[2], sc_height[2]; member in struct:mq200_softc
|
mq200subr.c | 296 sc->sc_width[MQ200_GC1] = crt->width; 349 gc + 1, width, height, sc->sc_width[gc], sc->sc_height[gc]); 351 if (sc->sc_width[gc] < width) { 355 width = sc->sc_width[gc]; 366 ((sc->sc_width[gc] - width)/2));
|
/src/sys/arch/sparc64/dev/ |
ffbvar.h | 61 int sc_height, sc_width, sc_linebytes, sc_depth; member in struct:ffb_softc
|
/src/sys/dev/ic/ |
ct65550var.h | 58 int sc_width, sc_height, sc_linebytes; member in struct:chipsfb_softc
|
/src/sys/dev/wsfb/ |
genfbvar.h | 110 int sc_width, sc_height, sc_stride, sc_depth; member in struct:genfb_softc
|
/src/sys/arch/arm/fdt/ |
arm_simplefb.c | 66 uint32_t sc_width; member in struct:arm_simplefb_softc 127 ri->ri_width = sc->sc_width; 154 sc->sc_width / ri->ri_font->fontwidth); 247 sc->sc_width = width;
|
/src/sys/arch/mac68k/dev/ |
genfb_grfbus.c | 84 uint32_t sc_width; member in struct:genfb_grfbus_softc 195 prop_dictionary_set_uint32(dict, "width", sc->sc_width); 212 if (sc->sc_gen.sc_width == 0 || sc->sc_gen.sc_fbsize == 0) { 248 sc->sc_width = gm->width;
|
/src/sys/dev/pci/igma/ |
igmafb.c | 54 int sc_width; member in struct:igmafb_softc 140 igmafb_guess_size(sc, &sc->sc_width, &sc->sc_height); 142 sc->sc_stride = (sc->sc_width*4 + 511)/512*512; 145 sc->sc_width, sc->sc_height, sc->sc_depth, sc->sc_stride); 346 ri->ri_width = sc->sc_width; 372 sc->sc_width / ri->ri_font->fontwidth); 434 PF_WINSZ_VAL(sc->sc_width, sc->sc_height)); 438 PIPE_SRCSZ_VAL(sc->sc_width, sc->sc_height)); 489 PF_WINSZ_VAL(sc->sc_width, sc->sc_height));
|
/src/sys/arch/arm/ti/ |
omap3_dss.c | 72 int sc_width, sc_height, sc_depth, sc_stride; member in struct:omapfb_softc 241 sc->sc_width = (sz & 0xfff) + 1; 244 sc->sc_stride = sc->sc_width << 1; 246 if (sc->sc_width == 1 || sc->sc_height == 1) { 252 sc->sc_width, sc->sc_height); 343 ((sc->sc_height - 1) << 16) | (sc->sc_width - 1)); 346 ((sc->sc_height - 1) << 16) | (sc->sc_width - 1)); 463 omapfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, 541 *(u_int *)data = sc->sc_width * 4; 564 fbi->fbi_width = sc->sc_width; [all...] |
/src/sys/arch/macppc/dev/ |
valkyriefb.c | 75 int sc_width, sc_height, sc_linebytes; member in struct:valkyriefb_softc 248 sc->sc_width * sc->sc_linebytes); 345 sc->sc_width = mode->hdisplay; 349 sc->sc_width, sc->sc_height, sc->sc_depth); 423 ri->ri_width = sc->sc_width; 435 sc->sc_width / ri->ri_font->fontwidth);
|