Home
last modified time | relevance | path

Searched refs:linux_parse_vt_settings (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlinux.h29 int linux_parse_vt_settings(int may_fail);
H A Dlnx_init.c89 linux_parse_vt_settings(int may_fail) in linux_parse_vt_settings() function
181 linux_parse_vt_settings(FALSE); in xf86OpenConsole()
H A Dsystemd-logind.c619 if (!ServerIsNotSeat0() && linux_parse_vt_settings(TRUE) && !linux_get_keeptty()) { in systemd_logind_init()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog34737 linux: Add a may_fail paramter to linux_parse_vt_settings
34739 linux_parse_vt_settings() was split out of xf86OpenConsole so that it can
34743 The FatalError calls in linux_parse_vt_settings() may stop the Xorg xserver
34746 This commit adds a may_fail parameter to linux_parse_vt_settings() which
34747 can be used to make linux_parse_vt_settings() fail silenty with an error
34757 linux: Add linux_parse_vt_settings and linux_get_keeptty helpers
34780 linux_parse_vt_settings() without changing a single line of it, this is