Searched refs:tar_import_on_input (Results 1 - 1 of 1) sorted by relevance

/systemd/src/import/
H A Dimport-tar.c336 static int tar_import_on_input(sd_event_source *s, int fd, uint32_t revents, void *userdata) { function
374 r = sd_event_add_io(i->event, &i->input_event_source, fd, EPOLLIN, tar_import_on_input, i);

Completed in 785 milliseconds