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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c85 int high_mem = -1; local in function:xf86ExtendedInitInt10
162 if ((high_mem = shmget(counter++, HIGH_MEM_SIZE,
188 ((linuxInt10Priv*)pInt->private)->highMem = high_mem;
206 if (high_mem > -1) {
207 base_high = shmat(high_mem, 0, 0);
210 "shmat(high_mem) error: %s\n",strerror(errno));
306 if (high_mem > -1)
307 shmctl(high_mem, IPC_RMID,NULL);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c98 int high_mem = -1; local in function:xf86ExtendedInitInt10
176 if ((high_mem = shmget(counter++, HIGH_MEM_SIZE,
204 ((linuxInt10Priv *) pInt->private)->highMem = high_mem;
221 if (high_mem > -1) {
222 base_high = shmat(high_mem, 0, 0);
225 "shmat(high_mem) error: %s\n", strerror(errno));
321 if (high_mem > -1)
322 shmctl(high_mem, IPC_RMID, NULL);

Completed in 3 milliseconds