Home
last modified time | relevance | path

Searched refs:device_new_aux (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/fuzz/
Dfuzz-udev-database.c23 assert_se(device_new_aux(&dev) >= 0); in LLVMFuzzerTestOneInput()
/systemd-251/src/libsystemd/sd-device/
Ddevice-internal.h99 int device_new_aux(sd_device **ret);
Ddevice-private.c445 r = device_new_aux(&device); in device_new_from_strv()
479 r = device_new_aux(&device); in device_new_from_nulstr()
802 r = device_new_aux(&dest); in device_shallow_clone()
Dsd-device.c38 int device_new_aux(sd_device **ret) { in device_new_aux() function
260 r = device_new_aux(&device); in sd_device_new_from_syspath()