Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudev-netlink.c130 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/
Ddevice-private.h29 int device_get_cached_sysattr_value(sd_device *device, const char *key, const char **ret_value);
Dsd-device.c2078 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()