Searched refs:outbuf (Results 1 – 7 of 7) sorted by relevance
| /arch/arm/vdso/ |
| A D | vdsomunge.c | 124 void *outbuf; in main() local 186 outbuf = mmap(NULL, stat.st_size, PROT_READ | PROT_WRITE, MAP_SHARED, in main() 188 if (outbuf == MAP_FAILED) in main() 193 memcpy(outbuf, inbuf, stat.st_size); in main() 198 outhdr = outbuf; in main() 203 if (msync(outbuf, stat.st_size, MS_SYNC) != 0) in main()
|
| /arch/powerpc/boot/ |
| A D | decompress.c | 117 void *outbuf, unsigned long output_size, unsigned long _skip) in partial_decompress() argument 128 output_buffer = outbuf; in partial_decompress() 132 ret = __decompress(inbuf, input_size, NULL, flush, outbuf, in partial_decompress()
|
| A D | ops.h | 256 long partial_decompress(void *inbuf, unsigned long input_size, void *outbuf,
|
| /arch/x86/platform/olpc/ |
| A D | olpc.c | 109 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd() argument 162 if (outbuf && outlen) { in olpc_xo1_ec_cmd() 172 outbuf[i] = inb(0x68); in olpc_xo1_ec_cmd() 173 pr_devel("olpc-ec: received 0x%x\n", outbuf[i]); in olpc_xo1_ec_cmd()
|
| /arch/x86/boot/compressed/ |
| A D | misc.c | 342 unsigned long decompress_kernel(unsigned char *outbuf, unsigned long virt_addr, in decompress_kernel() argument 352 if (__decompress(input_data, input_len, NULL, NULL, outbuf, output_len, in decompress_kernel() 356 entry = parse_elf(outbuf); in decompress_kernel() 357 handle_relocations(outbuf, output_len, virt_addr); in decompress_kernel()
|
| /arch/x86/include/asm/ |
| A D | boot.h | 87 unsigned long decompress_kernel(unsigned char *outbuf, unsigned long virt_addr,
|
| /arch/parisc/kernel/ |
| A D | kgdb.c | 175 int err_code, char *inbuf, char *outbuf, in kgdb_arch_handle_exception() argument
|
Completed in 9 milliseconds