Home
last modified time | relevance | path

Searched refs:sd_event_source_set_io_fd (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/systemd/
Dsd-event.h135 int sd_event_source_set_io_fd(sd_event_source *s, int fd);
/systemd-251/src/libsystemd/
Dlibsystemd.sym450 sd_event_source_set_io_fd;
/systemd-251/man/rules/
Dmeson.build551 'sd_event_source_set_io_fd',
/systemd-251/src/libsystemd/sd-bus/
Dsd-bus.c3717 r = sd_event_source_set_io_fd(bus->input_io_event_source, bus->input_fd); in bus_attach_io_events()
3736 r = sd_event_source_set_io_fd(bus->output_io_event_source, bus->output_fd); in bus_attach_io_events()
3774 r = sd_event_source_set_io_fd(bus->inotify_event_source, bus->inotify_fd); in bus_attach_inotify_event()
/systemd-251/src/libsystemd/sd-event/
Dsd-event.c2195 _public_ int sd_event_source_set_io_fd(sd_event_source *s, int fd) { in sd_event_source_set_io_fd() function