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

  /src/sys/arch/vax/vsa/
spx.c 270 static long spx_fb_size; variable in typeref:typename:long
1050 if (offset >= spx_fb_size || offset < 0)
1268 int fbsize = (spx_fb_size + FONT_STORAGE_SIZE)/VAX_NBPG;
1273 virtual_avail += (spx_fb_size + FONT_STORAGE_SIZE);
1517 spx_fb_size = spx_xsize * spx_ysize;
1525 /* for SPXg spx_fb_size represents FB window size, not FB length */
1527 spx_fb_size = SPXg_WIN_SIZE;
spx.c 270 static long spx_fb_size; variable in typeref:typename:long
1050 if (offset >= spx_fb_size || offset < 0)
1268 int fbsize = (spx_fb_size + FONT_STORAGE_SIZE)/VAX_NBPG;
1273 virtual_avail += (spx_fb_size + FONT_STORAGE_SIZE);
1517 spx_fb_size = spx_xsize * spx_ysize;
1525 /* for SPXg spx_fb_size represents FB window size, not FB length */
1527 spx_fb_size = SPXg_WIN_SIZE;
spx.c 270 static long spx_fb_size; variable in typeref:typename:long
1050 if (offset >= spx_fb_size || offset < 0)
1268 int fbsize = (spx_fb_size + FONT_STORAGE_SIZE)/VAX_NBPG;
1273 virtual_avail += (spx_fb_size + FONT_STORAGE_SIZE);
1517 spx_fb_size = spx_xsize * spx_ysize;
1525 /* for SPXg spx_fb_size represents FB window size, not FB length */
1527 spx_fb_size = SPXg_WIN_SIZE;

Completed in 35 milliseconds