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

/systemd/src/core/
H A Dservice.c337 static int on_fd_store_io(sd_event_source *e, int fd, uint32_t revents, void *userdata) { function
381 r = sd_event_add_io(UNIT(s)->manager->event, &fs->event_source, fd, 0, on_fd_store_io, fs);

Completed in 19 milliseconds