zbuf               45 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h static int bnx2x_gunzip(struct bnx2x *bp, const u8 *zbuf, int len);
zbuf             6596 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c static int bnx2x_gunzip(struct bnx2x *bp, const u8 *zbuf, int len)
zbuf             6601 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	if ((zbuf[0] != 0x1f) || (zbuf[1] != 0x8b) || (zbuf[2] != Z_DEFLATED)) {
zbuf             6610 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	if (zbuf[3] & FNAME)
zbuf             6611 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		while ((zbuf[n++] != 0) && (n < len));
zbuf             6613 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	bp->strm->next_in = (typeof(bp->strm->next_in))zbuf + n;
zbuf               44 lib/decompress_inflate.c 	u8 *zbuf;
zbuf               62 lib/decompress_inflate.c 		zbuf = buf;
zbuf               64 lib/decompress_inflate.c 		zbuf = malloc(GZIP_IOBUF_SIZE);
zbuf               67 lib/decompress_inflate.c 	if (!zbuf) {
zbuf               89 lib/decompress_inflate.c 		len = fill(zbuf, GZIP_IOBUF_SIZE);
zbuf               93 lib/decompress_inflate.c 	   zbuf[0] != 0x1f || zbuf[1] != 0x8b || zbuf[2] != 0x08) {
zbuf              103 lib/decompress_inflate.c 	strm->next_in = zbuf + 10;
zbuf              106 lib/decompress_inflate.c 	if (zbuf[3] & 0x8) {
zbuf              134 lib/decompress_inflate.c 			len = fill(zbuf, GZIP_IOBUF_SIZE);
zbuf              140 lib/decompress_inflate.c 			strm->next_in = zbuf;
zbuf              170 lib/decompress_inflate.c 		*pos = strm->next_in - zbuf+8;
zbuf              178 lib/decompress_inflate.c 		free(zbuf);
zbuf               12 lib/zlib_inflate/infutil.c 	const u8 *zbuf = buf;
zbuf               27 lib/zlib_inflate/infutil.c 	strm->next_in = zbuf;