Lines Matching refs:ksft_exit_fail_msg
122 ksft_exit_fail_msg("stdout attach\n"); in dump_config_tree()
124 ksft_exit_fail_msg("config save\n"); in dump_config_tree()
136 ksft_exit_fail_msg("Unable to parse filename %s\n", filename); in conf_load_from_file()
139 ksft_exit_fail_msg("Out of memory\n"); in conf_load_from_file()
143 ksft_exit_fail_msg("Unable to parse filename %s\n", filename); in conf_load_from_file()
163 ksft_exit_fail_msg("sysfs: cannot read link '%s': %s\n", in sysfs_get()
182 ksft_exit_fail_msg("sysfs: open failed for '%s': %s\n", in sysfs_get()
188 ksft_exit_fail_msg("sysfs: unable to read value '%s': %s\n", in sysfs_get()
195 ksft_exit_fail_msg("Out of memory\n"); in sysfs_get()
211 ksft_exit_fail_msg("Missing path field in the sysfs block\n"); in sysfs_match()
213 ksft_exit_fail_msg("Missing regex field in the sysfs block\n"); in sysfs_match()
215 ksft_exit_fail_msg("Path field in the sysfs block is not a string\n"); in sysfs_match()
217 ksft_exit_fail_msg("Regex field in the sysfs block is not a string\n"); in sysfs_match()
223 ksft_exit_fail_msg("Wrong regex '%s'\n", regex_string); in sysfs_match()
241 ksft_exit_fail_msg("Missing global sysfs block in filename %s\n", filename); in test_filename1()
244 ksft_exit_fail_msg("Missing global card block in filename %s\n", filename); in test_filename1()
251 ksft_exit_fail_msg("Missing card sysfs block in filename %s\n", filename); in test_filename1()
256 ksft_exit_fail_msg("Out of memory\n"); in test_filename1()
259 ksft_exit_fail_msg("Duplicate card '%s' <-> '%s'\n", filename, data2->filename); in test_filename1()
307 ksft_exit_fail_msg("scandir: %s\n", strerror(errno)); in conf_load()
312 ksft_exit_fail_msg("Out of memory\n"); in conf_load()
370 ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret)); in conf_get_subtree()
386 ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret)); in conf_get_count()
388 ksft_exit_fail_msg("key '%s'.'%s' is not a compound\n", key1, key2); in conf_get_count()
407 ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret)); in conf_get_string()
409 ksft_exit_fail_msg("key '%s'.'%s' is not a string\n", key1, key2); in conf_get_string()
425 ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret)); in conf_get_long()
427 ksft_exit_fail_msg("key '%s'.'%s' is not an integer\n", key1, key2); in conf_get_long()
443 ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret)); in conf_get_bool()
446 ksft_exit_fail_msg("key '%s'.'%s' is not an bool\n", key1, key2); in conf_get_bool()
461 ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret)); in conf_get_string_array()