Searched refs:fdi_what (Results 1 – 1 of 1) sorted by relevance
99 short fdi_what; /* combinations of EV_READ and EV_WRITE */ member102 #define FDI_HAS_READ(fdi) ((fdi)->fdi_what & EV_READ)103 #define FDI_HAS_WRITE(fdi) ((fdi)->fdi_what & EV_WRITE)399 fdi->fdi_what |= events; in evport_add()432 fdi->fdi_what &= ~EV_READ; in evport_del()434 fdi->fdi_what &= ~EV_WRITE; in evport_del()453 if ((fdi->fdi_what & (EV_READ|EV_WRITE)) == 0) { in evport_del()