Home
last modified time | relevance | path

Searched refs:device_read_uevent_file (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/libsystemd/sd-device/
Dsd-device.c696 int device_read_uevent_file(sd_device *device) { in device_read_uevent_file() function
792 r = device_read_uevent_file(device); in sd_device_get_ifindex()
1024 r = device_read_uevent_file(device); in sd_device_get_devtype()
1075 r = device_read_uevent_file(device); in sd_device_get_devnum()
1158 r = device_read_uevent_file(device); in sd_device_get_devname()
1262 r = device_read_uevent_file(device); in sd_device_get_diskseq()
1752 r = device_read_uevent_file(device); in device_properties_prepare()
Ddevice-private.h68 int device_read_uevent_file(sd_device *device);
Ddevice-private.c838 r = device_read_uevent_file(dest); in device_shallow_clone()
/systemd-251/src/udev/
Dudevadm-util.c107 r = device_read_uevent_file(dev); in find_device_with_action()
/systemd-251/src/test/
Dtest-udev.c45 r = device_read_uevent_file(dev); in device_new_from_synthetic_event()