Searched refs:device_set_syspath (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/libsystemd/sd-device/ |
D | device-internal.h | 105 int device_set_syspath(sd_device *device, const char *_syspath, bool verify);
|
D | device-private.c | 271 r = device_set_syspath(device, path, false); in device_amend() 772 r = device_set_syspath(device, new_syspath, false); in device_rename() 806 r = device_set_syspath(dest, device->syspath, false); in device_shallow_clone()
|
D | sd-device.c | 140 int device_set_syspath(sd_device *device, const char *_syspath, bool verify) { in device_set_syspath() function 264 r = device_set_syspath(device, syspath, /* verify= */ true); in sd_device_new_from_syspath()
|