OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atf_process_fork
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/detail/
process.h
118
atf_error_t
atf_process_fork
(atf_process_child_t *,
test_helpers.c
139
RE(
atf_process_fork
(&child, run_h_tc_child, &outb, &errb, &data));
sanity_test.c
106
RE(
atf_process_fork
(&child, do_test_child, &outsb, &errsb, &td));
process_test.c
54
* Auxiliary functions for testing of '
atf_process_fork
'.
58
* Testing of
atf_process_fork
is quite messy. We want to be able to test
62
* To do this, the do_fork function is a wrapper for
atf_process_fork
that
425
RE(
atf_process_fork
(&child, child_print, outfs->m_sb_ptr,
717
RE(
atf_process_fork
(&child, child_report_pid, &outsb, &errsb, NULL));
767
RE_ABORT(
atf_process_fork
(&child, child_loop, &outsb, &errsb, NULL));
829
RE(
atf_process_fork
(&child, child_spawn_loop_and_wait_eintr,
1017
RE(
atf_process_fork
(&child, child_cookie, &outsb, &errsb, NULL));
1031
RE(
atf_process_fork
(&child, child_cookie, &outsb, &errsb, &dummy_int));
process.c
524
atf_process_fork
(atf_process_child_t *c,
function
632
err =
atf_process_fork
(&c, do_exec, outsb, errsb, &ea);
/src/external/bsd/atf/dist/atf-c++/detail/
process.hpp
240
atf_error_t err =
atf_process_fork
(&c, start, outsb.get_sb(),
/src/external/bsd/atf/dist/atf-c/
check.c
184
err =
atf_process_fork
(&child, exec_child, &outsb, &errsb, &ea);
Completed in 31 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026