From 1f876171067c04fc21fccd5a3051f982fd85c0f0 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 21 Oct 2009 19:07:36 +0000 Subject: Updated to xorg-server-1.7.99.1 --- xorg-server/hw/dmx/doc/html/dmxsigio_8h.html | 330 ++++++++++++--------------- 1 file changed, 150 insertions(+), 180 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/dmxsigio_8h.html') diff --git a/xorg-server/hw/dmx/doc/html/dmxsigio_8h.html b/xorg-server/hw/dmx/doc/html/dmxsigio_8h.html index 1e55b7b83..7353f4fbe 100644 --- a/xorg-server/hw/dmx/doc/html/dmxsigio_8h.html +++ b/xorg-server/hw/dmx/doc/html/dmxsigio_8h.html @@ -6,212 +6,182 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+ + +

dmxsigio.h File Reference

-

-Go to the source code of this file. - - - - - - - - - - - - - - +

Go to the source code of this file.

+

Functions

void dmxSigioBlock (void)
void dmxSigioUnblock (void)
void dmxSigioEnableInput (void)
void dmxSigioDisableInput (void)
void dmxSigioRegister (DMXInputInfo *dmxInput, int fd)
void dmxSigioUnregister (DMXInputInfo *dmxInput)
+ + + + + + +

Functions

void dmxSigioBlock (void)
void dmxSigioUnblock (void)
void dmxSigioEnableInput (void)
void dmxSigioDisableInput (void)
void dmxSigioRegister (DMXInputInfo *dmxInput, int fd)
void dmxSigioUnregister (DMXInputInfo *dmxInput)
-


Detailed Description

-Interface to SIGIO handling support.
See also:
dmxsigio.c
-

Function Documentation

-

- - - - -
- +

Detailed Description

+

Interface to SIGIO handling support.

+
See also:
dmxsigio.c
+

Function Documentation

+ +
+
+
- - - - - - + + + + + + -
void dmxSigioBlock void   ) void dmxSigioBlock (void  ) 
-
- - - - - -
-   - - -

-Block SIGIO handling.

-

- - - - -
- + +
+

Block SIGIO handling.

+ +

Referenced by dmxCoreMotion(), dmxExtMotion(), and dmxTranslateAndEnqueueExtEvent().

+ +
+ + +
+
+
- - - - - - + + + + + + -
void dmxSigioDisableInput void   ) void dmxSigioDisableInput (void  ) 
-
- - - - - -
-   - - -

-Disable SIGIO handling. This removes the hanlder from the OS.

-

- - - - -
- + +
+

Disable SIGIO handling. This removes the hanlder from the OS.

+ +

References dmxInputEnabled, dmxInputs, dmxNumInputs, and dmxSigioRemove().

+ +

Referenced by dmxWakeupHandler().

+ +
+ + +
+
+
- - - - - - + + + + + + -
void dmxSigioEnableInput void   ) void dmxSigioEnableInput (void  ) 
-
- - - - - -
-   - - -

-Enable SIGIO handling. This instantiates the handler with the OS.

-

- - - - -
- + +
+

Enable SIGIO handling. This instantiates the handler with the OS.

+ +

References dmxInputEnabled, dmxInputs, dmxNumInputs, and dmxSigioAdd().

+ +

Referenced by dmxSwitchReturn().

+ +
+ + +
+
+
- - - - + + + + + - - - + + - - + + -
void dmxSigioRegister DMXInputInfo dmxInput, void dmxSigioRegister (DMXInputInfo dmxInput,
int  fdint  fd 
)
-
- - - - - -
-   - - -

-Make a note that the input device described in dmxInput will be using the file descriptor fd for SIGIO signals. Calls AddEnabledDevice ifi SIGIO handling has been enabled with dmxSigioEnableInput().

-

- - - - -
- + +
+

Make a note that the input device described in dmxInput will be using the file descriptor fd for SIGIO signals. Calls AddEnabledDevice ifi SIGIO handling has been enabled with dmxSigioEnableInput().

+ +

References DMX_MAX_SIGIO_FDS, DMX_USESIGIO, dmxFatal, dmxInputEnabled, dmxLog(), dmxSigioAdd(), _DMXInputInfo::sigioFd, _DMXInputInfo::sigioFdCount, and _DMXInputInfo::sigioState.

+ +

Referenced by dmxDeviceOnOff().

+ +
+ + +
+
+
- - - - - - + + + + + + -
void dmxSigioUnblock void   ) void dmxSigioUnblock (void  ) 
-
- - - - - -
-   - - -

-Unblock SIGIO handling.

-

- - - - -
- + +
+

Unblock SIGIO handling.

+ +

Referenced by dmxCoreMotion(), dmxExtMotion(), and dmxTranslateAndEnqueueExtEvent().

+ +
+ + +
+
+
- - - - - - + + + + + + -
void dmxSigioUnregister DMXInputInfo dmxInput  ) void dmxSigioUnregister (DMXInputInfo dmxInput ) 
-
- - - - - -
-   - - -

-Remove the notes that dmxInput is using any file descriptors for SIGIO signals. Calls RemoveEnabledDevice.

+

+
+

Remove the notes that dmxInput is using any file descriptors for SIGIO signals. Calls RemoveEnabledDevice.

+ +

References DMX_NOSIGIO, dmxSigioRemove(), _DMXInputInfo::sigioFdCount, and _DMXInputInfo::sigioState.

+ +

Referenced by dmxDeviceOnOff().

+ +
+ +
-- cgit v1.2.3