Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-sysdeps.h265 #define _DBUS_POLLHUP 0x2000 macro
278 #define _DBUS_POLLHUP 0x0080 macro
291 #define _DBUS_POLLHUP 0x0010 macro
Ddbus-spawn.c515 else if (revents & (_DBUS_POLLERR | _DBUS_POLLHUP)) in handle_babysitter_socket()
531 else if (revents & (_DBUS_POLLERR | _DBUS_POLLHUP)) in handle_error_pipe()
775 revents |= _DBUS_POLLHUP; in handle_watch()
1030 if (revents & (_DBUS_POLLERR | _DBUS_POLLHUP)) in check_babysit_events()
Ddbus-socket-set-poll.c255 if (revents & _DBUS_POLLHUP) in watch_flags_from_poll_revents()
Ddbus-sysdeps-unix.c2546 _DBUS_POLLHUP == POLLHUP && in _dbus_poll()