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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/boot/
H A Dmain.c32 static struct gunzip_state gzstate; variable in typeref:struct:gunzip_state
53 gunzip_start(&gzstate, vmlinuz_addr, vmlinuz_size);
54 gunzip_exactly(&gzstate, elfheader, sizeof(elfheader));
81 gunzip_discard(&gzstate, ei.elfoffset - sizeof(elfheader));
82 len = gunzip_finish(&gzstate, addr, ei.loadsize);
H A Dprpmc2800.c516 static struct gunzip_state gzstate; variable in typeref:struct:gunzip_state
538 gunzip_start(&gzstate, vmlinuz_addr, vmlinuz_size);
539 gunzip_exactly(&gzstate, elfheader, sizeof(elfheader));

Completed in 60 milliseconds