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

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dtools.c172 if (ast_info.ast_mmio_ptr == NULL) {
182 ast_info.ast_mmio_ptr = (uchar_t *)ptr;
186 printf("ast_mmio_ptr = 0x%llx\n",
187 (unsigned long long)ast_info.ast_mmio_ptr);
1026 if (ast_info.ast_mmio_ptr == NULL)
1029 status = munmap((char *)ast_info.ast_mmio_ptr,
1031 ast_info.ast_mmio_ptr = NULL;
1149 (uint_t volatile const *) (ast_info.ast_mmio_ptr + port);
1188 (uint_t volatile *) (ast_info.ast_mmio_ptr + port);
H A DlibvtsSUNWast.h73 uchar_t *ast_mmio_ptr; member in struct:ast_info

Completed in 12 milliseconds