Home
last modified time | relevance | path

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

/arch/alpha/boot/
Dmisc.c48 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable
60 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
114 inptr = 1; in fill_inbuf()
/arch/h8300/boot/compressed/
Dmisc.c36 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable
48 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
131 inptr = 1; in fill_inbuf()
/arch/mn10300/boot/compressed/
Dmisc.c92 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable
128 unsigned char ch = inptr < insize ? inbuf[inptr++] : fill_inbuf(); in get_byte()
251 inptr = 1; in fill_inbuf()
/arch/cris/boot/compressed/
Dhead_v10.S98 ;; Do the decompression and save compressed size in inptr
106 add.d [inptr], $r9 ; size of compressed kernel
Dmisc.c57 unsigned inptr = 0; /* index of next byte to be processed in inbuf variable
73 #define get_byte() (inbuf[inptr++])
/arch/parisc/include/asm/
Dpdc.h660 unsigned long inptr, unsigned long outputr,
/arch/parisc/kernel/
Dfirmware.c1187 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument
1194 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()