Home
last modified time | relevance | path

Searched refs:fd_rep (Results 1 – 6 of 6) sorted by relevance

/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Daudioio-forked-stream.cpp246 fd_rep = fpipes[0]; in fork_child_for_read()
247 afs_fd_set_cloexec(fd_rep); in fork_child_for_read()
264 fd_rep = 0; in init_state_before_fork()
315 fd_rep = 0; in fork_child_for_fifo_read()
318 if (fd_rep > 0) { in fork_child_for_fifo_read()
320 afs_fd_set_cloexec(fd_rep); in fork_child_for_fifo_read()
363 fd_rep = fpipes[1]; in fork_child_for_write()
368 afs_fd_set_cloexec(fd_rep); in fork_child_for_write()
396 if (fd_rep > 0) { in clean_child()
402 ::close(fd_rep); in clean_child()
[all …]
H A Dmidiio-raw.cpp59 fd_rep = ::open(device_name_rep.c_str(), flags); in open()
60 if (fd_rep < 0) { in open()
72 ::close(fd_rep); in close()
81 long int res = ::read(fd_rep, target_buffer, 1); in read_bytes()
89 long int res = ::write(fd_rep, target_buffer, bytes); in write_bytes()
H A Deca-fileio-mmap.cpp58 fd_rep = ::open(fname.c_str(), openflags); in open_file()
59 if (!fd_rep) { in open_file()
75 fd_rep, in open_file()
93 ::close(fd_rep); in close_file()
159 fstat(fd_rep, &stattemp); in get_file_length()
H A Daudioio-forked-stream.h23 int fd_rep; variable
65 int file_descriptor(void) const { return(fd_rep); } in file_descriptor()
75 fd_rep(0), in AUDIO_IO_FORKED_STREAM()
H A Dmidiio-raw.h26 virtual int poll_descriptor(void) const { return(fd_rep); } in poll_descriptor()
42 int fd_rep;
H A Deca-fileio-mmap.h60 int fd_rep;