Searched refs:sd_device_unref (Results 1 - 4 of 4) sorted by relevance

/systemd/src/systemd/
H A Dsd-device.h37 sd_device *sd_device_unref(sd_device *device);
95 _SD_DEFINE_POINTER_CLEANUP_FUNC(sd_device, sd_device_unref);
/systemd/src/libsystemd/sd-device/
H A Ddevice-enumerator.c92 sd_device_unref(device);
103 sd_device_unref(enumerator->match_parent);
250 sd_device_unref(enumerator->match_parent);
850 sd_device_unref(device);
892 sd_device_unref(prioq_pop(enumerator->devices));
909 sd_device_unref(device);
969 sd_device_unref(prioq_pop(enumerator->devices));
983 sd_device_unref(prioq_pop(enumerator->devices));
H A Dsd-device.c70 _public_ sd_device *sd_device_unref(sd_device *device) { function
72 sd_device_unref(device->parent);
/systemd/src/libudev/
H A Dlibudev-device.c552 sd_device_unref(udev_device->device);

Completed in 1370 milliseconds