Searched refs:flag_file (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | ask-password-api.c | 207 const char *flag_file, in ask_password_plymouth() argument 228 if (flag_file) { in ask_password_plymouth() 233 r = inotify_add_watch(notify, flag_file, IN_ATTRIB); /* for the link count */ in ask_password_plymouth() 271 if (flag_file && access(flag_file, F_OK) < 0) { in ask_password_plymouth() 384 const char *flag_file, in ask_password_tty() argument 413 if (flag_file || (FLAGS_SET(flags, ASK_PASSWORD_ACCEPT_CACHED) && keyname)) { in ask_password_tty() 418 if (flag_file) { in ask_password_tty() 419 if (inotify_add_watch(notify, flag_file, IN_ATTRIB /* for the link count */) < 0) in ask_password_tty() 494 if (flag_file) in ask_password_tty() 495 if (access(flag_file, F_OK) < 0) { in ask_password_tty()
|
D | ask-password-api.h | 20 …e, const char *key_name, usec_t until, AskPasswordFlags flags, const char *flag_file, char ***ret); 21 …uth(const char *message, usec_t until, AskPasswordFlags flags, const char *flag_file, char ***ret);
|
/systemd-251/src/tty-ask-password-agent/ |
D | tty-ask-password-agent.c | 142 const char *flag_file, in agent_ask_password_tty() argument 160 r = ask_password_tty(tty_fd, message, NULL, until, flags, flag_file, ret); in agent_ask_password_tty()
|