Searched refs:ast_fb_size (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dtools.c42 ast_info.ast_fb_size = (ast_info.ast_fb_size + pagesize - 1) /
121 ast_info.ast_fb_size = 0;
136 ast_info.ast_fb_size = AST_VRAM_SIZE_08M;
140 ast_info.ast_fb_size = AST_VRAM_SIZE_16M;
144 ast_info.ast_fb_size = AST_VRAM_SIZE_32M;
148 ast_info.ast_fb_size = AST_VRAM_SIZE_64M;
155 printf("ast_fb_addr 0x%llx, ast_fb_size 0x%lx\n",
157 (unsigned long)ast_info.ast_fb_size);
200 ptr = mmap(NULL, ast_info.ast_fb_size,
[all...]
H A DlibvtsSUNWast.h69 size_t ast_fb_size; member in struct:ast_info

Completed in 13 milliseconds