Home
last modified time | relevance | path

Searched refs:my_zalloc (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/cmd/cdrw/
H A Ddumpinfo.c73 conf = (uchar_t *)my_zalloc(MMC_FTR_HDR_LEN); in info()
126 toc = (uchar_t *)my_zalloc(12); in info()
134 toc = (uchar_t *)my_zalloc(toc_size); in info()
170 ti = (struct track_info *)my_zalloc(sizeof (struct track_info)); in info()
H A Dbstream.c277 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_file_read_stream()
375 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_stdin_read_stream()
407 au = (au_filehdr_t *)my_zalloc(sizeof (*au)); in open_au_read_stream()
447 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_au_read_stream()
488 wav = (Wave_filehdr *)my_zalloc(sizeof (*wav)); in open_wav_read_stream()
516 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_wav_read_stream()
563 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_au_write_stream()
592 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_wav_write_stream()
616 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_aur_write_stream()
633 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_file_write_stream()
[all …]
H A Ddevice.c134 dev = (cd_device *)my_zalloc(sizeof (cd_device)); in get_device()
136 dev->d_node = (char *)my_zalloc(strlen(devnode) + 1); in get_device()
141 dev->d_inq = (uchar_t *)my_zalloc(INQUIRY_DATA_LENGTH); in get_device()
157 cap = (uchar_t *)my_zalloc(18); in get_device()
195 cap = (uchar_t *)my_zalloc(8); in get_device()
283 dev->d_name = (char *)my_zalloc(strlen(user_supplied) + 1); in get_device()
366 path = my_zalloc(strlen(symname) + 1); in hald_findname()
687 disc_info = (uchar_t *)my_zalloc(DISC_INFO_BLOCK_SIZE); in check_device()
734 ti = (struct track_info *)my_zalloc(sizeof (*ti)); in write_next_track()
760 te = (struct trackio_error *)my_zalloc(sizeof (*te)); in write_next_track()
[all …]
H A Dmisc_scsi.c107 buf = (uchar_t *)my_zalloc(256); in get_mode_page()
138 buf = (uchar_t *)my_zalloc(total); in set_mode_page()
170 ti = (uchar_t *)my_zalloc(TRACK_INFO_SIZE); in build_track_info()
319 raw_toc = (uchar_t *)my_zalloc(raw_toc_len); in check_track_size()
460 buf = (uchar_t *)my_zalloc(8); in get_data_mode()
495 buf = (uchar_t *)my_zalloc(64); in prepare_for_write()
647 di = (uchar_t *)my_zalloc(DISC_INFO_BLOCK_SIZE); in finalize()
713 di = (uchar_t *)my_zalloc(DISC_INFO_BLOCK_SIZE); in get_last_possible_lba()
829 mp2a = (uchar_t *)my_zalloc(buflen); in cd_speed_get()
947 str = (uchar_t *)my_zalloc(SET_STREAM_DATA_LEN); in do_set_streaming()
H A Dcopycd.c86 buf = (uchar_t *)my_zalloc(READ_BURST * blksize); in read_data_track()
211 p = my_zalloc(PATH_MAX); in copy_cd()
234 toc = (uchar_t *)my_zalloc(4); in copy_cd()
241 tlist = (struct t_data *)my_zalloc(end_tno * sizeof (struct t_data)); in copy_cd()
411 di = (uchar_t *)my_zalloc(DISC_INFO_BLOCK_SIZE); in copy_cd()
H A Dwrite_audio.c84 h_ptr = (bstreamhandle *)my_zalloc(nfiles * sizeof (bstreamhandle)); in write_audio()
106 ti = (struct track_info *)my_zalloc(sizeof (*ti)); in write_audio()
H A Dwrite_image.c107 ti = (struct track_info *)my_zalloc(sizeof (*ti)); in write_image()
185 di = (uchar_t *)my_zalloc(DISC_INFO_BLOCK_SIZE); in write_image()
H A Ddae.c149 buf = (uchar_t *)my_zalloc(BLOCK_SIZE * read_burst_size); in read_audio_track()
150 prev = (uchar_t *)my_zalloc(BLOCK_SIZE * read_burst_size); in read_audio_track()
303 ti = (struct track_info *)my_zalloc(sizeof (*ti)); in extract_audio()
H A Dblank.c153 buf = (uchar_t *)my_zalloc(64); in blank()
200 di = (uchar_t *)my_zalloc(DISC_INFO_BLOCK_SIZE); in blank()
H A Dutil.h66 void *my_zalloc(size_t size);
H A Dtoshiba.c146 mpage = (uchar_t *)my_zalloc(16); in toshiba_speed_ctrl()
H A Dmmc.c727 bufp = (uchar_t *)my_zalloc(response_len); in ftr_supported()
904 uchar_t *bufp = (uchar_t *)my_zalloc(MMC_FTR_HDR_LEN); in print_profile_list()
917 bufp = (uchar_t *)my_zalloc(buflen); in print_profile_list()
H A Dutil.c55 my_zalloc(size_t size) in my_zalloc() function
H A Dmain.c201 devpath = (char *)my_zalloc(PATH_MAX); in setup_target()
H A Dtrackio.c94 tio_iobs[i].iob_buf = (uchar_t *)my_zalloc(bsize); in init_tio_data()
/titanic_44/usr/src/cmd/rmformat/
H A Drmf_misc.c98 void *my_zalloc(size_t size);
1182 tmpbuf = (char *)my_zalloc(PATH_MAX); in find_device()
1354 dev = (device_t *)my_zalloc(sizeof (device_t)); in get_device()
1356 dev->d_node = (char *)my_zalloc(strlen(devnode) + 1); in get_device()
1361 dev->d_inq = (uchar_t *)my_zalloc(INQUIRY_DATA_LENGTH); in get_device()
1380 dev->d_name = (char *)my_zalloc(strlen(user_supplied) + 1); in get_device()
1533 my_zalloc(size_t size) in my_zalloc() function
1782 buf = (uchar_t *)my_zalloc(256); in get_mode_page()
1851 ns = (char *)my_zalloc(1);
1853 ns = (char *)my_zalloc(strlen(s) + 1);