Lines Matching refs:ksft_exit_fail_msg
115 ksft_exit_fail_msg("stdout attach\n"); in dump_config_tree()
117 ksft_exit_fail_msg("config save\n"); in dump_config_tree()
129 ksft_exit_fail_msg("Unable to parse filename %s\n", filename); in conf_load_from_file()
132 ksft_exit_fail_msg("Out of memory\n"); in conf_load_from_file()
136 ksft_exit_fail_msg("Unable to parse filename %s\n", filename); in conf_load_from_file()
156 ksft_exit_fail_msg("sysfs: cannot read link '%s': %s\n", in sysfs_get()
175 ksft_exit_fail_msg("sysfs: open failed for '%s': %s\n", in sysfs_get()
181 ksft_exit_fail_msg("sysfs: unable to read value '%s': %s\n", in sysfs_get()
188 ksft_exit_fail_msg("Out of memory\n"); in sysfs_get()
204 ksft_exit_fail_msg("Missing path field in the sysfs block\n"); in sysfs_match()
206 ksft_exit_fail_msg("Missing regex field in the sysfs block\n"); in sysfs_match()
208 ksft_exit_fail_msg("Path field in the sysfs block is not a string\n"); in sysfs_match()
210 ksft_exit_fail_msg("Regex field in the sysfs block is not a string\n"); in sysfs_match()
216 ksft_exit_fail_msg("Wrong regex '%s'\n", regex_string); in sysfs_match()
277 ksft_exit_fail_msg("Missing global sysfs block in filename %s\n", filename); in match_config()
280 ksft_exit_fail_msg("Missing global card block in filename %s\n", filename); in match_config()
287 ksft_exit_fail_msg("Missing card sysfs block in filename %s\n", filename); in match_config()
291 ksft_exit_fail_msg("Out of memory\n"); in match_config()
296 ksft_exit_fail_msg("snd_config_get_id failed for card\n"); in match_config()
311 ksft_exit_fail_msg("scandir: %s\n", strerror(errno)); in conf_load()
316 ksft_exit_fail_msg("Out of memory\n"); in conf_load()
376 ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret)); in conf_get_subtree()
392 ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret)); in conf_get_count()
394 ksft_exit_fail_msg("key '%s'.'%s' is not a compound\n", key1, key2); in conf_get_count()
413 ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret)); in conf_get_string()
415 ksft_exit_fail_msg("key '%s'.'%s' is not a string\n", key1, key2); in conf_get_string()
431 ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret)); in conf_get_long()
433 ksft_exit_fail_msg("key '%s'.'%s' is not an integer\n", key1, key2); in conf_get_long()
448 ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret)); in conf_get_bool()
451 ksft_exit_fail_msg("key '%s'.'%s' is not an bool\n", key1, key2); in conf_get_bool()
466 ksft_exit_fail_msg("key '%s'.'%s' search error: %s\n", key1, key2, snd_strerror(ret)); in conf_get_string_array()