Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h32 #ifndef POLLWRBAND
33 #define POLLWRBAND 0x0200 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
Dpoll.h22 #define POLLWRBAND 0x0100 macro
/bionic/tests/headers/posix/
Dpoll_h.c47 MACRO(POLLWRBAND); in poll_h()