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

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

Completed in 54 milliseconds