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

/freebsd-10.3-release/sys/kern/
H A Dimgact_gzip.c75 struct imgact_gzip igz; local
100 bzero(&igz, sizeof igz);
102 infl.gz_private = (void *) &igz;
106 igz.ip = imgp;
107 igz.idx = 10;
110 while (p[igz.idx++])
111 if (igz.idx >= PAGE_SIZE)
115 while (p[igz.idx++])
116 if (igz
300 struct imgact_gzip *igz = (struct imgact_gzip *) vp; local
[all...]

Completed in 93 milliseconds