Lines Matching refs:m_sb
55 const atf_process_stream_t *m_sb;
70 sp->m_sb = sb;
336 const int type = atf_process_stream_type(sp->m_sb);
342 if (dup2(sp->m_sb->m_tgt_fd, sp->m_sb->m_src_fd) == -1)
344 sp->m_sb->m_tgt_fd, sp->m_sb->m_src_fd);
350 err = safe_dup(sp->m_sb->m_fd, procfd);
352 int aux = open(atf_fs_path_cstring(sp->m_sb->m_path),
356 atf_fs_path_cstring(sp->m_sb->m_path));
374 const int type = atf_process_stream_type(sp->m_sb);