OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_DBUS_POLLHUP
(Results
1 - 4
of
4
) sorted by null
/external/dbus/dbus/
dbus-sysdeps.h
259
#define
_DBUS_POLLHUP
0x2000
272
#define
_DBUS_POLLHUP
0x0080
285
#define
_DBUS_POLLHUP
0x0010
dbus-spawn.c
505
else if (revents & (_DBUS_POLLERR |
_DBUS_POLLHUP
))
521
else if (revents & (_DBUS_POLLERR |
_DBUS_POLLHUP
))
765
revents |=
_DBUS_POLLHUP
;
1007
if (revents & (_DBUS_POLLERR |
_DBUS_POLLHUP
))
[
all
...]
dbus-mainloop.c
799
if (fds[i].revents &
_DBUS_POLLHUP
)
dbus-sysdeps-unix.c
[
all
...]
Completed in 45 milliseconds