Symbol: zalloc
usr/src/cmd/cmd-inet/usr.bin/pppdump/deflate.c
152
state->strm.zalloc = (alloc_func) z_alloc;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
127
(*((strm)->zalloc))((strm)->opaque, (items), (size))
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4026
z.zalloc = falloc;
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.h
171
alloc_func zalloc; /* used to allocate the internal state */
usr/src/cmd/format/auto_sense.c
1834
disk = (struct disk_type *)zalloc(sizeof (struct disk_type));
usr/src/cmd/format/auto_sense.c
1891
zalloc(sizeof (struct partition_info));
usr/src/cmd/format/auto_sense.c
322
disk = (struct disk_type *)zalloc(sizeof (struct disk_type));
usr/src/cmd/format/auto_sense.c
352
zalloc(sizeof (struct partition_info));
usr/src/cmd/format/auto_sense.c
642
disk = (struct disk_type *)zalloc(sizeof (struct disk_type));
usr/src/cmd/format/auto_sense.c
684
zalloc(sizeof (struct partition_info));
usr/src/cmd/format/auto_sense.c
851
buf = zalloc(cur_blksz);
usr/src/cmd/format/ctlr_ata.c
206
bufaddr = (char *)zalloc(4 * cur_blksz);
usr/src/cmd/format/ctlr_scsi.c
1732
defects = zalloc(nbytes);
usr/src/cmd/format/ctlr_scsi.c
1822
zalloc(deflist_size(cur_blksz, len) *
usr/src/cmd/format/ctlr_scsi.c
2723
msbuf = (char *)zalloc(nbytes);
usr/src/cmd/format/defect.c
136
list->list = (struct defect_entry *)zalloc(size * cur_blksz);
usr/src/cmd/format/label.c
300
new_label = zalloc(cur_blksz);
usr/src/cmd/format/main.c
468
cur_buf = (void *) zalloc(BUF_SECTS * cur_blksz);
usr/src/cmd/format/main.c
469
pattern_buf = (void *) zalloc(BUF_SECTS * cur_blksz);
usr/src/cmd/format/menu.c
64
list = (char **)zalloc(nitems * sizeof (char *));
usr/src/cmd/format/menu_command.c
1302
buf = zalloc((cur_disk->disk_lbasize == 0) ?
usr/src/cmd/format/menu_command.c
1828
work_list.list = (struct defect_entry *)zalloc(
usr/src/cmd/format/menu_command.c
1916
buf = zalloc(cur_blksz);
usr/src/cmd/format/menu_command.c
2000
zalloc(sizeof (struct partition_info));
usr/src/cmd/format/menu_command.c
2198
buf = zalloc(cur_blksz);
usr/src/cmd/format/menu_command.c
557
tptr = (struct disk_type *)zalloc(sizeof (struct disk_type));
usr/src/cmd/format/menu_defect.c
343
work_list.list = (struct defect_entry *)zalloc(
usr/src/cmd/format/menu_defect.c
687
work_list.list = (struct defect_entry *)zalloc(
usr/src/cmd/format/menu_defect.c
802
work_list.list = (struct defect_entry *)zalloc(
usr/src/cmd/format/menu_defect.c
809
cur_list.list = (struct defect_entry *)zalloc(
usr/src/cmd/format/menu_defect.c
85
work_list.list = (struct defect_entry *)zalloc(
usr/src/cmd/format/menu_partition.c
641
s = zalloc(len);
usr/src/cmd/format/menu_scsi.c
270
zalloc(sizeof (struct chg_list));
usr/src/cmd/format/misc.c
554
ns = zalloc(1);
usr/src/cmd/format/misc.c
556
ns = zalloc(strlen(s) + 1);
usr/src/cmd/format/misc.c
597
argvlist = zalloc(sizeof (char *) * (*alloc));
usr/src/cmd/format/misc.h
139
void *zalloc(int count);
usr/src/cmd/format/modify_partition.c
494
label = zalloc(sizeof (struct dk_label));
usr/src/cmd/format/modify_partition.c
507
part = zalloc(sizeof (struct partition_info));
usr/src/cmd/format/modify_partition.c
604
zalloc(sizeof (struct partition_info));
usr/src/cmd/format/partition.c
424
pptr = (struct partition_info *)zalloc(sizeof (struct partition_info));
usr/src/cmd/format/partition.c
446
map = zalloc(size);
usr/src/cmd/format/startup.c
1698
tctlr = zalloc(sizeof (struct ctlr_type));
usr/src/cmd/format/startup.c
1700
tctlr->ctype_name = zalloc(DK_DEVLEN);
usr/src/cmd/format/startup.c
1718
tctlr->ctype_ops = zalloc(sizeof (struct ctlr_ops));
usr/src/cmd/format/startup.c
1733
mlp->next = zalloc(sizeof (struct mctlr_list));
usr/src/cmd/format/startup.c
1762
first_sector = zalloc(cur_blksz);
usr/src/cmd/format/startup.c
1783
search_disk = (struct disk_info *)zalloc(sizeof (struct disk_info));
usr/src/cmd/format/startup.c
1861
zalloc(sizeof (struct ctlr_info));
usr/src/cmd/format/startup.c
1991
zalloc(sizeof (struct disk_type));
usr/src/cmd/format/startup.c
2022
zalloc(sizeof (struct partition_info));
usr/src/cmd/format/startup.c
2069
zalloc(sizeof (struct disk_type));
usr/src/cmd/format/startup.c
2088
zalloc(strlen(disk_name) + 1);
usr/src/cmd/format/startup.c
2093
zalloc(strlen(search_label.dkl_asciilabel) + 1);
usr/src/cmd/format/startup.c
2151
zalloc(sizeof (struct partition_info));
usr/src/cmd/format/startup.c
2708
nc = zalloc(sizeof (struct chg_list));
usr/src/cmd/format/startup.c
2878
zalloc((n+1) * sizeof (struct disk_info *));
usr/src/cmd/format/startup.c
2958
ctlrp = zalloc(sizeof (struct mctlr_list));
usr/src/cmd/format/startup.c
583
dtype_name = (char *)zalloc(strlen(cleaned) + 1);
usr/src/cmd/format/startup.c
585
dtype = (struct disk_type *)zalloc(sizeof (struct disk_type));
usr/src/cmd/format/startup.c
988
pinfo_name = (char *)zalloc(strlen(cleaned) + 1);
usr/src/cmd/format/startup.c
990
pinfo = (struct partition_info *)zalloc(sizeof (struct partition_info));
usr/src/cmd/psrinfo/psrinfo.c
585
vc = zalloc(sizeof (struct vcpu));
usr/src/cmd/psrinfo/psrinfo.c
676
chip = zalloc(sizeof (struct pchip));
usr/src/cmd/psrinfo/psrinfo.c
688
core = zalloc(sizeof (struct core));
usr/src/cmd/ptools/ptree/ptree.c
131
static void *zalloc(size_t);
usr/src/cmd/ptools/ptree/ptree.c
451
pp = zalloc(sizeof (*pp));
usr/src/cmd/ptools/ptree/ptree.c
592
p0 = zalloc(sizeof (*p0));
usr/src/cmd/ptools/ptree/ptree.c
663
p = zalloc(sizeof (*p));
usr/src/cmd/refer/glue1.c
177
hpt = (long *)zalloc(nhash, sizeof (*hpt));
usr/src/cmd/refer/glue1.c
192
hfreq = (int *)zalloc(nhash, sizeof (*hfreq));
usr/src/cmd/refer/glue1.c
208
master.b = (long *)zalloc(lmaster,
usr/src/cmd/refer/glue1.c
211
master.a = (unsigned *)zalloc(lmaster,
usr/src/cmd/refer/glue1.c
52
extern void *zalloc();
usr/src/cmd/refer/glue5.c
49
extern void *zalloc();
usr/src/cmd/refer/glue5.c
65
www = (struct words *)zalloc(MAXSIZ, sizeof (*www));
usr/src/cmd/refer/hunt2.c
28
extern void *zalloc();
usr/src/cmd/refer/hunt2.c
61
coord = (int *)zalloc(lmaster, sizeof (lmaster));
usr/src/cmd/refer/hunt2.c
64
prevdrop.b = (long *)zalloc(lmaster, sizeof (long));
usr/src/cmd/refer/hunt2.c
66
prevdrop.a = (unsigned *)zalloc(lmaster, sizeof (int));
usr/src/cmd/refer/hunt2.c
67
prevcoord = (int *)zalloc(lmaster, sizeof (lmaster));
usr/src/common/fs/decompress.c
144
zsp->zalloc = cf_alloc;
usr/src/lib/libdemangle/common/cxx.c
203
char *res = zalloc(ops, s->str_len + 1);
usr/src/lib/libdemangle/common/cxx.c
2759
num.str_s = zalloc(db->cpp_ops, num.str_size);
usr/src/lib/libdemangle/common/demangle_int.h
103
void *zalloc(sysdem_ops_t *, size_t);
usr/src/lib/libdemangle/common/rust.c
31
return (zalloc(st->rs_ops, len));
usr/src/lib/libdemangle/common/str.c
113
temp = zalloc(s->str_ops, newsize);
usr/src/lib/libdemangle/common/str.c
83
dest->str_s = zalloc(src->str_ops, len);
usr/src/lib/libdemangle/common/util.c
63
return (zalloc(ops, sz));
usr/src/lib/libdemangle/common/util.c
82
void *temp = zalloc(ops, newsz);
usr/src/lib/libdemangle/common/util.c
99
char *str = zalloc(ops, len + 1);
usr/src/uts/common/io/ppp/spppcomp/deflate.c
220
state->strm.zalloc = (alloc_func)z_alloc;
usr/src/uts/common/io/ppp/spppcomp/deflate.c
674
state->strm.zalloc = (alloc_func)z_alloc;
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
267
(*((strm)->zalloc))((strm)->opaque, (items), (size))
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3678
if (z->zalloc == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3680
z->zalloc = zcalloc;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
879
if (strm->zalloc == Z_NULL) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
880
strm->zalloc = zcalloc;
usr/src/uts/common/io/ppp/spppcomp/zlib.h
414
alloc_func zalloc; /* used to allocate the internal state */