HomeSort by relevance Sort by last modified time
    Searched refs:_DBUS_POLLERR (Results 1 - 6 of 6) sorted by null

  /external/dbus/dbus/
dbus-sysdeps.h 263 #define _DBUS_POLLERR 0x4000
274 #define _DBUS_POLLERR 0x0004
289 #define _DBUS_POLLERR 0x0008
dbus-socket-set-poll.c 257 if (revents & _DBUS_POLLERR)
dbus-spawn.c 515 else if (revents & (_DBUS_POLLERR | _DBUS_POLLHUP))
531 else if (revents & (_DBUS_POLLERR | _DBUS_POLLHUP))
773 revents |= _DBUS_POLLERR;
1030 if (revents & (_DBUS_POLLERR | _DBUS_POLLHUP))
    [all...]
dbus-transport-socket.c     [all...]