Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-device/
Ddevice-private.h56 int device_clone_with_db(sd_device *device, sd_device **ret);
Ddevice-private.c846 int device_clone_with_db(sd_device *device, sd_device **ret) { in device_clone_with_db() function
/systemd-251/src/udev/
Dudev-event.c1074 r = device_clone_with_db(dev, &event->dev_db_clone); in udev_event_execute_rules()