Searched defs:m_sb (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h81 struct stat m_sb; member in struct:atf_fs_stat
H A Dprocess.c55 const atf_process_stream_t *m_sb; member in struct:stream_prepare
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
[all...]
H A Dprocess_test.c78 /* m_sb is initialized by subclasses that need it, but all consumers
79 * must use m_sb_ptr, which may or may not point to m_sb. This allows
82 atf_process_stream_t m_sb; member in struct:base_stream
127 s->m_base.m_sb_ptr = &s->m_base.m_sb;
128 RE(atf_process_stream_init_capture(&s->m_base.m_sb));
170 atf_process_stream_fini(&s->m_base.m_sb);
206 s->m_base.m_sb_ptr = &s->m_base.m_sb;
207 RE(atf_process_stream_init_connect(&s->m_base.m_sb, src_fd, s->m_fd));
218 atf_process_stream_fini(&s->m_base.m_sb);
242 s->m_base.m_sb_ptr = &s->m_base.m_sb;
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp104 atf_process_stream_t m_sb; member in class:atf::process::basic_stream

Completed in 15 milliseconds