Searched refs:device_set_syspath (Results 1 - 3 of 3) sorted by relevance
/systemd/src/libsystemd/sd-device/ |
H A D | device-internal.h | 115 int device_set_syspath(sd_device *device, const char *_syspath, bool verify);
|
H A D | device-private.c | 386 r = device_set_syspath(device, path, false); 775 r = device_set_syspath(device, new_syspath, false); 806 r = device_set_syspath(ret, old_device->syspath, false);
|
H A D | sd-device.c | 150 int device_set_syspath(sd_device *device, const char *_syspath, bool verify) { function 235 r = device_set_syspath(device, syspath, true);
|
Completed in 926 milliseconds