Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-device/
Ddevice-monitor.c229 static int device_monitor_event_handler(sd_event_source *s, int fd, uint32_t revents, void *userdat… in device_monitor_event_handler() function
262 …r = sd_event_add_io(m->event, &m->event_source, m->sock, EPOLLIN, device_monitor_event_handler, m); in sd_device_monitor_start()