Home
last modified time | relevance | path

Searched refs:__SI_POLL (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dsiginfo.h119 #define __SI_POLL 0 macro
205 #define POLL_IN (__SI_POLL|1) /* data input available */
206 #define POLL_OUT (__SI_POLL|2) /* output buffers available */
207 #define POLL_MSG (__SI_POLL|3) /* input message available */
208 #define POLL_ERR (__SI_POLL|4) /* i/o error */
209 #define POLL_PRI (__SI_POLL|5) /* high priority input available */
210 #define POLL_HUP (__SI_POLL|6) /* device disconnected */