Home
last modified time | relevance | path

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

/systemd-251/src/import/
Dimport-raw.c469 static int raw_import_on_input(sd_event_source *s, int fd, uint32_t revents, void *userdata) { in raw_import_on_input() function
517 r = sd_event_add_io(i->event, &i->input_event_source, fd, EPOLLIN, raw_import_on_input, i); in raw_import_start()