Searched refs:linux_parse_vt_settings (Results 1 – 4 of 4) sorted by relevance
29 int linux_parse_vt_settings(int may_fail);
89 linux_parse_vt_settings(int may_fail) in linux_parse_vt_settings() function181 linux_parse_vt_settings(FALSE); in xf86OpenConsole()
619 if (!ServerIsNotSeat0() && linux_parse_vt_settings(TRUE) && !linux_get_keeptty()) { in systemd_logind_init()
34737 linux: Add a may_fail paramter to linux_parse_vt_settings34739 linux_parse_vt_settings() was split out of xf86OpenConsole so that it can34743 The FatalError calls in linux_parse_vt_settings() may stop the Xorg xserver34746 This commit adds a may_fail parameter to linux_parse_vt_settings() which34747 can be used to make linux_parse_vt_settings() fail silenty with an error34757 linux: Add linux_parse_vt_settings and linux_get_keeptty helpers34780 linux_parse_vt_settings() without changing a single line of it, this is