Home
last modified time | relevance | path

Searched refs:oldpmap (Results 1 – 25 of 36) sorted by relevance

12

/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/hw/vnc/
H A Dcmap.c78 ColormapPtr oldpmap = rfbInstalledColormap; local
80 if (pmap != oldpmap) {
82 if(oldpmap != (ColormapPtr)None)
83 WalkTree(pmap->pScreen, TellLostMap, (char *)&oldpmap->mid);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mfb/
H A Dmfbcmap.c86 ColormapPtr oldpmap = InstalledMaps[index]; local
88 if(pmap != oldpmap)
92 if(oldpmap != (ColormapPtr)None)
93 WalkTree(pmap->pScreen, TellLostMap, (pointer)&oldpmap->mid);
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwincmap.c117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap() local
124 if (pColormap != oldpmap) { in winInstallColormap()
131 if (oldpmap != (ColormapPtr) None) { in winInstallColormap()
133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwincmap.c117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap() local
124 if (pColormap != oldpmap) { in winInstallColormap()
131 if (oldpmap != (ColormapPtr) None) { in winInstallColormap()
133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwincmap.c117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap() local
124 if (pColormap != oldpmap) { in winInstallColormap()
131 if (oldpmap != (ColormapPtr) None) { in winInstallColormap()
133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/
H A Dwincmap.c117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap() local
124 if (pColormap != oldpmap) { in winInstallColormap()
131 if (oldpmap != (ColormapPtr) None) { in winInstallColormap()
133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwincmap.c117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap() local
124 if (pColormap != oldpmap) { in winInstallColormap()
131 if (oldpmap != (ColormapPtr) None) { in winInstallColormap()
133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwincmap.c117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap() local
124 if (pColormap != oldpmap) { in winInstallColormap()
131 if (oldpmap != (ColormapPtr) None) { in winInstallColormap()
133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/
H A Dwincmap.c117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap() local
124 if (pColormap != oldpmap) { in winInstallColormap()
131 if (oldpmap != (ColormapPtr) None) { in winInstallColormap()
133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwincmap.c117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap() local
124 if (pColormap != oldpmap) { in winInstallColormap()
131 if (oldpmap != (ColormapPtr) None) { in winInstallColormap()
133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwincmap.c117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap() local
124 if (pColormap != oldpmap) { in winInstallColormap()
131 if (oldpmap != (ColormapPtr) None) { in winInstallColormap()
133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/mi/
H A Dmicmap.c57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in miInstallColormap() local
59 if (pmap != oldpmap) { in miInstallColormap()
62 if (oldpmap != (ColormapPtr) None) in miInstallColormap()
63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/cfb/
H A Dcfbcmap.c83 ColormapPtr oldpmap = InstalledMaps[index]; local
85 if(pmap != oldpmap)
89 if(oldpmap != (ColormapPtr)None)
90 WalkTree(pmap->pScreen, TellLostMap, (char *)&oldpmap->mid);
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/mi/
H A Dmicmap.c57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in miInstallColormap() local
59 if (pmap != oldpmap) { in miInstallColormap()
62 if (oldpmap != (ColormapPtr) None) in miInstallColormap()
63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/mi/
H A Dmicmap.c57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in miInstallColormap() local
59 if (pmap != oldpmap) { in miInstallColormap()
62 if (oldpmap != (ColormapPtr) None) in miInstallColormap()
63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
/dports/x11-servers/xwayland/xorg-server-1.20.13/mi/
H A Dmicmap.c57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in miInstallColormap() local
59 if (pmap != oldpmap) { in miInstallColormap()
62 if (oldpmap != (ColormapPtr) None) in miInstallColormap()
63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/mi/
H A Dmicmap.c57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in miInstallColormap() local
59 if (pmap != oldpmap) { in miInstallColormap()
62 if (oldpmap != (ColormapPtr) None) in miInstallColormap()
63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
/dports/x11-servers/xephyr/xorg-server-1.20.13/mi/
H A Dmicmap.c57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in miInstallColormap() local
59 if (pmap != oldpmap) { in miInstallColormap()
62 if (oldpmap != (ColormapPtr) None) in miInstallColormap()
63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
/dports/x11-servers/xarcan/xarcan-0.6.0/mi/
H A Dmicmap.c57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in miInstallColormap() local
59 if (pmap != oldpmap) { in miInstallColormap()
62 if (oldpmap != (ColormapPtr) None) in miInstallColormap()
63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/mi/
H A Dmicmap.c57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in miInstallColormap() local
59 if (pmap != oldpmap) { in miInstallColormap()
62 if (oldpmap != (ColormapPtr) None) in miInstallColormap()
63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/mi/
H A Dmicmap.c57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in miInstallColormap() local
59 if (pmap != oldpmap) { in miInstallColormap()
62 if (oldpmap != (ColormapPtr) None) in miInstallColormap()
63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/x86/
H A Dpmap.c2672 struct pmap *pmap, *oldpmap; in pmap_load() local
2700 oldpmap = ci->ci_pmap; in pmap_load()
2703 if (pmap == oldpmap) { in pmap_load()
2728 kcpuset_atomic_clear(oldpmap->pm_cpus, cid); in pmap_load()
2729 kcpuset_atomic_clear(oldpmap->pm_kernel_cpus, cid); in pmap_load()
2732 KASSERT(pmap_pdirpa(oldpmap, 0) == ci->ci_xen_current_user_pgd || in pmap_load()
2733 oldpmap == pmap_kernel()); in pmap_load()
2735 KASSERT(pmap_pdirpa(oldpmap, 0) == pmap_pte2pa(ci->ci_pae_l3_pdir[0])); in pmap_load()
2737 KASSERT(pmap_pdirpa(oldpmap, 0) == pmap_pte2pa(rcr3())); in pmap_load()
2772 cpu_load_pmap(pmap, oldpmap); in pmap_load()
[all …]
/dports/science/madness/madness-ebb3fd7/src/apps/tdse/
H A Dtdse4.cc470 pmapT oldpmap = FunctionDefaults<4>::get_pmap(); in trotter() local
480 FunctionDefaults<4>::set_pmap(oldpmap); in trotter()
481 psi1 = copy(psi1, oldpmap, true); in trotter()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/vfb/
H A DInitOutput.c396 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in vfbInstallColormap() local
398 if (pmap != oldpmap) { in vfbInstallColormap()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/vfb/
H A DInitOutput.c396 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in vfbInstallColormap() local
398 if (pmap != oldpmap) { in vfbInstallColormap()

12