Searched refs:POLL_IN (Results 1 – 13 of 13) sorted by relevance
6 #if defined(POLL_IN) || (defined(HAVE_DECL_POLL_IN) && HAVE_DECL_POLL_IN)8 static_assert((POLL_IN) == (1), "POLL_IN != 1");11 # define POLL_IN 161 XLAT(POLL_IN),
1 POLL_IN 1
7 #ifndef POLL_IN8 #error POLL_IN not defined
30 POLL_IN
290 #ifdef POLL_IN291 DEFINE_ENTRY(POLL_IN)
132 if (info.si_fd == pipe_fd[0] && info.si_code == POLL_IN) in child_fn()
185 case POLL_IN: case POLL_OUT: case POLL_MSG: in print_si_info()
277 #define POLL_IN 1 /* data input available */ macro
164 POLL_IN = 1 variable
169 POLL_IN = 1 variable
556 POLL_IN = 1 variable
553 POLL_IN = 1 variable
3601 #ifdef POLL_IN3602 { "POLL_IN", (unsigned long) POLL_IN },