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

  /src/sys/arch/hpc/include/
bootinfo.h 45 short fb_line_bytes; member in struct:bootinfo
  /src/sys/dev/hpc/
bicons.c 106 static int16_t fb_line_bytes; variable in typeref:typename:int16_t
167 fb_line_bytes = bootinfo->fb_line_bytes;
299 p = &fb_vram[(y * FONT_HEIGHT * fb_line_bytes) +
304 p += (fb_line_bytes);
316 p = &fb_vram[y * fb_line_bytes];
321 p += fb_line_bytes;
334 from = &fb_vram[y * fb_line_bytes];
335 to = from + d * fb_line_bytes;
338 from += fb_line_bytes;
    [all...]

Completed in 44 milliseconds