Searched defs:input_event_source (Results 1 - 2 of 2) sorted by relevance

/systemd/src/import/
H A Dimport-raw.c69 sd_event_source *input_event_source; member in struct:RawImport
96 sd_event_source_unref(i->input_event_source);
453 r = sd_event_add_io(i->event, &i->input_event_source, fd, EPOLLIN, raw_import_on_input, i);
456 r = sd_event_add_defer(i->event, &i->input_event_source, raw_import_on_defer, i);
460 r = sd_event_source_set_enabled(i->input_event_source, SD_EVENT_ON);
H A Dimport-tar.c69 sd_event_source *input_event_source; member in struct:TarImport
89 sd_event_source_unref(i->input_event_source);
374 r = sd_event_add_io(i->event, &i->input_event_source, fd, EPOLLIN, tar_import_on_input, i);
377 r = sd_event_add_defer(i->event, &i->input_event_source, tar_import_on_defer, i);
381 r = sd_event_source_set_enabled(i->input_event_source, SD_EVENT_ON);

Completed in 20 milliseconds