Home
last modified time | relevance | path

Searched refs:FDEVENT_NVAL (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dfdevent_solaris_port.c68 if (e & POLLNVAL) events |= FDEVENT_NVAL; in fdevent_solaris_port_event_get_revent()
H A Dfdevent_solaris_devpoll.c94 if (poll_r & POLLNVAL) r |= FDEVENT_NVAL; in fdevent_solaris_devpoll_event_get_revent()
H A Dfdevent.h70 #define FDEVENT_NVAL BV(5) macro
H A Dfdevent_poll.c150 if (poll_r & POLLNVAL) r |= FDEVENT_NVAL; in fdevent_poll_event_get_revent()