Searched refs:output (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | decompress_unlz4.c | 37 u8 *output, long *posp, in unlz4() argument 53 if (output) { in unlz4() 54 outp = output; in unlz4() 169 if (output) in unlz4() 192 if (!output) in unlz4() 202 unsigned char *output, long out_len, in __decompress() argument 207 return unlz4(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
|
D | decompress_unlzo.c | 115 u8 *output, long *posp, in unlzo() argument 125 if (output) { in unlzo() 126 out_buf = output; in unlzo() 260 if (output) in unlzo() 285 if (!output) in unlzo()
|
D | decompress_unlzma.c | 540 unsigned char *output, in unlzma() argument 612 if (output) in unlzma() 613 wr.buffer = output; in unlzma() 660 if (!output) in unlzma() 673 unsigned char *output, long out_len, in __decompress() argument 677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
|
D | Kconfig.debug | 8 messages to be added to the output of the syslog() system 214 that look like '.Lxxx') so they don't pollute the output of 222 assembler output. This may make the kernel slightly slower, but it helps 566 task has ever had available in the sysrq-T and sysrq-P debug output. 1223 Say Y here to make BUG() panics output the file name and line number
|