Searched refs:inbuf (Results 1 – 10 of 10) sorted by relevance
| /arch/arm/vdso/ |
| A D | vdsomunge.c | 122 const void *inbuf; in main() local 145 inbuf = mmap(NULL, stat.st_size, PROT_READ, MAP_PRIVATE, infd, 0); in main() 146 if (inbuf == MAP_FAILED) in main() 151 inhdr = inbuf; in main() 193 memcpy(outbuf, inbuf, stat.st_size); in main()
|
| /arch/alpha/boot/ |
| A D | misc.c | 45 static uch *inbuf; /* input buffer */ variable 61 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) 110 inbuf = input_data; in fill_inbuf() 114 return inbuf[0]; in fill_inbuf()
|
| /arch/nios2/boot/compressed/ |
| A D | misc.c | 35 static uch *inbuf; /* input buffer */ variable 52 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) 123 inbuf = input_data; in fill_inbuf() 126 return inbuf[0]; in fill_inbuf()
|
| /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 150 if (inbuf && inlen) { in olpc_xo1_ec_cmd() 153 pr_devel("olpc-ec: sending cmd arg 0x%x\n", inbuf[i]); in olpc_xo1_ec_cmd() 154 outb(inbuf[i], 0x68); in olpc_xo1_ec_cmd()
|
| /arch/powerpc/boot/ |
| A D | decompress.c | 116 long partial_decompress(void *inbuf, unsigned long input_size, in partial_decompress() argument 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/parisc/kernel/ |
| A D | kgdb.c | 175 int err_code, char *inbuf, char *outbuf, in kgdb_arch_handle_exception() argument 179 char *p = inbuf + 1; in kgdb_arch_handle_exception() 181 switch (inbuf[0]) { in kgdb_arch_handle_exception()
|
| /arch/powerpc/include/asm/ |
| A D | hvsi.h | 65 unsigned char inbuf[HVSI_INBUF_SIZE]; member
|
| /arch/s390/include/asm/ |
| A D | debug.h | 91 const char *inbuf);
|
| /arch/s390/kernel/ |
| A D | debug.c | 1686 char *out_buf, size_t out_buf_size, const char *inbuf) in debug_sprintf_format_fn() argument 1688 debug_sprintf_entry_t *curr_event = (debug_sprintf_entry_t *)inbuf; in debug_sprintf_format_fn()
|
Completed in 18 milliseconds