/lib/ |
D | decompress_unlz4.c | 38 void (*error) (char *x)) in unlz4() 56 error("NULL output pointer and no flush function provided"); in unlz4() 61 error("Could not allocate output buffer"); in unlz4() 67 error("Both input pointer and fill function provided,"); in unlz4() 72 error("NULL input pointer and missing fill function"); in unlz4() 77 error("Could not allocate input buffer"); in unlz4() 89 error("data corrupted"); in unlz4() 101 error("invalid header"); in unlz4() 115 error("data corrupted"); in unlz4() 140 error("chunk length is longer than allocated"); in unlz4() [all …]
|
D | decompress_unlzo.c | 115 void (*error) (char *x)) in unlzo() 127 error("NULL output pointer and no flush function provided"); in unlzo() 132 error("Could not allocate output buffer"); in unlzo() 138 error("Both input pointer and fill function provided, don't know what to do"); in unlzo() 143 error("NULL input pointer and missing fill function"); in unlzo() 148 error("Could not allocate input buffer"); in unlzo() 169 error("invalid header"); in unlzo() 192 error("file corrupted"); in unlzo() 207 error("dest len longer than block size"); in unlzo() 218 error("file corrupted"); in unlzo() [all …]
|
D | kobject.c | 53 int error = 0; in populate_dir() local 58 error = sysfs_create_file(kobj, attr); in populate_dir() 59 if (error) in populate_dir() 63 return error; in populate_dir() 69 int error; in create_dir() local 71 error = sysfs_create_dir_ns(kobj, kobject_namespace(kobj)); in create_dir() 72 if (error) in create_dir() 73 return error; in create_dir() 75 error = populate_dir(kobj); in create_dir() 76 if (error) { in create_dir() [all …]
|
D | decompress_inflate.c | 41 void(*error)(char *x)) { in gunzip() 55 error("Out of memory while allocating output buffer"); in gunzip() 66 error("Out of memory while allocating input buffer"); in gunzip() 72 error("Out of memory while allocating z_stream"); in gunzip() 79 error("Out of memory while allocating workspace"); in gunzip() 94 error("Not a gzip file"); in gunzip() 112 error("header error"); in gunzip() 135 error("read error"); in gunzip() 148 error("write error"); in gunzip() 160 error("uncompression error"); in gunzip()
|
D | stmp_device.c | 49 goto error; in stmp_reset_block() 62 goto error; in stmp_reset_block() 67 goto error; in stmp_reset_block() 72 goto error; in stmp_reset_block() 76 error: in stmp_reset_block()
|
D | asn1_decoder.c | 123 goto error; in asn1_find_indefinite_length() 126 goto error; in asn1_find_indefinite_length() 129 goto error; in asn1_find_indefinite_length() 132 goto error; in asn1_find_indefinite_length() 135 error: in asn1_find_indefinite_length() 334 goto error; in asn1_ber_decoder() 452 goto error; in asn1_ber_decoder() 455 goto error; in asn1_ber_decoder() 458 goto error; in asn1_ber_decoder() 461 goto error; in asn1_ber_decoder() [all …]
|
D | decompress_unxz.c | 255 void (*error)(char *x)) in unxz() 357 error("XZ decompressor ran out of memory"); in unxz() 361 error("Input is not in the XZ format (wrong magic bytes)"); in unxz() 365 error("Input was encoded with settings that are not " in unxz() 371 error("XZ-compressed data is corrupt"); in unxz() 375 error("Bug in the XZ decompressor"); in unxz() 389 error("XZ decompressor ran out of memory"); in unxz()
|
D | inflate.c | 249 error("Malloc error"); in malloc() 259 error("Out of memory"); in malloc() 981 error("incomplete literal tree"); in inflate_dynamic() 993 error("incomplete distance tree"); in inflate_dynamic() 1208 error("bad gzip magic numbers"); in gunzip() 1214 error("internal error, invalid method"); in gunzip() 1220 error("Input is encrypted"); in gunzip() 1224 error("Multi part input"); in gunzip() 1228 error("Input has invalid flags"); in gunzip() 1262 error("invalid compressed format (err=1)"); in gunzip() [all …]
|
D | crc32defs.h | 62 # error "CRC_LE_BITS must be one of {1, 2, 4, 8, 32, 64}" 71 # error "CRC_BE_BITS must be one of {1, 2, 4, 8, 32, 64}"
|
D | decompress_unlzma.c | 76 void (*error)(char *); member 95 rc->error("unexpected EOF"); in rc_read() 542 void(*error)(char *x) in unlzma() 558 rc.error = error; in unlzma() 565 error("Could not allocate input buffer"); in unlzma() 587 error("bad header"); in unlzma() 638 error("LZMA data is corrupt"); in unlzma() 643 error("LZMA data is corrupt"); in unlzma() 675 void(*error)(char *x) in decompress() 678 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in decompress()
|
D | Kconfig.kmemcheck | 47 In one-shot mode, only the first error detected is reported before 53 int "kmemcheck: error queue size" 61 be scheduled. If the queue is full, new error reports will be 73 error is detected to help the debugging of a particular problem.
|
D | notifier-error-inject.c | 36 err = action->error; in notifier_err_inject_callback() 81 &action->error)) in notifier_err_inject_init()
|
D | decompress_bunzip2.c | 683 void(*error)(char *x)) in bunzip2() 693 error("Could not allocate output buffer"); in bunzip2() 701 error("Could not allocate input buffer"); in bunzip2() 723 error("Data integrity error when decompressing."); in bunzip2() 727 error("Compressed file ends unexpectedly"); in bunzip2() 751 void(*error)(char *x)) in decompress() 753 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in decompress()
|
D | Makefile | 119 obj-$(CONFIG_NOTIFIER_ERROR_INJECTION) += notifier-error-inject.o 120 obj-$(CONFIG_CPU_NOTIFIER_ERROR_INJECT) += cpu-notifier-error-inject.o 121 obj-$(CONFIG_PM_NOTIFIER_ERROR_INJECT) += pm-notifier-error-inject.o 122 obj-$(CONFIG_MEMORY_NOTIFIER_ERROR_INJECT) += memory-notifier-error-inject.o 124 of-reconfig-notifier-error-inject.o
|
D | notifier-error-inject.h | 7 int error; member
|
D | random32.c | 421 bool error = false; in prandom_state_selftest() local 430 error = true; in prandom_state_selftest() 433 if (error) in prandom_state_selftest()
|
D | clz_ctz.c | 64 #error BITS_PER_LONG not 32 or 64
|
D | radix-tree.c | 390 int error; in __radix_tree_create() local 394 error = radix_tree_extend(root, index); in __radix_tree_create() 395 if (error) in __radix_tree_create() 396 return error; in __radix_tree_create() 448 int error; in radix_tree_insert() local 452 error = __radix_tree_create(root, index, &node, &slot); in radix_tree_insert() 453 if (error) in radix_tree_insert() 454 return error; in radix_tree_insert()
|
D | Kconfig.debug | 575 tristate "Memory hotplug notifier error injection module" 580 debugfs interface under /sys/kernel/debug/notifier-error-inject/memory 583 notified, write the error code to "actions/<notifier event>/error". 585 Example: Inject memory hotplug offline error (-12 == -ENOMEM) 587 # cd /sys/kernel/debug/notifier-error-inject/memory 588 # echo -12 > actions/MEM_GOING_OFFLINE/error 590 bash: echo: write error: Cannot allocate memory 593 be called memory-notifier-error-inject. 612 This option enables additional error checking for high memory 1350 tristate "Notifier error injection" [all …]
|
D | find_next_bit.c | 176 #error BITS_PER_LONG not defined in ext2_swabp() 188 #error BITS_PER_LONG not defined in ext2_swab()
|
D | Kconfig.kgdb | 89 catastrophic error, i.e. for a panic or oops. 90 When KDB is active and a catastrophic error occurs, nothing extra
|
/lib/mpi/ |
D | mpicoder.c | 171 #error please implement for this limb size. in mpi_get_buffer() 217 #error please implement for this limb size. in mpi_set_buffer() 247 #error please implement for this limb size. in mpi_set_buffer()
|
/lib/lzo/ |
D | lzodefs.h | 26 #error "conflicting endian definitions"
|
D | lzo1x_compress.c | 111 # error "missing endian definition" in lzo1x_1_do_compress() 136 # error "missing endian definition" in lzo1x_1_do_compress()
|
/lib/fonts/ |
D | fonts.c | 75 #error No fonts configured.
|