Searched refs:device_shallow_clone (Results 1 – 3 of 3) sorted by relevance
55 int device_shallow_clone(sd_device *device, sd_device **ret);
794 int device_shallow_clone(sd_device *device, sd_device **ret) { in device_shallow_clone() function853 r = device_shallow_clone(device, &dest); in device_clone_with_db()
281 assert_se(device_shallow_clone(device, ©) >= 0); in test_device_copy_properties()