Searched refs:device_monitor_event_handler (Results 1 – 1 of 1) sorted by relevance
229 static int device_monitor_event_handler(sd_event_source *s, int fd, uint32_t revents, void *userdat… in device_monitor_event_handler() function262 …r = sd_event_add_io(m->event, &m->event_source, m->sock, EPOLLIN, device_monitor_event_handler, m); in sd_device_monitor_start()