Symbol: my_zalloc
usr/src/cmd/cdrw/blank.c
151
buf = (uchar_t *)my_zalloc(64);
usr/src/cmd/cdrw/blank.c
198
di = (uchar_t *)my_zalloc(DISC_INFO_BLOCK_SIZE);
usr/src/cmd/cdrw/bstream.c
277
h = (bstreamhandle)my_zalloc(sizeof (*h));
usr/src/cmd/cdrw/bstream.c
375
h = (bstreamhandle)my_zalloc(sizeof (*h));
usr/src/cmd/cdrw/bstream.c
407
au = (au_filehdr_t *)my_zalloc(sizeof (*au));
usr/src/cmd/cdrw/bstream.c
447
h = (bstreamhandle)my_zalloc(sizeof (*h));
usr/src/cmd/cdrw/bstream.c
488
wav = (Wave_filehdr *)my_zalloc(sizeof (*wav));
usr/src/cmd/cdrw/bstream.c
516
h = (bstreamhandle)my_zalloc(sizeof (*h));
usr/src/cmd/cdrw/bstream.c
563
h = (bstreamhandle)my_zalloc(sizeof (*h));
usr/src/cmd/cdrw/bstream.c
592
h = (bstreamhandle)my_zalloc(sizeof (*h));
usr/src/cmd/cdrw/bstream.c
616
h = (bstreamhandle)my_zalloc(sizeof (*h));
usr/src/cmd/cdrw/bstream.c
633
h = (bstreamhandle)my_zalloc(sizeof (*h));
usr/src/cmd/cdrw/bstream.c
663
h = (bstreamhandle)my_zalloc(sizeof (*h));
usr/src/cmd/cdrw/bstream.c
704
t = (char *)my_zalloc(PATH_MAX);
usr/src/cmd/cdrw/copycd.c
209
p = my_zalloc(PATH_MAX);
usr/src/cmd/cdrw/copycd.c
232
toc = (uchar_t *)my_zalloc(4);
usr/src/cmd/cdrw/copycd.c
239
tlist = (struct t_data *)my_zalloc(end_tno * sizeof (struct t_data));
usr/src/cmd/cdrw/copycd.c
409
di = (uchar_t *)my_zalloc(DISC_INFO_BLOCK_SIZE);
usr/src/cmd/cdrw/copycd.c
84
buf = (uchar_t *)my_zalloc(READ_BURST * blksize);
usr/src/cmd/cdrw/dae.c
147
buf = (uchar_t *)my_zalloc(BLOCK_SIZE * read_burst_size);
usr/src/cmd/cdrw/dae.c
148
prev = (uchar_t *)my_zalloc(BLOCK_SIZE * read_burst_size);
usr/src/cmd/cdrw/dae.c
301
ti = (struct track_info *)my_zalloc(sizeof (*ti));
usr/src/cmd/cdrw/device.c
134
dev = (cd_device *)my_zalloc(sizeof (cd_device));
usr/src/cmd/cdrw/device.c
136
dev->d_node = (char *)my_zalloc(strlen(devnode) + 1);
usr/src/cmd/cdrw/device.c
141
dev->d_inq = (uchar_t *)my_zalloc(INQUIRY_DATA_LENGTH);
usr/src/cmd/cdrw/device.c
157
cap = (uchar_t *)my_zalloc(18);
usr/src/cmd/cdrw/device.c
195
cap = (uchar_t *)my_zalloc(8);
usr/src/cmd/cdrw/device.c
283
dev->d_name = (char *)my_zalloc(strlen(user_supplied) + 1);
usr/src/cmd/cdrw/device.c
366
path = my_zalloc(strlen(symname) + 1);
usr/src/cmd/cdrw/device.c
687
disc_info = (uchar_t *)my_zalloc(DISC_INFO_BLOCK_SIZE);
usr/src/cmd/cdrw/device.c
734
ti = (struct track_info *)my_zalloc(sizeof (*ti));
usr/src/cmd/cdrw/device.c
760
te = (struct trackio_error *)my_zalloc(sizeof (*te));
usr/src/cmd/cdrw/device.c
806
uchar_t *cap = (uchar_t *)my_zalloc(MMC_FTR_HDR_LEN);
usr/src/cmd/cdrw/dumpinfo.c
124
toc = (uchar_t *)my_zalloc(12);
usr/src/cmd/cdrw/dumpinfo.c
132
toc = (uchar_t *)my_zalloc(toc_size);
usr/src/cmd/cdrw/dumpinfo.c
168
ti = (struct track_info *)my_zalloc(sizeof (struct track_info));
usr/src/cmd/cdrw/dumpinfo.c
71
conf = (uchar_t *)my_zalloc(MMC_FTR_HDR_LEN);
usr/src/cmd/cdrw/main.c
199
devpath = (char *)my_zalloc(PATH_MAX);
usr/src/cmd/cdrw/misc_scsi.c
107
buf = (uchar_t *)my_zalloc(256);
usr/src/cmd/cdrw/misc_scsi.c
138
buf = (uchar_t *)my_zalloc(total);
usr/src/cmd/cdrw/misc_scsi.c
170
ti = (uchar_t *)my_zalloc(TRACK_INFO_SIZE);
usr/src/cmd/cdrw/misc_scsi.c
319
raw_toc = (uchar_t *)my_zalloc(raw_toc_len);
usr/src/cmd/cdrw/misc_scsi.c
460
buf = (uchar_t *)my_zalloc(8);
usr/src/cmd/cdrw/misc_scsi.c
495
buf = (uchar_t *)my_zalloc(64);
usr/src/cmd/cdrw/misc_scsi.c
647
di = (uchar_t *)my_zalloc(DISC_INFO_BLOCK_SIZE);
usr/src/cmd/cdrw/misc_scsi.c
713
di = (uchar_t *)my_zalloc(DISC_INFO_BLOCK_SIZE);
usr/src/cmd/cdrw/misc_scsi.c
829
mp2a = (uchar_t *)my_zalloc(buflen);
usr/src/cmd/cdrw/misc_scsi.c
947
str = (uchar_t *)my_zalloc(SET_STREAM_DATA_LEN);
usr/src/cmd/cdrw/mmc.c
727
bufp = (uchar_t *)my_zalloc(response_len);
usr/src/cmd/cdrw/mmc.c
904
uchar_t *bufp = (uchar_t *)my_zalloc(MMC_FTR_HDR_LEN);
usr/src/cmd/cdrw/mmc.c
917
bufp = (uchar_t *)my_zalloc(buflen);
usr/src/cmd/cdrw/toshiba.c
144
mpage = (uchar_t *)my_zalloc(16);
usr/src/cmd/cdrw/trackio.c
92
tio_iobs[i].iob_buf = (uchar_t *)my_zalloc(bsize);
usr/src/cmd/cdrw/util.h
64
void *my_zalloc(size_t size);
usr/src/cmd/cdrw/write_audio.c
104
ti = (struct track_info *)my_zalloc(sizeof (*ti));
usr/src/cmd/cdrw/write_audio.c
82
h_ptr = (bstreamhandle *)my_zalloc(nfiles * sizeof (bstreamhandle));
usr/src/cmd/cdrw/write_image.c
105
ti = (struct track_info *)my_zalloc(sizeof (*ti));
usr/src/cmd/cdrw/write_image.c
183
di = (uchar_t *)my_zalloc(DISC_INFO_BLOCK_SIZE);
usr/src/cmd/rmformat/rmf_misc.c
1184
tmpbuf = (char *)my_zalloc(PATH_MAX);
usr/src/cmd/rmformat/rmf_misc.c
1356
dev = (device_t *)my_zalloc(sizeof (device_t));
usr/src/cmd/rmformat/rmf_misc.c
1358
dev->d_node = (char *)my_zalloc(strlen(devnode) + 1);
usr/src/cmd/rmformat/rmf_misc.c
1363
dev->d_inq = (uchar_t *)my_zalloc(INQUIRY_DATA_LENGTH);
usr/src/cmd/rmformat/rmf_misc.c
1382
dev->d_name = (char *)my_zalloc(strlen(user_supplied) + 1);
usr/src/cmd/rmformat/rmf_misc.c
1784
buf = (uchar_t *)my_zalloc(256);
usr/src/cmd/rmformat/rmf_misc.c
1852
ns = (char *)my_zalloc(1);
usr/src/cmd/rmformat/rmf_misc.c
1854
ns = (char *)my_zalloc(strlen(s) + 1);
usr/src/cmd/rmformat/rmf_misc.c
98
void *my_zalloc(size_t size);