Searched refs:device_get_cached_sysattr_value (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/udev/ |
D | udev-netlink.c | 130 if (device_get_cached_sysattr_value(device, attr, NULL) != -ESTALE) in cache_unsigned() 152 if (device_get_cached_sysattr_value(device, attr, NULL) != -ESTALE) in cache_hw_addr() 174 if (device_get_cached_sysattr_value(device, attr, NULL) != -ESTALE) in cache_binary() 207 if (device_get_cached_sysattr_value(device, attr, NULL) != -ESTALE) in cache_string() 315 r = device_get_cached_sysattr_value(device, sysattr, ret_value); in device_get_sysattr_value_maybe_from_netlink()
|
/systemd-251/src/libsystemd/sd-device/ |
D | device-private.h | 29 int device_get_cached_sysattr_value(sd_device *device, const char *key, const char **ret_value);
|
D | sd-device.c | 2078 int device_get_cached_sysattr_value(sd_device *device, const char *key, const char **ret_value) { in device_get_cached_sysattr_value() function 2106 r = device_get_cached_sysattr_value(device, sysattr, ret_value); in sd_device_get_sysattr_value()
|