Searched refs:output (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | decompress_unlzo.c | 114 u8 *output, int *posp, in unlzo() argument 124 if (output) { in unlzo() 125 out_buf = output; in unlzo() 259 if (output) in unlzo() 284 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, in decompress() argument 678 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in decompress()
|
D | Kconfig.debug | 7 messages to be added to the output of the syslog() system 74 that look like '.Lxxx') so they don't pollute the output of 82 assembler output. This may make the kernel slightly slower, but it helps 693 task has ever had available in the sysrq-T and sysrq-P debug output. 719 Say Y here to make BUG() panics output the file name and line number
|