Home
last modified time | relevance | path

Searched refs:ERR_RETURN (Results 1 – 25 of 1226) sorted by relevance

12345678910>>...50

/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dfunctions.c368 ERR_RETURN("raw_write only usable in on-resource"); in raw_write_validate()
371 ERR_RETURN("raw_write requires a block offset"); in raw_write_validate()
567 ERR_RETURN("fat_write only usable in on-resource"); in fat_write_validate()
767 ERR_RETURN("gpt_write requires a gpt"); in gpt_write_validate()
773 ERR_RETURN("gpt_write can't find gpt reference"); in gpt_write_validate()
810 ERR_RETURN("mbr_write requires an mbr"); in mbr_write_validate()
816 ERR_RETURN("mbr_write can't find mbr reference"); in mbr_write_validate()
1049 ERR_RETURN("%s", fctx->argv[1]); in error_run()
1055 ERR_RETURN("info() requires a message parameter"); in info_validate()
1073 ERR_RETURN("%s requires --unsafe", fctx->argv[0]); in check_unsafe()
[all …]
H A Dmbr.c44 ERR_RETURN("invalid partition type"); in mbr_verify()
195 ERR_RETURN("Can't specify both bootstrap and OSIP in MBR"); in mbr_create()
253 ERR_RETURN("MBR signature missing"); in mbr_decode()
275 ERR_RETURN("partition must be numbered 0 through 3"); in mbr_cfg_to_partitions()
289 ERR_RETURN("partition %d's block_offset is required", partition_ix); in mbr_cfg_to_partitions()
336 ERR_RETURN("osii must be numbered 0 through 15"); in mbr_cfg_to_osip()
339 ERR_RETURN("invalid or duplicate osii number found"); in mbr_cfg_to_osip()
357 ERR_RETURN("need to specify one or more osii"); in mbr_cfg_to_osip()
371 ERR_RETURN("bootstrap-code should be exactly 440 bytes"); in mbr_verify_cfg()
378 ERR_RETURN("cannot specify OSIP if including bootstrap code"); in mbr_verify_cfg()
[all …]
H A Dfwup_verify.c53 ERR_RETURN(archive_error_string(a)); in process_entry()
56 ERR_RETURN("Unexpected offset hole when decoding archive"); in process_entry()
71 ERR_RETURN("invalid blake2b-256 hash for '%s'", file_resource_name); in get_expected_hash()
90 ERR_RETURN("ZIP data length mismatch for %s", file_resource_name); in check_normal_resource()
98 ERR_RETURN("Detected blake2b digest mismatch for %s", file_resource_name); in check_normal_resource()
119 ERR_RETURN(archive_error_string(a)); in xdelta_read_patch_callback()
148 ERR_RETURN("Can't find file-resource for %s", file_resource_name); in check_resource()
151 ERR_RETURN("Processing %s twice. Archive is corrupt.", file_resource_name); in check_resource()
165 ERR_RETURN("Missing file length in archive for %s", file_resource_name); in check_resource()
174 ERR_RETURN("ZIP local header length mismatch for %s", file_resource_name); in check_resource()
H A Dgpt.c78 ERR_RETURN("a partition can't be specified after the one with \"expand = true\""); in gpt_verify_partitions()
93 ERR_RETURN("partitions %d (blocks %u to %u) and %d (blocks %u to %u) overlap", in gpt_verify_partitions()
207 ERR_RETURN("partition must be numbered 0 through %d", GPT_MAX_PARTITIONS - 1); in gpt_cfg_to_partitions()
210 ERR_RETURN("invalid or duplicate partition number found for %d", partition_ix); in gpt_cfg_to_partitions()
215 ERR_RETURN("partition %d's type must set to a UUID", partition_ix); in gpt_cfg_to_partitions()
219 ERR_RETURN("partition %d must have a valid guid", partition_ix); in gpt_cfg_to_partitions()
229 ERR_RETURN("partition %d's block_offset is required", partition_ix); in gpt_cfg_to_partitions()
239 ERR_RETURN("error parsing partition %d's block offset", partition_ix); in gpt_cfg_to_partitions()
254 ERR_RETURN("error parsing partition %d's flags", partition_ix); in gpt_cfg_to_partitions()
285 ERR_RETURN("GPT must have a valid disk guid"); in gpt_verify_cfg()
[all …]
H A Deval_math.c89 ERR_RETURN("div by 0"); in do_divide()
111 ERR_RETURN("exponents out of range"); in do_power()
132 ERR_RETURN("extra left paren"); in pop_operator()
143 ERR_RETURN("extra right paren"); in handle_right_paren()
159 ERR_RETURN("too many ops"); in handle_left_paren()
246 ERR_RETURN("parse error"); in parse_number()
249 ERR_RETURN("argument overflow"); in parse_number()
337 ERR_RETURN("invalid character"); in parse_operator()
376 ERR_RETURN("eval error"); in eval_math()
H A Drequirement.c157 ERR_RETURN("require-partition-offset requires a partition number and a block offset"); in require_partition_offset_validate()
161ERR_RETURN("require-partition-offset requires the partition number to be between 0, 1, 2, or 3"); in require_partition_offset_validate()
192 ERR_RETURN("require-fat-file-exists requires a FAT FS block offset and a filename"); in require_fat_file_exists_validate()
214ERR_RETURN("require-fat-file-match requires a FAT FS block offset, a filename, and a pattern"); in require_fat_file_match_validate()
236ERR_RETURN("require-uboot-variable requires a uboot-environment reference, variable name, and valu… in require_uboot_variable_validate()
242 ERR_RETURN("require-uboot-variable can't find uboot-environment reference"); in require_uboot_variable_validate()
276 ERR_RETURN("require-path-on-device requires a path and a device"); in require_path_on_device_validate()
297 ERR_RETURN("require-path-at-offset requires a path and a block offset"); in require_path_at_offset_validate()
H A Duboot_env.c37 ERR_RETURN("block-offset must be specified and less than 2^31 - 1"); in uboot_env_verify_cfg()
41 ERR_RETURN("block-count must be specified, greater than 0 and less than 2^16 - 1"); in uboot_env_verify_cfg()
46 ERR_RETURN("block-offset-redund must be less than 2^31 - 1"); in uboot_env_verify_cfg()
52 ERR_RETURN("block-offset-redund can't overlap primary U-Boot environment"); in uboot_env_verify_cfg()
85 ERR_RETURN("invalid u-boot environment block count"); in uboot_env_create_cfg()
98ERR_RETURN("U-boot environment (block %" PRIu64 ") CRC32 mismatch (expected 0x%08x; got 0x%08x)", … in uboot_env_decode()
106 ERR_RETURN("Invalid U-boot environment"); in uboot_env_decode()
118 ERR_RETURN("Invalid U-boot environment"); in uboot_env_decode()
188 ERR_RETURN("variable '%s' not found", name); in uboot_env_getenv()
245 ERR_RETURN("Not enough room in U-boot environment"); in uboot_env_encode()
H A Dfwup_create.c89 ERR_RETURN("error writing to archive"); in write_file_to_archive()
170 ERR_RETURN("resource name '%s' is too long", resource_name); in resource_name_to_archive_path()
172 ERR_RETURN("resource name can't be empty"); in resource_name_to_archive_path()
174 ERR_RETURN("resource name '%s' can't end in a '/'", resource_name); in resource_name_to_archive_path()
178 ERR_RETURN("resource name can't be the root directory"); in resource_name_to_archive_path()
182 ERR_RETURN("resources can't be named /meta.conf"); in resource_name_to_archive_path()
188 ERR_RETURN("use a normal resource name rather than specifying /data"); in resource_name_to_archive_path()
H A Dutil.h59 #define ERR_RETURN(MSG, ...) do { set_last_error(MSG, ## __VA_ARGS__); return -1; } while (0) macro
61 #define OK_OR_RETURN_MSG(WORK, MSG, ...) do { if ((WORK) < 0) ERR_RETURN(MSG, ## __VA_ARGS__); } wh…
96 …ptr, 0); (void) _; if (errno != 0 || *nptr == '\0' || *endptr != '\0') ERR_RETURN(MSG); } while (0)
97 …al > (MAX_VAL) || val < (MIN_VAL) || *nptr == '\0' || *endptr != '\0') ERR_RETURN(MSG); } while (0)
H A Dfwup_genkeys.c43 ERR_RETURN("Couldn't create '%s': %s", name, strerror(errno)); in save_key()
77 ERR_RETURN("Could not get enough random bytes"); in fwup_genkeys()
H A Ddisk_crypto.c55 ERR_RETURN("aes-cbc-plain requires a hex-encoded %d-bit key", AES_KEYLEN * 8); in aes_cbc_plain_init()
74 ERR_RETURN("Unsupported disk encryption: %s", cipher); in disk_crypto_init()
H A Dsparse_file.c76 ERR_RETURN("file-resource '%s' not found", resource_name); in sparse_file_get_map_from_config()
361 ERR_RETURN("Couldn't create sparse test file: %s", testfile); in sparse_file_is_supported()
385 ERR_RETURN("Sparse file supported not compiled into fwup."); in sparse_file_is_supported()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dha_ndb_ddl_fk.cc30 #define ERR_RETURN(err) \ macro
1676 ERR_RETURN(err_OOM); in get_fk_data()
1687 ERR_RETURN(dict->getNdbError()); in get_fk_data()
1707 ERR_RETURN(err_OOM); in get_fk_data()
1747 ERR_RETURN(err_API); in get_fk_data()
1785 ERR_RETURN(err_API); in get_fk_data()
1876 ERR_RETURN(err_OOM); in get_fk_data()
2252 ERR_RETURN(dict->getNdbError()); in copy_fk_for_offline_alter()
2259 ERR_RETURN(dict->getNdbError()); in copy_fk_for_offline_alter()
2512 ERR_RETURN(dict->getNdbError()); in drop_fk_for_online_alter()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dha_ndb_ddl_fk.cc30 #define ERR_RETURN(err) \ macro
1676 ERR_RETURN(err_OOM); in get_fk_data()
1687 ERR_RETURN(dict->getNdbError()); in get_fk_data()
1707 ERR_RETURN(err_OOM); in get_fk_data()
1747 ERR_RETURN(err_API); in get_fk_data()
1785 ERR_RETURN(err_API); in get_fk_data()
1876 ERR_RETURN(err_OOM); in get_fk_data()
2252 ERR_RETURN(dict->getNdbError()); in copy_fk_for_offline_alter()
2259 ERR_RETURN(dict->getNdbError()); in copy_fk_for_offline_alter()
2512 ERR_RETURN(dict->getNdbError()); in drop_fk_for_online_alter()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dha_ndb_ddl_fk.cc30 #define ERR_RETURN(err) \ macro
1676 ERR_RETURN(err_OOM); in get_fk_data()
1687 ERR_RETURN(dict->getNdbError()); in get_fk_data()
1707 ERR_RETURN(err_OOM); in get_fk_data()
1747 ERR_RETURN(err_API); in get_fk_data()
1785 ERR_RETURN(err_API); in get_fk_data()
1876 ERR_RETURN(err_OOM); in get_fk_data()
2252 ERR_RETURN(dict->getNdbError()); in copy_fk_for_offline_alter()
2259 ERR_RETURN(dict->getNdbError()); in copy_fk_for_offline_alter()
2512 ERR_RETURN(dict->getNdbError()); in drop_fk_for_online_alter()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dha_ndb_ddl_fk.cc30 #define ERR_RETURN(err) \ macro
1676 ERR_RETURN(err_OOM); in get_fk_data()
1687 ERR_RETURN(dict->getNdbError()); in get_fk_data()
1707 ERR_RETURN(err_OOM); in get_fk_data()
1747 ERR_RETURN(err_API); in get_fk_data()
1785 ERR_RETURN(err_API); in get_fk_data()
1876 ERR_RETURN(err_OOM); in get_fk_data()
2252 ERR_RETURN(dict->getNdbError()); in copy_fk_for_offline_alter()
2259 ERR_RETURN(dict->getNdbError()); in copy_fk_for_offline_alter()
2512 ERR_RETURN(dict->getNdbError()); in drop_fk_for_online_alter()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dha_ndb_ddl_fk.cc30 #define ERR_RETURN(err) \ macro
1676 ERR_RETURN(err_OOM); in get_fk_data()
1687 ERR_RETURN(dict->getNdbError()); in get_fk_data()
1707 ERR_RETURN(err_OOM); in get_fk_data()
1747 ERR_RETURN(err_API); in get_fk_data()
1785 ERR_RETURN(err_API); in get_fk_data()
1876 ERR_RETURN(err_OOM); in get_fk_data()
2252 ERR_RETURN(dict->getNdbError()); in copy_fk_for_offline_alter()
2259 ERR_RETURN(dict->getNdbError()); in copy_fk_for_offline_alter()
2512 ERR_RETURN(dict->getNdbError()); in drop_fk_for_online_alter()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dha_ndb_ddl_fk.cc30 #define ERR_RETURN(err) \ macro
1676 ERR_RETURN(err_OOM); in get_fk_data()
1687 ERR_RETURN(dict->getNdbError()); in get_fk_data()
1707 ERR_RETURN(err_OOM); in get_fk_data()
1747 ERR_RETURN(err_API); in get_fk_data()
1785 ERR_RETURN(err_API); in get_fk_data()
1876 ERR_RETURN(err_OOM); in get_fk_data()
2252 ERR_RETURN(dict->getNdbError()); in copy_fk_for_offline_alter()
2259 ERR_RETURN(dict->getNdbError()); in copy_fk_for_offline_alter()
2512 ERR_RETURN(dict->getNdbError()); in drop_fk_for_online_alter()
[all …]
/dports/dns/dnsjit/dnsjit-1.2.2/src/lib/
H A Dtrie.c207 #define ERR_RETURN(x) \ macro
532 ERR_RETURN(ns_longer(ns)); in ns_find_branch()
604 ERR_RETURN(ns_longer(ns)); in ns_last_leaf()
623 ERR_RETURN(ns_longer(ns)); in ns_first_leaf()
644 ERR_RETURN(ns_longer(ns)); in ns_prev_leaf()
709 ERR_RETURN(ns_find_branch(ns, key, len, &bp, &un_leaf)); in trie_get_leq()
725 ERR_RETURN(ns_last_leaf(ns)); in trie_get_leq()
738 ERR_RETURN(ns_longer(ns)); in trie_get_leq()
740 ERR_RETURN(ns_last_leaf(ns)); in trie_get_leq()
742 ERR_RETURN(ns_prev_leaf(ns)); in trie_get_leq()
[all …]
/dports/dns/knot-resolver/knot-resolver-5.4.3/lib/generic/
H A Dtrie.c126 #define ERR_RETURN(x) \ macro
512 ERR_RETURN(ns_longer(ns)); in ns_find_branch()
585 ERR_RETURN(ns_longer(ns)); in ns_last_leaf()
604 ERR_RETURN(ns_longer(ns)); in ns_first_leaf()
625 ERR_RETURN(ns_longer(ns)); in ns_prev_leaf()
690 ERR_RETURN(ns_find_branch(ns, key, len, &bp, &un_leaf)); in trie_get_leq()
706 ERR_RETURN(ns_last_leaf(ns)); in trie_get_leq()
719 ERR_RETURN(ns_longer(ns)); in trie_get_leq()
721 ERR_RETURN(ns_last_leaf(ns)); in trie_get_leq()
723 ERR_RETURN(ns_prev_leaf(ns)); in trie_get_leq()
[all …]
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dbtcontent.cpp287 if( r > MAXPATHLEN ) ERR_RETURN(); in InitialFromMI()
334 if( !(r = meta_pos("info")) ) ERR_RETURN(); in InitialFromMI()
348 if( !m_hash_table ) ERR_RETURN(); in InitialFromMI()
381 if( !global_piece_buffer ) ERR_RETURN(); in InitialFromMI()
387 if( !pBF ) ERR_RETURN(); in InitialFromMI()
392 if( !pBRefer ) ERR_RETURN(); in InitialFromMI()
397 if( !pBChecked ) ERR_RETURN(); in InitialFromMI()
402 if( !pBMultPeer ) ERR_RETURN(); in InitialFromMI()
408 if( !pBMasterFilter ) ERR_RETURN(); in InitialFromMI()
428 if( CheckExist() < 0 ) ERR_RETURN(); in InitialFromMI()
[all …]
/dports/shells/zsh/zsh-5.8.1/Test/
H A DC03traps.ztst523 0:ERR_RETURN not triggered in if condition
537 1:ERR_RETURN in "if"
550 1:ERR_RETURN in "else" branch (regression test)
574 1:ERR_RETURN, basic case
586 0:ERR_RETURN with "!"
600 1:ERR_RETURN with "!" and a following false
627 1:ERR_RETURN with no "!" suppression (control case)
639 1:ERR_RETURN with "&&" in function (regression test)
653 0:ERR_RETURN not triggered on LHS of "&&" in function
669 1:ERR_RETURN triggered on RHS of "&&" in function
[all …]
/dports/x11/libX11/libX11-1.7.2/src/
H A DWrBitF.c38 #define ERR_RETURN NULL macro
59 return(ERR_RETURN); in Format_Image()
/dports/dns/knot3/knot-3.1.5/src/contrib/qp-trie/
H A Dtrie.c194 #define ERR_RETURN(x) \ macro
647 ERR_RETURN(ns_longer(ns)); in ns_find_branch()
716 ERR_RETURN(ns_longer(ns)); in ns_last_leaf()
734 ERR_RETURN(ns_longer(ns)); in ns_first_leaf()
755 ERR_RETURN(ns_longer(ns)); in ns_prev_leaf()
857 ERR_RETURN(ns_last_leaf(ns)); in ns_get_leq()
870 ERR_RETURN(ns_longer(ns)); in ns_get_leq()
872 ERR_RETURN(ns_last_leaf(ns)); in ns_get_leq()
874 ERR_RETURN(ns_prev_leaf(ns)); in ns_get_leq()
1006 ERR_RETURN(apply_nodes(twig(t, i), f, d)); in apply_nodes()
[all …]
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/qp-trie/
H A Dtrie.c194 #define ERR_RETURN(x) \ macro
647 ERR_RETURN(ns_longer(ns)); in ns_find_branch()
716 ERR_RETURN(ns_longer(ns)); in ns_last_leaf()
734 ERR_RETURN(ns_longer(ns)); in ns_first_leaf()
755 ERR_RETURN(ns_longer(ns)); in ns_prev_leaf()
857 ERR_RETURN(ns_last_leaf(ns)); in ns_get_leq()
870 ERR_RETURN(ns_longer(ns)); in ns_get_leq()
872 ERR_RETURN(ns_last_leaf(ns)); in ns_get_leq()
874 ERR_RETURN(ns_prev_leaf(ns)); in ns_get_leq()
1006 ERR_RETURN(apply_nodes(twig(t, i), f, d)); in apply_nodes()
[all …]

12345678910>>...50