| /lib/ |
| A D | decompress_unzstd.c | 111 error("ZSTD-compressed data is corrupt"); in handle_zstd_error() 127 void (*error)(char *x)) in decompress_single() 145 err = handle_zstd_error(ret, error); in decompress_single() 151 err = handle_zstd_error(ret, error); in decompress_single() 170 void (*error)(char *x)) in __unzstd() 197 in_pos, error); in __unzstd() 250 err = handle_zstd_error(ret, error); in __unzstd() 304 err = handle_zstd_error(ret, error); in __unzstd() 310 error("Failed to flush()"); in __unzstd() 338 void (*error)(char *x)) in unzstd() [all …]
|
| A D | decompress_unlz4.c | 35 void (*error) (char *x)) in unlz4() 58 error("Could not allocate output buffer"); in unlz4() 74 error("Could not allocate input buffer"); in unlz4() 86 error("data corrupted"); in unlz4() 98 error("invalid header"); in unlz4() 112 error("data corrupted"); in unlz4() 144 error("chunk length is longer than allocated"); in unlz4() 149 error("data corrupted"); in unlz4() 169 error("Decoding failed"); in unlz4() 187 error("data corrupted"); in unlz4() [all …]
|
| A D | decompress_inflate.c | 47 void(*error)(char *x)) { in __gunzip() 72 error("Out of memory while allocating input buffer"); in __gunzip() 78 error("Out of memory while allocating z_stream"); in __gunzip() 90 error("Out of memory while allocating workspace"); in __gunzip() 105 error("Not a gzip file"); in __gunzip() 123 error("header error"); in __gunzip() 150 error("read error"); in __gunzip() 163 error("write error"); in __gunzip() 175 error("uncompression error"); in __gunzip() 205 void (*error)(char *x)) in gunzip() [all …]
|
| A D | decompress_unlzo.c | 101 void (*error) (char *x)) in unlzo() 118 error("Could not allocate output buffer"); in unlzo() 134 error("Could not allocate input buffer"); in unlzo() 155 error("invalid header"); in unlzo() 178 error("file corrupted"); in unlzo() 193 error("dest len longer than block size"); in unlzo() 204 error("file corrupted"); in unlzo() 212 error("file corrupted"); in unlzo() 223 error("file corrupted"); in unlzo() 238 error("Compressed data violation"); in unlzo() [all …]
|
| A D | kobject.c | 71 int error; in create_dir() local 74 if (error) in create_dir() 75 return error; in create_dir() 79 if (error) { in create_dir() 241 if (error) { in kobject_add_internal() 356 error: in kobject_init() 511 if (error) in kobject_rename() 540 int error; in kobject_move() local 570 if (error) in kobject_move() 1006 int error; in kset_create_and_add() local [all …]
|
| A D | asn1_decoder.c | 125 goto error; in asn1_find_indefinite_length() 128 goto error; in asn1_find_indefinite_length() 131 goto error; in asn1_find_indefinite_length() 134 goto error; in asn1_find_indefinite_length() 137 error: in asn1_find_indefinite_length() 478 goto error; in asn1_ber_decoder() 481 goto error; in asn1_ber_decoder() 484 goto error; in asn1_ber_decoder() 487 goto error; in asn1_ber_decoder() 490 goto error; in asn1_ber_decoder() [all …]
|
| A D | stmp_device.c | 46 goto error; in stmp_reset_block() 59 goto error; in stmp_reset_block() 64 goto error; in stmp_reset_block() 69 goto error; in stmp_reset_block() 73 error: in stmp_reset_block()
|
| A D | decompress_unxz.c | 262 void (*error)(char *x)) in unxz() 364 error("XZ decompressor ran out of memory"); in unxz() 368 error("Input is not in the XZ format (wrong magic bytes)"); in unxz() 372 error("Input was encoded with settings that are not " in unxz() 378 error("XZ-compressed data is corrupt"); in unxz() 382 error("Bug in the XZ decompressor"); in unxz() 396 error("XZ decompressor ran out of memory"); in unxz() 410 void (*error)(char *x)) in __decompress() 412 return unxz(in, in_size, fill, flush, out, in_used, error); in __decompress()
|
| A D | inflate.c | 250 error("Malloc error"); in malloc() 260 error("Out of memory"); in malloc() 1209 error("bad gzip magic numbers"); in gunzip() 1221 error("Input is encrypted"); in gunzip() 1225 error("Multi part input"); in gunzip() 1229 error("Input has invalid flags"); in gunzip() 1267 error("out of memory"); in gunzip() 1270 error("out of input data"); in gunzip() 1294 error("crc error"); in gunzip() 1298 error("length error"); in gunzip() [all …]
|
| A D | decompress_unlzma.c | 78 void (*error)(char *); member 97 rc->error("unexpected EOF"); in rc_read() 544 void(*error)(char *x) in unlzma() 560 rc.error = error; in unlzma() 567 error("Could not allocate input buffer"); in unlzma() 589 error("bad header"); in unlzma() 640 error("LZMA data is corrupt"); in unlzma() 645 error("LZMA data is corrupt"); in unlzma() 677 void (*error)(char *x)) in __decompress() 679 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
|
| A D | radix-tree.c | 614 if (error < 0) in __radix_tree_create() 615 return error; in __radix_tree_create() 616 shift = error; in __radix_tree_create() 708 int error; in radix_tree_insert() local 713 if (error) in radix_tree_insert() 714 return error; in radix_tree_insert() 717 if (error < 0) in radix_tree_insert() 718 return error; in radix_tree_insert() 1494 if (error < 0) in idr_get_free() 1495 return ERR_PTR(error); in idr_get_free() [all …]
|
| A D | random32.c | 260 bool error = false; in prandom_state_selftest() local 269 error = true; in prandom_state_selftest() 272 if (error) in prandom_state_selftest()
|
| A D | decompress_bunzip2.c | 685 void(*error)(char *x)) in bunzip2() 695 error("Could not allocate output buffer"); in bunzip2() 703 error("Could not allocate input buffer"); in bunzip2() 725 error("Data integrity error when decompressing."); in bunzip2() 729 error("Compressed file ends unexpectedly"); in bunzip2() 753 void (*error)(char *x)) in __decompress() 755 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()
|
| A D | notifier-error-inject.c | 37 err = action->error; in notifier_err_inject_callback() 75 debugfs_create_errno("error", mode, action_dir, &action->error); in notifier_err_inject_init()
|
| A D | Kconfig.kfence | 7 bool "KFENCE: low-overhead sampling-based memory safety error detector" 76 int "Stress testing of fault handling and error reporting" if EXPERT 81 this option is to stress test KFENCE with concurrent error reports 91 Test suite for KFENCE, testing various error detection scenarios with
|
| A D | sg_pool.c | 19 #error SG_CHUNK_SIZE is too small (must be 32 or greater) 31 #error SG_CHUNK_SIZE is too large (256 MAX)
|
| A D | Makefile | 191 obj-$(CONFIG_NOTIFIER_ERROR_INJECTION) += notifier-error-inject.o 192 obj-$(CONFIG_PM_NOTIFIER_ERROR_INJECT) += pm-notifier-error-inject.o 193 obj-$(CONFIG_NETDEV_NOTIFIER_ERROR_INJECT) += netdev-notifier-error-inject.o 194 obj-$(CONFIG_MEMORY_NOTIFIER_ERROR_INJECT) += memory-notifier-error-inject.o 196 of-reconfig-notifier-error-inject.o 197 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o
|
| A D | notifier-error-inject.h | 8 int error; member
|
| A D | Kconfig.kasan | 35 bool "KASAN: dynamic memory safety error detector" 44 error detector designed to find out-of-bounds and use-after-free bugs. 48 For better error reports, also enable CONFIG_STACKTRACE. 203 bug and to help us correlate the error with other system events.
|
| A D | Kconfig.debug | 192 bool "Support symbolic error names in printf" 933 notified, write the error code to "actions/<notifier event>/error". 943 be called memory-notifier-error-inject. 1952 tristate "Notifier error injection" 1972 notified, write the error code to "actions/<notifier event>/error". 1982 be called pm-notifier-error-inject. 1996 notified, write the error code to "actions/<notifier event>/error". 2012 notified, write the error code to "actions/<notifier event>/error". 2022 be called netdev-notifier-error-inject. 2074 thus exercising the error handling. [all …]
|
| /lib/kunit/ |
| A D | device.c | 46 int error; in kunit_bus_init() local 52 error = bus_register(&kunit_bus_type); in kunit_bus_init() 53 if (error) in kunit_bus_init() 55 return error; in kunit_bus_init()
|
| /lib/crypto/mpi/ |
| A D | mpicoder.c | 153 #error please implement for this limb size. in mpi_read_buffer() 182 #error please implement for this limb size. in mpi_read_buffer() 257 #error please implement for this limb size. in mpi_write_to_sgl() 299 #error please implement for this limb size. in mpi_write_to_sgl()
|
| /lib/lzo/ |
| A D | lzo1x_compress.c | 86 # error "missing endian definition" in LZO_SAFE() 105 # error "missing endian definition" in LZO_SAFE() 202 # error "missing endian definition" in LZO_SAFE() 227 # error "missing endian definition" in LZO_SAFE()
|
| A D | lzodefs.h | 33 #error "conflicting endian definitions"
|
| /lib/fonts/ |
| A D | fonts.c | 68 #error No fonts configured.
|