Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/arm/
H A Delf_trampoline.c205 static unsigned char *orig_input, *i_input, *i_output; variable
252 if ((size_t)(i_input - orig_input) >= KERNCOMPSIZE) { in input()
255 return *i_input++; in input()
276 i_input = (unsigned char *)kernel + GZ_HEAD; in inflate_kernel()
278 while (*i_input) in inflate_kernel()
279 i_input++; in inflate_kernel()
280 i_input++; in inflate_kernel()