Searched refs:FDE_ERROR (Results 1 - 4 of 4) sorted by relevance

/bootable/recovery/minadbd/
H A Dfdevent.h25 #define FDE_ERROR 0x0004 macro
H A Dfdevent.c76 fde->state & FDE_ERROR ? 'E' : ' ',
171 if(events & FDE_ERROR) ev.events |= (EPOLLERR | EPOLLHUP);
229 fde->events |= FDE_ERROR;
293 if(events & FDE_ERROR) {
408 if(FD_ISSET(i, &efd)) { events |= FDE_ERROR; n--; }
H A Dsysdeps.h178 #define FDE_ERROR 0x0004 macro
H A Dsockets.c375 if(ev & FDE_ERROR){
381 D("LS(%d): FDE_ERROR (fd=%d)\n", s->id, s->fd);
398 /* fdevent_add(&s->fde, FDE_ERROR); */

Completed in 514 milliseconds