Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-device/
Ddevice-internal.h105 int device_set_syspath(sd_device *device, const char *_syspath, bool verify);
Ddevice-private.c271 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()
Dsd-device.c140 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()