Home
last modified time | relevance | path

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

/systemd-251/src/systemd/
Dsd-device.h109 int sd_device_set_sysattr_valuef(sd_device *device, const char *sysattr, const char *format, ...) _…
/systemd-251/src/backlight/
Dbacklight.c488 r = sd_device_set_sysattr_valuef(device, "brightness", "%u", brightness); in run()
/systemd-251/src/libsystemd/
Dlibsystemd.sym737 sd_device_set_sysattr_valuef;
/systemd-251/src/libsystemd/sd-device/
Dsd-device.c2240 _public_ int sd_device_set_sysattr_valuef(sd_device *device, const char *sysattr, const char *forma… in sd_device_set_sysattr_valuef() function