Symbol: ZALLOC
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2812
ZALLOC(z,1,sizeof(struct internal_state))) == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3247
if ((s = (inflate_blocks_statef *)ZALLOC
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3250
if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3377
if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3837
if ((q = (inflate_huft *)ZALLOC
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4140
ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
618
s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
633
s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
634
s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
635
s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
639
s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 2*sizeof(ush));
usr/src/cmd/pools/poolstat/poolstat.c
205
pset_sbag_s.bag = ZALLOC(sizeof (pset_statistic_bag_t));
usr/src/cmd/pools/poolstat/poolstat.c
644
line = ZALLOC(len);
usr/src/cmd/pools/poolstat/poolstat.c
697
line = ZALLOC(len);
usr/src/cmd/pools/poolstat/poolstat.c
933
pools = ZALLOC(sizeof (pool_t *) * (i + 1));
usr/src/cmd/pools/poolstat/poolstat_utils.h
40
#define NEW0(p) ((p) = ZALLOC((long)sizeof (*(p))))
usr/src/cmd/pools/poolstat/sa_kstat.c
153
dst->ks_data = ZALLOC(src->ks_data_size);
usr/src/cmd/pools/poolstat/sa_kstat.c
291
sdp->sd_udata = ZALLOC(sizeof (pset_ud_t));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1321
ds = (deflate_state *) ZALLOC(dest, 1, sizeof (deflate_state));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1328
ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof (Byte));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1329
ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof (Pos));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1330
ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof (Pos));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1331
overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof (ush)+2);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3686
ZALLOC(z, 1, sizeof (struct internal_state))) == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4326
if ((s = (inflate_blocks_statef *)ZALLOC
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4329
s->hufts = (inflate_huft *)ZALLOC(z, MANY, sizeof (inflate_huft));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4334
if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4467
if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5181
if ((c = (uIntf*)ZALLOC(z, 288, sizeof (uInt))) == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5183
if ((v = (uIntf*)ZALLOC(z, 288, sizeof (uInt))) == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5311
ZALLOC(z, 1, sizeof (struct inflate_codes_state))) != Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
900
s = (deflate_state *) ZALLOC(strm, 1, sizeof (deflate_state));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
916
s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof (Byte));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
917
s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof (Pos));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
918
s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof (Pos));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
922
overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof (ush)+2);