Home
last modified time | relevance | path

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

/systemd-251/src/systemd/
Dsd-device.h53 typedef int (*sd_device_monitor_handler_t)(sd_device_monitor *m, sd_device *device, void *userdata); typedef
145 int sd_device_monitor_start(sd_device_monitor *m, sd_device_monitor_handler_t callback, void *userd…
/systemd-251/src/libsystemd/sd-device/
Ddevice-monitor.c49 sd_device_monitor_handler_t callback;
244 _public_ int sd_device_monitor_start(sd_device_monitor *m, sd_device_monitor_handler_t callback, vo… in sd_device_monitor_start()