Home
last modified time | relevance | path

Searched refs:inbuf (Results 1 – 7 of 7) sorted by relevance

/arch/arm/vdso/
Dvdsomunge.c135 const void *inbuf; in main() local
158 inbuf = mmap(NULL, stat.st_size, PROT_READ, MAP_PRIVATE, infd, 0); in main()
159 if (inbuf == MAP_FAILED) in main()
164 inhdr = inbuf; in main()
206 memcpy(outbuf, inbuf, stat.st_size); in main()
/arch/alpha/boot/
Dmisc.c44 static uch *inbuf; /* input buffer */ variable
60 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
111 inbuf = input_data; in fill_inbuf()
115 return inbuf[0]; in fill_inbuf()
/arch/nios2/boot/compressed/
Dmisc.c48 static uch *inbuf; /* input buffer */ variable
65 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
136 inbuf = input_data; in fill_inbuf()
139 return inbuf[0]; in fill_inbuf()
/arch/x86/platform/olpc/
Dolpc.c116 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd() argument
157 if (inbuf && inlen) { in olpc_xo1_ec_cmd()
160 pr_devel("olpc-ec: sending cmd arg 0x%x\n", inbuf[i]); in olpc_xo1_ec_cmd()
161 outb(inbuf[i], 0x68); in olpc_xo1_ec_cmd()
/arch/cris/boot/compressed/
Dmisc.c54 static uch *inbuf; /* input buffer */ variable
73 #define get_byte() (inbuf[inptr++])
327 inbuf = input_data; in decompress_kernel()
333 inbuf = input_data; in decompress_kernel()
/arch/mn10300/boot/compressed/
Dmisc.c88 static uch *inbuf; /* input buffer */ variable
128 unsigned char ch = inptr < insize ? inbuf[inptr++] : fill_inbuf(); in get_byte()
249 inbuf = input_data; in fill_inbuf()
252 return inbuf[0]; in fill_inbuf()
/arch/powerpc/include/asm/
Dhvsi.h64 unsigned char inbuf[HVSI_INBUF_SIZE]; member