Searched refs:may_fail (Results 1 – 5 of 5) sorted by relevance
89 linux_parse_vt_settings(int may_fail) in linux_parse_vt_settings() argument111 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()
29 int linux_parse_vt_settings(int may_fail);
172 static int sclp_tty_write_string(const unsigned char *str, int count, int may_fail) in sclp_tty_write_string() argument189 if (may_fail) in sclp_tty_write_string()
406 int convertlf, int may_fail) in __sclp_vt220_write() argument423 if (may_fail || sclp_vt220_suspended) in __sclp_vt220_write()
34737 linux: Add a may_fail paramter to linux_parse_vt_settings34746 This commit adds a may_fail parameter to linux_parse_vt_settings() which