Searched refs:bstreamhandle (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/cdrw/ |
H A D | bstream.h | 46 typedef struct _bstr_hndl *bstreamhandle; typedef 72 bstreamhandle open_stdin_read_stream(); 73 bstreamhandle open_file_read_stream(char *file); 74 bstreamhandle open_iso_read_stream(char *fname); 75 bstreamhandle open_au_read_stream(char *fname); 76 bstreamhandle open_wav_read_stream(char *fname); 77 bstreamhandle open_aur_read_stream(char *fname); 78 bstreamhandle open_au_write_stream(char *fname); 79 bstreamhandle open_wav_write_stream(char *fname); 80 bstreamhandle open_aur_write_stream(char *fname); [all …]
|
H A D | bstream.c | 82 file_stream_size(bstreamhandle h, off_t *size) in file_stream_size() 99 audio_stream_size(bstreamhandle h, off_t *size) in audio_stream_size() 107 file_stream_read(bstreamhandle h, uchar_t *buf, off_t size) in file_stream_read() 114 file_stream_write(bstreamhandle h, uchar_t *buf, off_t size) in file_stream_write() 124 file_stream_read_wrbo(bstreamhandle h, uchar_t *buf, off_t size) in file_stream_read_wrbo() 147 file_stream_write_wrbo(bstreamhandle h, uchar_t *buf, off_t size) in file_stream_write_wrbo() 164 file_stream_close(bstreamhandle h) in file_stream_close() 175 stdin_stream_close(bstreamhandle h) in stdin_stream_close() 183 wav_write_stream_close(bstreamhandle h) in wav_write_stream_close() 207 au_write_stream_close(bstreamhandle h) in au_write_stream_close() [all …]
|
H A D | write_audio.c | 41 static bstreamhandle 76 bstreamhandle *h_ptr; in write_audio() 84 h_ptr = (bstreamhandle *)my_zalloc(nfiles * sizeof (bstreamhandle)); in write_audio()
|
H A D | dae.c | 58 static bstreamhandle 124 read_audio_track(cd_device *dev, struct track_info *ti, bstreamhandle h) in read_audio_track() 297 bstreamhandle h; in extract_audio()
|
H A D | copycd.c | 47 bstreamhandle h; 51 int read_audio_track(cd_device *dev, struct track_info *ti, bstreamhandle h); 61 read_data_track(cd_device *dev, struct track_info *ti, bstreamhandle h) in read_data_track()
|
H A D | trackio.h | 78 int write_track(cd_device *dev, struct track_info *ti, bstreamhandle h,
|
H A D | device.h | 77 void write_next_track(int mode, bstreamhandle h);
|
H A D | write_image.c | 45 bstreamhandle h; in write_image()
|
H A D | trackio.c | 261 write_track(cd_device *dev, struct track_info *ti, bstreamhandle h, in write_track()
|
H A D | device.c | 728 write_next_track(int mode, bstreamhandle h) in write_next_track()
|