Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-device/
Ddevice-private.h55 int device_shallow_clone(sd_device *device, sd_device **ret);
Ddevice-private.c794 int device_shallow_clone(sd_device *device, sd_device **ret) { in device_shallow_clone() function
853 r = device_shallow_clone(device, &dest); in device_clone_with_db()
Dtest-sd-device-monitor.c281 assert_se(device_shallow_clone(device, &copy) >= 0); in test_device_copy_properties()