Searched refs:uc_error (Results 1 - 9 of 9) sorted by relevance
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_cond.c | 50 uc_error("String error (If.Condition.Empty)"); in if_eval_string() 66 uc_error("String error (If.Condition.String1)"); in if_eval_string() 72 uc_error("String error (If.Condition.String2)"); in if_eval_string() 78 uc_error("If.Condition.String1 not defined"); in if_eval_string() 82 uc_error("If.Condition.String2 not defined"); in if_eval_string() 101 uc_error("String error (If.Condition.Haystack)"); in if_eval_string() 107 uc_error("String error (If.Condition.Needle)"); in if_eval_string() 113 uc_error("If.Condition.Haystack not defined"); in if_eval_string() 117 uc_error("If.Condition.Needle not defined"); in if_eval_string() 134 uc_error("Unknow in if_eval_string() [all...] |
H A D | parser.c | 78 uc_error("error: failed to open file %s: %d", filename, err); in uc_mgr_config_load_file() 190 uc_error("char '.' not allowed in '%s'", name); in parse_is_name_safe() 240 uc_error("error: failed to get Error string"); in error_node() 244 uc_error("%s", s); in error_node() 261 uc_error("Syntax field not found in %s", filename); in parse_syntax_field() 266 uc_error("Syntax field is invalid in %s", filename); in parse_syntax_field() 270 uc_error("Incompatible syntax %ld in %s", l, filename); in parse_syntax_field() 297 uc_error("compound type expected for DefineRegex"); in evaluate_regex() 302 uc_error("DefineRegex is supported in v3+ syntax"); in evaluate_regex() 312 uc_error("erro in evaluate_regex() [all...] |
H A D | ucm_subs.c | 168 uc_error("CardNumberByName substitution is supported in v3+ syntax"); in rval_card_number_by_name() 172 uc_error("${CardNumberByName} substitution is obsolete - use ${find-card}!"); in rval_card_number_by_name() 182 uc_error("CardIdByName substitution is supported in v3+ syntax"); in rval_card_id_by_name() 186 uc_error("${CardIdByName} substitution is obsolete - use ${find-card}!"); in rval_card_id_by_name() 232 uc_error("Lookups are supported in v4+ syntax"); in rval_lookup_main() 238 uc_error("The lookup arguments '%s' are invalid", query); in rval_lookup_main() 244 uc_error("Lookups require field!"); in rval_lookup_main() 256 uc_error("Unknown field value '%s'", s); in rval_lookup_main() 260 uc_error("Lookups require regex!"); in rval_lookup_main() 267 uc_error("Rege in rval_lookup_main() [all...] |
H A D | ucm_regex.c | 101 uc_error("define regex is supported in v3+ syntax"); in uc_mgr_define_regex() 106 uc_error("compound type expected for DefineRegex"); in uc_mgr_define_regex() 112 uc_error("DefineRegex error (String)"); in uc_mgr_define_regex() 118 uc_error("DefineRegex error (Regex string)"); in uc_mgr_define_regex() 126 uc_error("DefineRegex error (Flags string)"); in uc_mgr_define_regex() 144 uc_error("DefineRegex error (unknown flag '%c')", *flags_string); in uc_mgr_define_regex() 157 uc_error("Regex '%s' compilation failed (code %d)", err); in uc_mgr_define_regex()
|
H A D | ucm_include.c | 53 uc_error("compound type expected for Include.1"); in include_eval_one() 59 uc_error("file expected (Include)"); in include_eval_one() 65 uc_error("before block identifier error"); in include_eval_one() 71 uc_error("before block identifier error"); in include_eval_one() 147 uc_error("compound type expected for the merged block"); in compound_merge() 167 uc_error("defined both before and after identifiers in the If or Include block"); in compound_merge() 173 uc_error("destination configuration node is not a compound"); in compound_merge() 177 uc_error("source configuration node is not an array"); in compound_merge() 290 uc_error("in-place include is supported in v3+ syntax"); in uc_mgr_evaluate_include() 295 uc_error("compoun in uc_mgr_evaluate_include() [all...] |
H A D | main.c | 185 uc_error("File size should be less than 16 MB " in read_tlv_file() 204 uc_error("Invalid tlv size: %d", tlv->length); in read_tlv_file() 230 uc_error("only support byte type!"); in binary_file_parse() 246 uc_error("invalid parameter size %d!", sz); in binary_file_parse() 307 uc_error("unable to parse '%s'", prefix); in parse_uint() 311 uc_error("value '%s' out of range %u-%u %(%ld)", min, max, v); in parse_uint() 398 uc_error("unknown syntax '%s'", p); in parse_cset_new_info() 425 uc_error("undefined or wrong id config for cset-new", cset); in execute_cset() 434 uc_error("undefined value for cset >%s<", cset); in execute_cset() 439 uc_error("extr in execute_cset() [all...] |
H A D | utils.c | 58 uc_error("no sysfs root!"); in uc_mgr_sysfs_root() 72 uc_error("multiple control device names were found!"); in uc_mgr_get_master_ctl() 301 uc_error("control hardware info (%s): %s", device, snd_strerror(err)); in uc_mgr_open_ctl() 364 uc_error("could not open configuration file %s", file); in uc_mgr_config_load_into() 375 uc_error("could not load configuration file %s", file); in uc_mgr_config_load_into()
|
H A D | ucm_exec.c | 234 uc_error("Unable to fork() for \"%s\" -- %s", prog, in uc_mgr_exec() 242 uc_error("pid %d cannot open /dev/null for redirect %s -- %s", in uc_mgr_exec()
|
H A D | ucm_local.h | 288 #define uc_error SNDERR macro
|
Completed in 8 milliseconds