Home
last modified time | relevance | path

Searched refs:bstreamhandle (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dbstream.c82 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 Dbstream.h44 typedef struct _bstr_hndl *bstreamhandle; typedef
70 bstreamhandle open_stdin_read_stream();
71 bstreamhandle open_file_read_stream(char *file);
72 bstreamhandle open_iso_read_stream(char *fname);
73 bstreamhandle open_au_read_stream(char *fname);
74 bstreamhandle open_wav_read_stream(char *fname);
75 bstreamhandle open_aur_read_stream(char *fname);
76 bstreamhandle open_au_write_stream(char *fname);
77 bstreamhandle open_wav_write_stream(char *fname);
78 bstreamhandle open_aur_write_stream(char *fname);
[all …]
H A Dwrite_audio.c39 static bstreamhandle
74 bstreamhandle *h_ptr; in write_audio()
82 h_ptr = (bstreamhandle *)my_zalloc(nfiles * sizeof (bstreamhandle)); in write_audio()
H A Ddae.c56 static bstreamhandle
122 read_audio_track(cd_device *dev, struct track_info *ti, bstreamhandle h) in read_audio_track()
295 bstreamhandle h; in extract_audio()
H A Dcopycd.c45 bstreamhandle h;
49 int read_audio_track(cd_device *dev, struct track_info *ti, bstreamhandle h);
59 read_data_track(cd_device *dev, struct track_info *ti, bstreamhandle h) in read_data_track()
H A Dtrackio.h76 int write_track(cd_device *dev, struct track_info *ti, bstreamhandle h,
H A Ddevice.h75 void write_next_track(int mode, bstreamhandle h);
H A Dwrite_image.c43 bstreamhandle h; in write_image()
H A Dtrackio.c259 write_track(cd_device *dev, struct track_info *ti, bstreamhandle h, in write_track()
H A Ddevice.c728 write_next_track(int mode, bstreamhandle h) in write_next_track()