Home | History | Annotate | Download | only in xlat

Lines Matching refs:POLLREMOVE

107 #if defined(POLLREMOVE) || (defined(HAVE_DECL_POLLREMOVE) && HAVE_DECL_POLLREMOVE)
109 static_assert((POLLREMOVE) == (0x0400), "POLLREMOVE != 0x0400");
112 # define POLLREMOVE 0x0400
115 #if defined(POLLREMOVE) || (defined(HAVE_DECL_POLLREMOVE) && HAVE_DECL_POLLREMOVE)
117 static_assert((POLLREMOVE) == (0x0800), "POLLREMOVE != 0x0800");
120 # define POLLREMOVE 0x0800
123 #if defined(POLLREMOVE) || (defined(HAVE_DECL_POLLREMOVE) && HAVE_DECL_POLLREMOVE)
125 static_assert((POLLREMOVE) == (0x1000), "POLLREMOVE != 0x1000");
128 # define POLLREMOVE 0x1000
194 XLAT(POLLREMOVE),
196 XLAT(POLLREMOVE),
198 XLAT(POLLREMOVE),