/systemd/src/resolve/ |
H A D | resolved-mdns.c | 70 static int on_mdns_packet(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
H A D | resolved-llmnr.c | 87 static int on_llmnr_packet(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument 308 static int on_llmnr_stream(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
H A D | resolved-dns-stream.c | 198 static int on_stream_io(sd_event_source *es, int fd, uint32_t revents, void *userdata) { argument 208 if ((revents & EPOLLOUT) && 237 if ((revents & (EPOLLIN|EPOLLHUP|EPOLLRDHUP)) &&
|
/systemd/src/login/ |
H A D | logind-button.c | 138 static int button_dispatch(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
H A D | logind-inhibit.c | 276 static int inhibitor_dispatch_fifo(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
H A D | logind.c | 482 static int manager_dispatch_seat_udev(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument 496 static int manager_dispatch_device_udev(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument 510 static int manager_dispatch_vcsa_udev(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument 532 static int manager_dispatch_button_udev(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument 546 static int manager_dispatch_console(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
/systemd/src/journal-remote/ |
H A D | journal-upload-journal.c | 347 uint32_t revents, 345 dispatch_journal_input(sd_event_source *event, int fd, uint32_t revents, void *userp) argument
|
H A D | journal-upload.c | 337 uint32_t revents, 344 if (revents & EPOLLHUP) { 350 if (!(revents & EPOLLIN)) { 351 log_warning("Unexpected poll event %"PRIu32".", revents); 335 dispatch_fd_input(sd_event_source *event, int fd, uint32_t revents, void *userp) argument
|
/systemd/src/libsystemd-network/ |
H A D | lldp-internal.c | 335 int lldp_receive_packet(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
/systemd/src/network/ |
H A D | networkd-wait-online-manager.c | 221 static int on_network_event(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
/systemd/src/import/ |
H A D | curl-util.c | 42 static int curl_glue_on_io(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument 51 if ((revents & (EPOLLIN|EPOLLOUT)) == (EPOLLIN|EPOLLOUT)) 53 else if (revents & EPOLLIN) 55 else if (revents & EPOLLOUT)
|
H A D | export-raw.c | 252 static int raw_export_on_output(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
H A D | export-tar.c | 242 static int tar_export_on_output(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
H A D | import-raw.c | 415 static int raw_import_on_input(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
H A D | import-tar.c | 336 static int tar_import_on_input(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
/systemd/src/journal/ |
H A D | journald-kmsg.c | 382 static int dispatch_dev_kmsg(sd_event_source *es, int fd, uint32_t revents, void *userdata) { argument 389 if (revents & EPOLLERR) 392 if (!(revents & EPOLLIN)) 393 log_error("Got invalid event from epoll for /dev/kmsg: %"PRIx32, revents);
|
H A D | journald-stream.c | 437 static int stdout_stream_process(sd_event_source *es, int fd, uint32_t revents, void *userdata) { argument 444 if ((revents|EPOLLIN|EPOLLHUP) != (EPOLLIN|EPOLLHUP)) { 445 log_error("Got invalid event from epoll for stdout stream: %"PRIx32, revents); 524 static int stdout_stream_new(sd_event_source *es, int listen_fd, uint32_t revents, void *userdata) { argument 531 if (revents != EPOLLIN) { 532 log_error("Got invalid event from epoll for stdout server fd: %"PRIx32, revents);
|
/systemd/src/libsystemd/sd-event/ |
H A D | test-event.c | 36 static int unref_handler(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument 42 static int io_handler(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
/systemd/src/shared/ |
H A D | ptyfwd.c | 264 static int on_master_event(sd_event_source *e, int fd, uint32_t revents, void *userdata) { argument 273 if (revents & (EPOLLIN|EPOLLHUP)) 276 if (revents & (EPOLLOUT|EPOLLHUP)) 282 static int on_stdin_event(sd_event_source *e, int fd, uint32_t revents, void *userdata) { argument 291 if (revents & (EPOLLIN|EPOLLHUP)) 297 static int on_stdout_event(sd_event_source *e, int fd, uint32_t revents, void *userdata) { argument 306 if (revents & (EPOLLOUT|EPOLLHUP))
|
/systemd/src/core/ |
H A D | dbus.c | 617 static int bus_on_connection(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
H A D | device.c | 44 static int device_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata); 700 static int device_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata) { argument 708 if (revents != EPOLLIN) { 713 if (!(revents & EPOLLIN))
|
H A D | path.c | 48 static int path_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata); 160 int path_spec_fd_event(PathSpec *s, uint32_t revents) { argument 166 if (revents != EPOLLIN) { 650 static int path_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata) { argument 676 changed = path_spec_fd_event(s, revents);
|
H A D | busname.c | 51 static int busname_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata); 827 static int busname_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata) { argument 838 if (revents != EPOLLIN) { 839 log_unit_error(UNIT(n), "Got unexpected poll event (0x%x) on starter fd.", revents); local
|
/systemd/src/libsystemd/sd-netlink/ |
H A D | sd-netlink.c | 717 static int io_callback(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument
|
/systemd/src/socket-proxy/ |
H A D | socket-proxyd.c | 191 static int traffic_cb(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument 299 static int connect_cb(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument 491 static int accept_cb(sd_event_source *s, int fd, uint32_t revents, void *userdata) { argument 498 assert(revents & EPOLLIN);
|