Home
last modified time | relevance | path

Searched refs:write_string_file_atomic_label (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/shared/
Dfileio-label.h11 static inline int write_string_file_atomic_label(const char *fn, const char *line) { in write_string_file_atomic_label() function
Dfileio-label.c30 r = write_string_file_atomic_label("/run/nologin", in create_shutdown_run_nologin_or_warn()
Ddropin.c72 return write_string_file_atomic_label(q, data); in write_drop_in()
/systemd-251/src/timedate/
Dtimedated.c399 return write_string_file_atomic_label("/etc/adjtime", w); in context_write_data_local_rtc()
/systemd-251/src/login/
Dlogind-dbus.c1381 r = write_string_file_atomic_label(file, rule); in attach_device()
2894 … r = write_string_file_atomic_label("/run/systemd/reboot-to-boot-loader-menu", buf); in method_set_reboot_to_boot_loader_menu()
3089 … r = write_string_file_atomic_label("/run/systemd/reboot-boot-to-loader-entry", v); in method_set_reboot_to_boot_loader_entry()
/systemd-251/src/hostname/
Dhostnamed.c517 r = write_string_file_atomic_label("/etc/hostname", c->data[PROP_STATIC_HOSTNAME]); in context_write_data_static_hostname()
/systemd-251/src/core/
Dunit.c4390 r = write_string_file_atomic_label(q, wrapped); in unit_write_setting()