Home | History | Annotate | Download | only in xlat

Lines Matching refs:POLLWRBAND

73 #if defined(POLLWRBAND) || (defined(HAVE_DECL_POLLWRBAND) && HAVE_DECL_POLLWRBAND)
75 static_assert((POLLWRBAND) == (0x0100), "POLLWRBAND != 0x0100");
78 # define POLLWRBAND 0x0100
81 #if defined(POLLWRBAND) || (defined(HAVE_DECL_POLLWRBAND) && HAVE_DECL_POLLWRBAND)
83 static_assert((POLLWRBAND) == (0x0200), "POLLWRBAND != 0x0200");
86 # define POLLWRBAND 0x0200
182 XLAT(POLLWRBAND),
184 XLAT(POLLWRBAND),