Home
last modified time | relevance | path

Searched refs:uc_error (Results 1 – 9 of 9) sorted by relevance

/dports/audio/alsa-lib/alsa-lib-1.2.2/src/ucm/
H A Ducm_cond.c61 uc_error("If.Condition.String1 not defined"); in if_eval_string()
65 uc_error("If.Condition.String2 not defined"); in if_eval_string()
100 uc_error("If.Condition.Needle not defined"); in if_eval_string()
278 uc_error("unknown If.Condition.Type"); in if_eval()
299 uc_error("condition block expected (If)"); in if_eval_one()
305 uc_error("true block error (If)"); in if_eval_one()
311 uc_error("false block error (If)"); in if_eval_one()
317 uc_error("before block identifier error"); in if_eval_one()
323 uc_error("before block identifier error"); in if_eval_one()
434 uc_error("compound type expected for If"); in uc_mgr_evaluate_condition()
[all …]
H A Dparser.c214 uc_error("compound type expected for %s", id); in parse_transition()
288 uc_error("device name %s contains a '.'," in strip_legacy_dev_index()
311 uc_error("error: multiple supported or" in parse_device_list()
825 uc_error("error: failed to parse Value"); in parse_modifier()
979 uc_error("error: failed to parse Value"); in parse_device()
1482 uc_error("failed to get File"); in parse_master_section()
1505 uc_error("error: use case missing file"); in parse_master_section()
1521 uc_error("Default list is not empty"); in parse_controls()
1700 uc_error("no soundcards found..."); in get_card_long_name()
1726 uc_error("snd_card_next"); in get_card_long_name()
[all …]
H A Ducm_subs.c118 uc_error("sysfs: cannot read link '%s' (%d)", path, errno); in rval_sysfs()
134 uc_error("sysfs open failed for '%s' (%d)", path, errno); in rval_sysfs()
140 uc_error("sysfs unable to read value '%s' (%d)", path, errno); in rval_sysfs()
209 uc_error("variable '%s' is not known!", r); in uc_mgr_get_substituted_value()
211 uc_error("variable reference '%s' is not complete", value); in uc_mgr_get_substituted_value()
219 uc_error("variable '%s' is not defined in this context!", r); in uc_mgr_get_substituted_value()
H A Dmain.c165 uc_error("File size should be less than 16 MB " in read_tlv_file()
184 uc_error("Invalid tlv size: %d", tlv->length); in read_tlv_file()
210 uc_error("only support byte type!"); in binary_file_parse()
226 uc_error("invalid parameter size %d!", sz); in binary_file_parse()
272 uc_error("undefined value for cset >%s<", cset); in execute_cset()
354 uc_error("cdev is not defined!"); in execute_sequence()
370 uc_error("cdev is not defined!"); in execute_sequence()
379 uc_error("cdev is not defined!"); in execute_sequence()
384 uc_error("cdev is not defined!"); in execute_sequence()
551 uc_error("Unable to execute default sequence"); in import_master_config()
[all …]
H A Dutils.c59 uc_error("multiple control device names were found!"); in uc_mgr_get_one_ctl()
217 uc_error("control hardware info (%s): %s", device, snd_strerror(err)); in uc_mgr_open_ctl()
261 uc_error("could not open configuration file %s", file); in uc_mgr_config_load()
285 uc_error("could not load configuration file %s", file); in uc_mgr_config_load()
H A Ducm_local.h250 #define uc_error SNDERR macro
/dports/security/afl++/AFLplusplus-3.14c/unicorn_mode/samples/simple/
H A Dsimple_test_harness_alt.py88 def force_crash(uc_error): argument
102 if uc_error.errno in mem_errors:
105 elif uc_error.errno == UC_ERR_INSN_INVALID:
/dports/security/afl++/AFLplusplus-3.14c/unicorn_mode/samples/speedtest/rust/src/
H A Dmain.rs14 unicorn_const::{uc_error, Arch, Mode, Permission},
89 fn fuzz(input_file: &str) -> Result<(), uc_error> { in fuzz() argument
213 result != uc_error::OK in fuzz()
/dports/security/afl++/AFLplusplus-3.14c/unicorn_mode/helper_scripts/
H A Dunicorn_loader.py265 def force_crash(self, uc_error): argument
280 if uc_error.errno in mem_errors:
283 elif uc_error.errno == UC_ERR_INSN_INVALID: