Searched refs:ast_fb_ptr (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dtools.c197 if (ast_info.ast_fb_ptr == NULL) {
207 ast_info.ast_fb_ptr = (uchar_t *)ptr;
211 printf("ast_fb_ptr = 0x%llx\n",
212 (unsigned long long)ast_info.ast_fb_ptr);
1010 if (ast_info.ast_fb_ptr == NULL)
1013 status = munmap((char *)ast_info.ast_fb_ptr, ast_info.ast_fb_size);
1014 ast_info.ast_fb_ptr = NULL;
H A DlibvtsSUNWast.h70 uchar_t *ast_fb_ptr; member in struct:ast_info
H A Dmemory.c151 (caddr_t)ast_info.ast_fb_ptr);

Completed in 14 milliseconds