HomeSort by: relevance | last modified time | path
    Searched refs:unmapMem (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
xf86OSpriv.h 46 UnmapMemProcPtr unmapMem;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
sparc64_video.c 53 pVidMem->unmapMem = sparc64UnmapVidMem;
ppc_video.c 66 pVidMem->unmapMem = ppcUnmapVidMem;
alpha_video.c 290 pVidMem->unmapMem = unmapVidMem;
294 pVidMem->unmapMem = unmapVidMemSparse;
i386_video.c 203 pVidMem->unmapMem = unmapVidMem;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/hurd/
hurd_video.c 153 pVidMem->unmapMem = unmapVidMem;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
vidmem.c 239 if (!vidMemInfo.initialised || !vidMemInfo.unmapMem) {
256 vidMemInfo.unmapMem(ScreenNum, Base, Size);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
sun_vid.c 172 pVidMem->unmapMem = solUnMapVidMem;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_video.c 382 pVidMem->unmapMem = unmapVidMemSparse;
386 pVidMem->unmapMem = unmapVidMem;
390 pVidMem->unmapMem = unmapVidMem;

Completed in 13 milliseconds