Lines Matching refs:no_ui
2074 int no_ui)
2186 /* no_ui means we are being called from init, not settings.
2187 Now we always reboot from settings, so !no_ui means reboot
2189 if (!no_ui) {
2288 if (how == CRYPTO_ENABLE_INPLACE && (!no_ui || rebootEncryption)) {
2432 int cryptfs_enable(char *howarg, int type, char *passwd, int no_ui)
2434 return cryptfs_enable_internal(howarg, type, passwd, no_ui);
2437 int cryptfs_enable_default(char *howarg, int no_ui)
2440 DEFAULT_PASSWORD, no_ui);