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

/systemd/src/basic/
H A Dfileio-label.h27 int write_string_file_atomic_label(const char *fn, const char *line);
H A Dfileio-label.c27 int write_string_file_atomic_label(const char *fn, const char *line) { function
/systemd/src/user-sessions/
H A Duser-sessions.c70 r = write_string_file_atomic_label("/run/nologin", "System is going down.");
/systemd/src/shared/
H A Ddropin.c95 return write_string_file_atomic_label(q, data);
/systemd/src/hostname/
H A Dhostnamed.c310 return write_string_file_atomic_label("/etc/hostname", c->data[PROP_STATIC_HOSTNAME]);
/systemd/src/timedate/
H A Dtimedated.c163 return write_string_file_atomic_label("/etc/adjtime", w);
/systemd/src/login/
H A Dlogind-dbus.c1229 r = write_string_file_atomic_label(file, rule);
1819 r = write_string_file_atomic_label("/run/nologin", "System is going down.");

Completed in 44 milliseconds