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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c54 char* base_high; member in struct:__anonbe24f2d40108
87 char *base_high = SHMERRORPTR; local in function:xf86ExtendedInitInt10
207 base_high = shmat(high_mem, 0, 0);
208 if (base_high == SHMERRORPTR) {
213 ((linuxInt10Priv*)pInt->private)->base_high = base_high;
215 ((linuxInt10Priv*)pInt->private)->base_high = NULL;
297 if (base_high)
298 shmdt(base_high);
301 if (base_high)
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c54 char *base_high; member in struct:__anon0d56a1870108
100 char *base_high = SHMERRORPTR; local in function:xf86ExtendedInitInt10
222 base_high = shmat(high_mem, 0, 0);
223 if (base_high == SHMERRORPTR) {
228 ((linuxInt10Priv *) pInt->private)->base_high = base_high;
231 ((linuxInt10Priv *) pInt->private)->base_high = NULL;
312 if (base_high)
313 shmdt(base_high);
316 if (base_high)
[all...]

Completed in 2 milliseconds