Searched defs:wall (Results 1 - 2 of 2) sorted by relevance

/systemd/src/tty-ask-password-agent/
H A Dtty-ask-password-agent.c282 static int parse_password(const char *filename, char **wall) { argument
329 strempty(*wall),
330 *wall ? "\r\n\r\n" : "",
335 free(*wall);
336 *wall = _wall;
438 /* We use named pipes to ensure that wall messages suggesting
453 log_debug_errno(errno, "Failed top open the wall pipe: %m");
475 _cleanup_free_ char *p = NULL, *wall = NULL; local
494 q = parse_password(p, &wall);
498 if (wall)
[all...]
/systemd/src/systemctl/
H A Dsystemctl.c2825 return log_warning_errno(r, "Failed to set wall message, ignoring: %s", bus_error_message(&error, r));
6199 " --no-wall Don't send wall message before halt/power-off/reboot\n"
6306 " --no-wall Don't send wall message before halt/power-off/reboot\n",
6323 " --no-wall Don't send wall message before halt/power-off/reboot\n"
6332 " --no-wall Don't send wall message before halt/power-off/reboot\n\n"
6490 { "no-wall", no_argumen
6998 char **wall = NULL; local
[all...]

Completed in 32 milliseconds