Searched refs:fbsize (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Dgrfioctl.h48 u_int32_t fbsize; /* Size of frame buffer */ member in struct:grfmode
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Ddiofbvar.h82 u_int fbsize; /* frame buffer size */ member in struct:diofb
H A Ddiofb.c110 fb->fbsize = fb->fbwidth * fb->fbheight;
131 fb->fbkva = iomap(fb->fbaddr, fb->fbsize);
505 if (offset >= 0 && offset < fb->fbsize)
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Dspx.c1261 int fbsize = (spx_fb_size + FONT_STORAGE_SIZE)/VAX_NBPG; local
1267 ioaccess((vaddr_t)spxaddr, SPX_FB_ADDR, fbsize);
1288 spxaddr = (char *)vax_map_physmem(va->va_paddr, fbsize);
1329 int fbsize = SPXg_WIN_SIZE/VAX_NBPG; local
1335 ioaccess((vaddr_t)spxaddr, SPXg_FB_ADDR, fbsize);
1349 spxaddr = (char *)vax_map_physmem(va->va_paddr, fbsize);
/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461video.c208 size_t fbsize, on_screen_size; local
220 fbsize = hd64461video_frame_buffer_size(&hd64461video_chip);
221 format_bytes(pbuf, sizeof(pbuf), fbsize);
250 hd64461video_chip.off_screen_size = fbsize - on_screen_size;
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dgrf_compat.c268 gm->fbsize = dc->dc_size;
H A Dmacfb.c212 sc->sc_dc->dc_size = gm->fbsize;
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/obio/
H A Dgrf_obio.c346 gm->fbsize = gm->height * gm->rowbytes;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dsisfb.c223 bus_size_t fbsize, mmiosize, iosize; local
247 BUS_SPACE_MAP_LINEAR, &fb->fbt, &fb->fbh, NULL, &fbsize) != 0) {
321 bus_space_unmap(fb->fbt, fb->fbh, fbsize);
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/nubus/
H A Dgrf_nubus.c209 gm->fbsize = gm->height * gm->rowbytes;
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_xar.c978 size_t fbsize = bsize; local
1005 return (fbsize - bsize);

Completed in 239 milliseconds