Searched refs:__SI_POLL (Results 1 – 1 of 1) sorted by relevance
151 #define __SI_POLL 0 macro246 #define POLL_IN (__SI_POLL|1) /* data input available */247 #define POLL_OUT (__SI_POLL|2) /* output buffers available */248 #define POLL_MSG (__SI_POLL|3) /* input message available */249 #define POLL_ERR (__SI_POLL|4) /* i/o error */250 #define POLL_PRI (__SI_POLL|5) /* high priority input available */251 #define POLL_HUP (__SI_POLL|6) /* device disconnected */