Searched refs:POLLSTANDARD (Results 1 – 2 of 2) sorted by relevance
104 fds.events = POLLSTANDARD; in skt_badringtx_common()116 assert(fds.events == POLLSTANDARD); in skt_badringtx_common()223 fds.events = POLLSTANDARD; in skt_badringrx_common()235 assert(fds.events == POLLSTANDARD); in skt_badringrx_common()
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\ macro