Searched refs:REBOOT_PARAM_FILE (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Ddef.h44 #define REBOOT_PARAM_FILE "/run/systemd/reboot-param" macro
H A Dutil.c780 r = write_string_file(REBOOT_PARAM_FILE, param, WRITE_STRING_FILE_CREATE);
782 return log_error_errno(r, "Failed to write reboot param to "REBOOT_PARAM_FILE": %m");
784 (void) unlink(REBOOT_PARAM_FILE);
/systemd/src/core/
H A Dshutdown.c400 if (read_one_line_file(REBOOT_PARAM_FILE, &param) >= 0) {
/systemd/src/systemctl/
H A Dsystemctl.c7446 if (read_one_line_file(REBOOT_PARAM_FILE, &param) >= 0) {

Completed in 1141 milliseconds