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

/systemd/src/core/
H A Dbusname.c51 static int busname_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata);
297 r = sd_event_add_io(UNIT(n)->manager->event, &n->starter_event_source, n->starter_fd, EPOLLIN, busname_dispatch_io, n);
827 static int busname_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata) { function

Completed in 12 milliseconds