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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dtools.c175 if (efb_info.efb_fb_ptr == NULL) {
183 efb_info.efb_fb_ptr = (uchar_t *)ptr;
187 printf("efb_fb_ptr = 0x%llx\n",
188 (unsigned long long)efb_info.efb_fb_ptr);
321 if (efb_info.efb_fb_ptr == NULL)
324 status = munmap((char *)efb_info.efb_fb_ptr, efb_info.efb_fb_size);
325 efb_info.efb_fb_ptr = NULL;
H A DlibvtsSUNWefb.h69 uchar_t *efb_fb_ptr; member in struct:efb_info
H A Dmemory.c153 (caddr_t)efb_info.efb_fb_ptr);

Completed in 13 milliseconds