HomeSort by: relevance | last modified time | path
    Searched refs:ELE_WRITE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
eloop.h 56 #define ELE_WRITE 0x0002
eloop.c 295 if (e->events & ELE_WRITE)
329 if (fd == -1 || !(events & (ELE_READ | ELE_WRITE | ELE_HANGUP))) {
368 if (events & ELE_WRITE && !(e->events & ELE_WRITE))
370 else if (!(events & ELE_WRITE) && e->events & ELE_WRITE)
393 if (events & ELE_WRITE)
444 if (e->events & ELE_WRITE) {
714 if (e->events & ELE_WRITE) {
724 if (e->events & ELE_WRITE)
    [all...]
control.c 209 if (!(events & (ELE_READ | ELE_WRITE | ELE_HANGUP)))
212 if (events & ELE_WRITE && !(events & ELE_HANGUP)) {
629 events = ELE_WRITE;

Completed in 29 milliseconds