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

/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_map.c47 mi->next = ctx->mappings;
56 ctx->mappings = mi;
93 ctx->mappings = NULL;
309 * Invalidate all other context mappings.
319 /* Unload the current context mappings */
433 ctx->mappings = mi->next;
439 if (ctx != NULL && ctx->mappings == NULL) {
471 /* Unload all of the mappings to this context */
478 for (mi = ctx->mappings; mi != NULL; mi = mi->next) {
492 * Invalidate all user context mappings
[all...]
H A Defb.h57 void *mappings; member in struct:efb_context

Completed in 11 milliseconds