Home
last modified time | relevance | path

Searched refs:may_fail (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_init.c89 linux_parse_vt_settings(int may_fail) in linux_parse_vt_settings() argument
111 if (may_fail) in linux_parse_vt_settings()
120 if (may_fail) in linux_parse_vt_settings()
130 if (may_fail) in linux_parse_vt_settings()
136 if (may_fail) in linux_parse_vt_settings()
H A Dlinux.h29 int linux_parse_vt_settings(int may_fail);
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_tty.c172 static int sclp_tty_write_string(const unsigned char *str, int count, int may_fail) in sclp_tty_write_string() argument
189 if (may_fail) in sclp_tty_write_string()
H A Dsclp_vt220.c406 int convertlf, int may_fail) in __sclp_vt220_write() argument
423 if (may_fail || sclp_vt220_suspended) in __sclp_vt220_write()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog34737 linux: Add a may_fail paramter to linux_parse_vt_settings
34746 This commit adds a may_fail parameter to linux_parse_vt_settings() which