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

/systemd/src/libsystemd/sd-device/
H A Ddevice-internal.h115 int device_set_syspath(sd_device *device, const char *_syspath, bool verify);
H A Ddevice-private.c386 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 Dsd-device.c150 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