Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-device/
Ddevice-private.c619 if (device->watch_handle >= 0) in device_get_watch_handle()
620 return device->watch_handle; in device_get_watch_handle()
647 return device->watch_handle = wd; in device_get_watch_handle()
679 device->watch_handle = -1; in device_remove_watch_handle()
721 device->watch_handle = wd; in device_set_watch_handle()
Ddevice-internal.h24 int watch_handle; member
Dsd-device.c49 .watch_handle = -1, in device_new_aux()