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

/systemd/src/libsystemd/sd-device/
H A Ddevice-internal.h64 int watch_handle; member in struct:sd_device
H A Ddevice-private.c124 r = safe_atoi(value, &device->watch_handle);
748 *handle = device->watch_handle;
756 device->watch_handle = handle;
980 if (device->watch_handle >= 0)
1059 if (device->watch_handle >= 0)
1060 fprintf(f, "W:%i\n", device->watch_handle);
H A Dsd-device.c55 device->watch_handle = -1;
1178 r = safe_atoi(value, &device->watch_handle);

Completed in 1081 milliseconds