Searched refs:gzstate (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dmain.c21 static struct gunzip_state gzstate; variable in typeref:struct:gunzip_state
40 gunzip_start(&gzstate, vmlinuz_addr, vmlinuz_size);
41 gunzip_exactly(&gzstate, elfheader, sizeof(elfheader));
78 gunzip_discard(&gzstate, ei.elfoffset - sizeof(elfheader));
79 len = gunzip_finish(&gzstate, addr, ei.loadsize);
H A Dprpmc2800.c511 static struct gunzip_state gzstate; variable in typeref:struct:gunzip_state
533 gunzip_start(&gzstate, vmlinuz_addr, vmlinuz_size);
534 gunzip_exactly(&gzstate, elfheader, sizeof(elfheader));

Completed in 112 milliseconds