Searched defs:on (Results 1 - 25 of 46) sorted by relevance

12

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy.c65 * Called on the lwip thread (aka tcpip thread) from tcpip_init() via
287 LWIP_UNUSED_ARG(status); /* depends on ifdefs */
297 * Disable SIGPIPE on disconnected socket. It might be easier to
298 * forgo it and just use MSG_NOSIGNAL on each send*(2), since we
304 #error Need a way to disable SIGPIPE on connection oriented sockets!
352 int on = 1; local
353 const socklen_t onlen = sizeof(on);
355 status = setsockopt(s, SOL_SOCKET, SO_NOSIGPIPE, &on, onlen);
367 * relies on OS socket send buffer and doesn't do its own
368 * buffering. Unfortunately on Window
517 int on; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dinput.h109 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
329 Bool /*on*/);
H A Ddmxinputinit.h10 * without limitation on the rights to use, copy, modify, merge,
175 /** Stores a mapping between the device id on the remote X server and
176 * the id on the DMX server */
178 int remote; /**< Event number on remote X server */
179 int server; /**< Event number (unbiased) on DMX server */
210 dmxOnProcPtr on; /**< Turn device on */ member in struct:_DMXLocalInputInfo
265 long deviceId; /**< device id on remote side,
267 const char *deviceName; /**< devive name on remote
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dinput.h113 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
348 Bool /*on*/);
H A Ddmxinputinit.h9 * without limitation on the rights to use, copy, modify, merge,
174 /** Stores a mapping between the device id on the remote X server and
175 * the id on the DMX server */
177 int remote; /**< Event number on remote X server */
178 int server; /**< Event number (unbiased) on DMX server */
209 dmxOnProcPtr on; /**< Turn device on */ member in struct:_DMXLocalInputInfo
264 long deviceId; /**< device id on remote side,
266 const char *deviceName; /**< devive name on remote
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dinput.h113 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
343 Bool /*on*/);
H A Ddmxinputinit.h9 * without limitation on the rights to use, copy, modify, merge,
174 /** Stores a mapping between the device id on the remote X server and
175 * the id on the DMX server */
177 int remote; /**< Event number on remote X server */
178 int server; /**< Event number (unbiased) on DMX server */
209 dmxOnProcPtr on; /**< Turn device on */ member in struct:_DMXLocalInputInfo
264 long deviceId; /**< device id on remote side,
266 const char *deviceName; /**< devive name on remote
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dinput.h106 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
470 Bool /*on*/
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dinput.h111 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
353 Bool /*on*/);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dinput.h111 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
353 Bool /*on*/);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dinput.h167 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
396 Bool /*on*/);
H A Ddmxinputinit.h9 * without limitation on the rights to use, copy, modify, merge,
174 /** Stores a mapping between the device id on the remote X server and
175 * the id on the DMX server */
177 int remote; /**< Event number on remote X server */
178 int server; /**< Event number (unbiased) on DMX server */
209 dmxOnProcPtr on; /**< Turn device on */ member in struct:_DMXLocalInputInfo
264 long deviceId; /**< device id on remote side,
266 const char *deviceName; /**< devive name on remote
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dinput.h156 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
384 Bool /*on*/);
526 /* Set to TRUE by default - os/utils.c sets it to FALSE on user request,
H A Ddmxinputinit.h9 * without limitation on the rights to use, copy, modify, merge,
172 /** Stores a mapping between the device id on the remote X server and
173 * the id on the DMX server */
175 int remote; /**< Event number on remote X server */
176 int server; /**< Event number (unbiased) on DMX server */
207 dmxOnProcPtr on; /**< Turn device on */ member in struct:_DMXLocalInputInfo
262 long deviceId; /**< device id on remote side,
264 const char *deviceName; /**< devive name on remote
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmxinputinit.h9 * without limitation on the rights to use, copy, modify, merge,
169 /** Stores a mapping between the device id on the remote X server and
170 * the id on the DMX server */
172 int remote; /**< Event number on remote X server */
173 int server; /**< Event number (unbiased) on DMX server */
204 dmxOnProcPtr on; /**< Turn device on */ member in struct:_DMXLocalInputInfo
257 long deviceId; /**< device id on remote side,
259 const char *deviceName; /**< devive name on remote
H A Dinput.h170 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
407 Bool /*on */ );
624 #define EVENT_XI2_MASK (1 << 3) /**< XI2 mask set on window */
646 /* Set to TRUE by default - os/utils.c sets it to FALSE on user request,
650 /* Set to FALSE by default - ChangeWindowAttributes sets it to TRUE on
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmxinputinit.h9 * without limitation on the rights to use, copy, modify, merge,
169 /** Stores a mapping between the device id on the remote X server and
170 * the id on the DMX server */
172 int remote; /**< Event number on remote X server */
173 int server; /**< Event number (unbiased) on DMX server */
204 dmxOnProcPtr on; /**< Turn device on */ member in struct:_DMXLocalInputInfo
257 long deviceId; /**< device id on remote side,
259 const char *deviceName; /**< devive name on remote
H A Dinput.h170 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
404 Bool /*on */ );
621 #define EVENT_XI2_MASK (1 << 3) /**< XI2 mask set on window */
643 /* Set to TRUE by default - os/utils.c sets it to FALSE on user request,
647 /* Set to FALSE by default - ChangeWindowAttributes sets it to TRUE on
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxinputinit.h9 * without limitation on the rights to use, copy, modify, merge,
172 /** Stores a mapping between the device id on the remote X server and
173 * the id on the DMX server */
175 int remote; /**< Event number on remote X server */
176 int server; /**< Event number (unbiased) on DMX server */
207 dmxOnProcPtr on; /**< Turn device on */ member in struct:_DMXLocalInputInfo
262 long deviceId; /**< device id on remote side,
264 const char *deviceName; /**< devive name on remote
H A Dinput.h157 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
400 Bool /*on*/);
544 /* Set to TRUE by default - os/utils.c sets it to FALSE on user request,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxinputinit.h9 * without limitation on the rights to use, copy, modify, merge,
172 /** Stores a mapping between the device id on the remote X server and
173 * the id on the DMX server */
175 int remote; /**< Event number on remote X server */
176 int server; /**< Event number (unbiased) on DMX server */
207 dmxOnProcPtr on; /**< Turn device on */ member in struct:_DMXLocalInputInfo
262 long deviceId; /**< device id on remote side,
264 const char *deviceName; /**< devive name on remote
H A Dinput.h157 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
407 Bool /*on*/);
559 /* Set to TRUE by default - os/utils.c sets it to FALSE on user request,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxinputinit.h9 * without limitation on the rights to use, copy, modify, merge,
172 /** Stores a mapping between the device id on the remote X server and
173 * the id on the DMX server */
175 int remote; /**< Event number on remote X server */
176 int server; /**< Event number (unbiased) on DMX server */
207 dmxOnProcPtr on; /**< Turn device on */ member in struct:_DMXLocalInputInfo
262 long deviceId; /**< device id on remote side,
264 const char *deviceName; /**< devive name on remote
H A Dinput.h158 Bool on; /* used by DDX to keep state */ member in struct:_DeviceRec
404 Bool /*on*/);
545 #define XI_MASK (1 << 0) /**< XI mask set on window */
546 #define CORE_MASK (1 << 1) /**< Core mask set on window */
547 #define DONT_PROPAGATE_MASK (1 << 2) /**< DontPropagate mask set on window */
548 #define XI2_MASK (1 << 3) /**< XI2 mask set on window */
568 /* Set to TRUE by default - os/utils.c sets it to FALSE on user request,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxinputinit.h9 * without limitation on the rights to use, copy, modify, merge,
172 /** Stores a mapping between the device id on the remote X server and
173 * the id on the DMX server */
175 int remote; /**< Event number on remote X server */
176 int server; /**< Event number (unbiased) on DMX server */
207 dmxOnProcPtr on; /**< Turn device on */ member in struct:_DMXLocalInputInfo
262 long deviceId; /**< device id on remote side,
264 const char *deviceName; /**< devive name on remote

Completed in 164 milliseconds

12