Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dpoll.h50 #define POLLNVAL 0x020 /* Invalid polling request. */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dpoll.h10 #define POLLNVAL 0x0020 macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c1122 if (fds.revents&(POLLHUP | POLLERR |POLLNVAL)) in IPA_Pool_Polling_Task()