Symbol: Z_NULL
usr/src/boot/common/gpt.c
204
hdr->hdr_crc_self = crc32(0, Z_NULL, 0);
usr/src/boot/common/gpt.c
271
hdr->hdr_crc_table = crc32(0, Z_NULL, 0);
usr/src/boot/common/gpt.c
274
hdr->hdr_crc_self = crc32(0, Z_NULL, 0);
usr/src/boot/common/gpt.c
80
hdr->hdr_crc_table = crc32(0, Z_NULL, 0);
usr/src/boot/common/gpt.c
83
hdr->hdr_crc_self = crc32(0, Z_NULL, 0);
usr/src/boot/common/part.c
190
hdr->hdr_crc_self = crc32(0, Z_NULL, 0);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1207
(charf *)Z_NULL), (long)s->strstart - s->block_start, (flush)); \
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2775
if (z == Z_NULL || z->state == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2778
z->msg = Z_NULL;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2791
if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2793
if (z->state->blocks != Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2796
z->state = Z_NULL;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2807
if (z == Z_NULL)
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
2814
z->state->blocks = Z_NULL;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2834
inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, 1 << w))
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2835
== Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2865
if (z == Z_NULL || z->next_in == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3000
if (z == Z_NULL || z->state == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3220
if (s->checkfn != Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3234
if (s->checkfn != Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3235
s->check = (*s->checkfn)(0L, Z_NULL, 0);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3248
(z,1,sizeof(struct inflate_blocks_state))) == Z_NULL)
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
3253
return Z_NULL;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3306
if (s->sub.decode.codes == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3311
s->sub.decode.tl = Z_NULL; /* don't try to free these */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3312
s->sub.decode.td = 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
3452
s->sub.trees.tb = Z_NULL;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3471
if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3577
if (s->checkfn != Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3750
*t = (inflate_huft *)Z_NULL;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3803
u[0] = (inflate_huft *)Z_NULL; /* just to keep compilers happy */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3804
q = (inflate_huft *)Z_NULL; /* ditto */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3838
(zs,z + 1,sizeof(inflate_huft))) == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3849
*(t = &(q->next)) = Z_NULL;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3912
r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4028
z.opaque = Z_NULL;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4071
while (p != Z_NULL)
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
4354
if (s->checkfn != Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4382
if (s->checkfn != Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4612
if (buf == Z_NULL) return 1L;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
602
if (strm == Z_NULL) return Z_STREAM_ERROR;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
604
strm->msg = Z_NULL;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
619
if (s == Z_NULL) return Z_MEM_ERROR;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
641
if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
642
s->pending_buf == Z_NULL) {
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
669
if (strm == Z_NULL || strm->state == Z_NULL ||
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
670
strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
673
strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
737
if (strm == Z_NULL || state == Z_NULL) return Z_STREAM_ERROR;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
739
if (strm->next_in == Z_NULL && strm->avail_in != 0) {
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
859
if (strm == Z_NULL || state == Z_NULL) return Z_STREAM_ERROR;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
867
strm->state = Z_NULL;
usr/src/common/pnglite/pnglite.c
119
calc_crc = crc32(0L, Z_NULL, 0);
usr/src/common/pnglite/pnglite.c
329
calc_crc = crc32(0L, Z_NULL, 0);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1000
strm->zalloc == Z_NULL || strm->zfree == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1005
strm->msg = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1037
if (strm == Z_NULL || strm->state == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1098
if (strm->next_out != Z_NULL) { /* PPP */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1120
if (strm == Z_NULL || strm->state == Z_NULL ||
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1127
(strm->next_in == Z_NULL && strm->avail_in != 0) ||
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1275
if (strm == Z_NULL || strm->state == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1292
strm->state = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1315
if (source == Z_NULL || dest == Z_NULL || source->state == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1322
if (ds == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1334
if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL ||
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1335
ds->pending_buf == Z_NULL) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1367
if (strm == Z_NULL || strm->state == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1842
(charf *)Z_NULL), \
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3634
if (z == Z_NULL || z->state == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3637
z->msg = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3639
inflate_blocks_reset(z->state->blocks, z, Z_NULL);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3649
if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3651
if (z->state->blocks != Z_NULL) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3653
z->state->blocks = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3656
z->state = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3669
if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3674
if (z == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3676
z->msg = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3678
if (z->zalloc == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3683
if (z->zfree == Z_NULL) z->zfree = zcfree;
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
3688
z->state->blocks = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3709
Z_NULL : adler32, (uInt)1 << w))
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3710
== Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3744
if (z == Z_NULL || z->state == Z_NULL || z->next_in == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3899
if (z == Z_NULL || z->state == Z_NULL || z->state->mode != DICT0)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3947
if (z == Z_NULL || z->state == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4010
if (z == Z_NULL || z->state == Z_NULL || z->state->blocks == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4298
if (c != Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4301
s->sub.trees.blens != Z_NULL) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4303
s->sub.trees.blens = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4305
if (s->mode == CODES && s->sub.decode.codes != Z_NULL) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4307
s->sub.decode.codes = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4313
if (s->checkfn != Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4314
z->adler = s->check = (*s->checkfn)(0L, Z_NULL, 0);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4327
(z, 1, sizeof (struct inflate_blocks_state))) == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4330
if (s->hufts == Z_NULL) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4332
return (Z_NULL);
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
4338
return (Z_NULL);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4344
inflate_blocks_reset(s, z, Z_NULL);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4396
if (s->sub.decode.codes == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4468
sizeof (uInt))) == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4495
s->sub.trees.blens = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4537
s->sub.trees.blens = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4550
s->sub.trees.tb = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4566
s->sub.trees.blens = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4576
Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4628
inflate_blocks_reset(s, z, Z_NULL);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4630
s->window = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4632
s->hufts = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4699
if (s->checkfn != Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4884
*t = (inflate_huft *)Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4938
u[0] = (inflate_huft *)Z_NULL; /* just to keep compilers happy */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4939
q = (inflate_huft *)Z_NULL; /* ditto */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5077
r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb,
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
5564
if (s->checkfn != Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5568
if (p != Z_NULL) { /* PPP */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5592
if (s->checkfn != Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5596
if (p != Z_NULL) { /* PPP */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
6091
if (buf == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
870
if (version == Z_NULL || version[0] != my_version[0] ||
usr/src/uts/common/io/ppp/spppcomp/zlib.c
874
if (strm == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
877
strm->msg = Z_NULL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
879
if (strm->zalloc == Z_NULL) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
883
if (strm->zfree == Z_NULL) strm->zfree = zcfree;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
901
if (s == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
926
if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
usr/src/uts/common/io/ppp/spppcomp/zlib.c
927
s->pending_buf == Z_NULL) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
955
if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
999
if (strm == Z_NULL || strm->state == Z_NULL ||