Searched refs:exec_child (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/atf/atf-c/ |
| H A D | check.c | 154 static void exec_child(void *) ATF_DEFS_ATTRIBUTE_NORETURN; 158 exec_child(void *v) in exec_child() function 181 err = atf_process_fork(&child, exec_child, &outsb, &errsb, &ea); in fork_and_wait()
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 8791 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) in exec_child() function 9028 VERIFY(!exec_child(ztest_opts.zo_alt_ztest, in main() 9031 VERIFY(!exec_child(NULL, NULL, B_FALSE, NULL)); in main() 9076 killed = exec_child(cmd, NULL, B_TRUE, &status); in main() 9083 killed = exec_child(ztest_opts.zo_alt_ztest, in main()
|