Searched refs:sd_event_source_set_io_fd (Results 1 – 5 of 5) sorted by relevance
135 int sd_event_source_set_io_fd(sd_event_source *s, int fd);
450 sd_event_source_set_io_fd;
551 'sd_event_source_set_io_fd',
3717 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()
2195 _public_ int sd_event_source_set_io_fd(sd_event_source *s, int fd) { in sd_event_source_set_io_fd() function