Searched defs:mapped (Results 1 - 25 of 41) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
H A Dwindowstr.h159 unsigned mapped:1; member in struct:_Window
160 unsigned realized:1; /* ancestors are all mapped */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
H A Dwindowstr.h158 unsigned mapped:1; member in struct:_Window
159 unsigned realized:1; /* ancestors are all mapped */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmxwindow.h47 Bool mapped; member in struct:_dmxWinPriv
H A Dwindowstr.h127 unsigned mapped:1; member in struct:_Window
128 unsigned realized:1; /* ancestors are all mapped */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
H A Dwindowstr.h154 unsigned mapped:1; member in struct:_Window
155 unsigned realized:1; /* ancestors are all mapped */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
H A Dwindowstr.h156 unsigned mapped:1; member in struct:_Window
157 unsigned realized:1; /* ancestors are all mapped */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
H A Dwindowstr.h160 unsigned mapped:1; member in struct:_Window
161 unsigned realized:1; /* ancestors are all mapped */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxwindow.h46 Bool mapped; member in struct:_dmxWinPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmxwindow.h47 Bool mapped; member in struct:_dmxWinPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmxwindow.h47 Bool mapped; member in struct:_dmxWinPriv
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping_win.c171 int mapped; local
188 mapped = pxremap_outbound_ip4((ip_addr_t *)&dst, (ip_addr_t *)&iph->dest);
189 if (RT_UNLIKELY(mapped == PXREMAP_FAILED)) {
194 if (mapped == PXREMAP_ASIS) {
324 int mapped; local
345 mapped = pxremap_inbound_ip4(&src, (ip_addr_t *)&reply->Address);
346 if (mapped == PXREMAP_FAILED) {
349 if (mapped == PXREMAP_ASIS) {
456 int mapped; local
470 mapped
610 int mapped; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostbydns.c638 static const u_char mapped[] = { 0,0, 0,0, 0,0, 0,0, 0,0, 0xff,0xff }; local
656 (!bcmp(uaddr, mapped, sizeof mapped) ||
659 addr += sizeof mapped;
660 uaddr += sizeof mapped;

Completed in 153 milliseconds

12