Searched refs:inptr (Results 1 – 4 of 4) sorted by relevance
| /arch/alpha/boot/ |
| A D | misc.c | 49 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable 61 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) 113 inptr = 1; in fill_inbuf()
|
| /arch/nios2/boot/compressed/ |
| A D | misc.c | 39 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable 52 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) 125 inptr = 1; in fill_inbuf()
|
| /arch/parisc/include/asm/ |
| A D | pdc.h | 92 unsigned long inptr, unsigned long outputr,
|
| /arch/parisc/kernel/ |
| A D | firmware.c | 1429 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument 1438 retval = real64_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call() 1443 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
|
Completed in 14 milliseconds