Searched refs:uc_error (Results 1 – 9 of 9) sorted by relevance
/third_party/alsa-lib/src/ucm/ |
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("Unknown String condition arguments"); in if_eval_string() [all …]
|
D | parser.c | 77 uc_error("error: failed to open file %s: %d", filename, err); in uc_mgr_config_load_file() 189 uc_error("char '.' not allowed in '%s'", name); in parse_is_name_safe() 239 uc_error("error: failed to get Error string"); in error_node() 243 uc_error("%s", s); in error_node() 266 uc_error("compound type expected for DefineRegex"); in evaluate_regex() 271 uc_error("DefineRegex is supported in v3+ syntax"); in evaluate_regex() 308 uc_error("compound type expected for Define"); in evaluate_define() 313 uc_error("Define is supported in v3+ syntax"); in evaluate_define() 421 uc_error("compound type expected for %s", id); in parse_libconfig1() 449 uc_error("unknown field %s", id); in parse_libconfig1() [all …]
|
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() 230 uc_error("Lookups are supported in v4+ syntax"); in rval_lookup_main() 236 uc_error("The lookup arguments '%s' are invalid", query); in rval_lookup_main() 242 uc_error("Lookups require field!"); in rval_lookup_main() 254 uc_error("Unknown field value '%s'", s); in rval_lookup_main() 258 uc_error("Lookups require regex!"); in rval_lookup_main() 265 uc_error("Regex '%s' compilation failed (code %d)", s, err); in rval_lookup_main() [all …]
|
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("compound type expected for Include"); in uc_mgr_evaluate_include()
|
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()
|
D | main.c | 174 uc_error("File size should be less than 16 MB " in read_tlv_file() 193 uc_error("Invalid tlv size: %d", tlv->length); in read_tlv_file() 219 uc_error("only support byte type!"); in binary_file_parse() 235 uc_error("invalid parameter size %d!", sz); in binary_file_parse() 296 uc_error("unable to parse '%s'", prefix); in parse_uint() 300 uc_error("value '%s' out of range %u-%u %(%ld)", min, max, v); in parse_uint() 387 uc_error("unknown syntax '%s'", p); in parse_cset_new_info() 414 uc_error("undefined or wrong id config for cset-new", cset); in execute_cset() 423 uc_error("undefined value for cset >%s<", cset); in execute_cset() 428 uc_error("extra value for ctl-remove >%s<", cset); in execute_cset() [all …]
|
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()
|
D | ucm_exec.c | 225 uc_error("Unable to fork() for \"%s\" -- %s", prog, in uc_mgr_exec() 233 uc_error("pid %d cannot open /dev/null for redirect %s -- %s", in uc_mgr_exec()
|
D | ucm_local.h | 277 #define uc_error SNDERR macro
|