• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/atf/atf-c/detail/

Lines Matching refs:m_base

110     struct base_stream m_base;
115 { .m_base = BASE_STREAM(capture_stream_init, \
126 s->m_base.m_sb_ptr = &s->m_base.m_sb;
127 RE(atf_process_stream_init_capture(&s->m_base.m_sb));
137 switch (s->m_base.m_type) {
155 switch (s->m_base.m_type) {
169 atf_process_stream_fini(&s->m_base.m_sb);
173 struct base_stream m_base;
178 { .m_base = BASE_STREAM(connect_stream_init, \
190 switch (s->m_base.m_type) {
205 s->m_base.m_sb_ptr = &s->m_base.m_sb;
206 RE(atf_process_stream_init_connect(&s->m_base.m_sb, src_fd, s->m_fd));
217 atf_process_stream_fini(&s->m_base.m_sb);
219 check_file(s->m_base.m_type);
223 struct base_stream m_base;
229 { .m_base = BASE_STREAM(inherit_stream_init, \
241 s->m_base.m_sb_ptr = &s->m_base.m_sb;
242 RE(atf_process_stream_init_inherit(&s->m_base.m_sb));
244 switch (s->m_base.m_type) {
274 atf_process_stream_fini(&s->m_base.m_sb);
276 check_file(s->m_base.m_type);
281 { .m_base = BASE_STREAM(default_stream_init, \
293 s->m_base.m_sb_ptr = NULL;
304 struct base_stream m_base;
309 { .m_base = BASE_STREAM(redirect_fd_stream_init, \
320 switch (s->m_base.m_type) {
332 s->m_base.m_sb_ptr = &s->m_base.m_sb;
333 RE(atf_process_stream_init_redirect_fd(&s->m_base.m_sb, s->m_fd));
344 atf_process_stream_fini(&s->m_base.m_sb);
346 check_file(s->m_base.m_type);
350 struct base_stream m_base;
355 { .m_base = BASE_STREAM(redirect_path_stream_init, \
366 switch (s->m_base.m_type) {
377 s->m_base.m_sb_ptr = &s->m_base.m_sb;
378 RE(atf_process_stream_init_redirect_path(&s->m_base.m_sb, &s->m_path));
387 atf_process_stream_fini(&s->m_base.m_sb);
391 check_file(s->m_base.m_type);
1062 do_fork(&out.m_base, &out, &err.m_base, &err); \