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

/systemd/src/core/
H A Ddevice.c44 static int device_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata);
640 r = sd_event_add_io(m->event, &m->udev_event_source, udev_monitor_get_fd(m->udev_monitor), EPOLLIN, device_dispatch_io, m);
700 static int device_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata) { function

Completed in 12 milliseconds