Searched refs:exec_child (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-c/
H A Dcheck.c154 static void exec_child(void *) ATF_DEFS_ATTRIBUTE_NORETURN;
158 exec_child(void *v) function
181 err = atf_process_fork(&child, exec_child, &outsb, &errsb, &ea);
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c7833 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) function
8066 VERIFY(!exec_child(ztest_opts.zo_alt_ztest,
8069 VERIFY(!exec_child(NULL, NULL, B_FALSE, NULL));
8114 killed = exec_child(cmd, NULL, B_TRUE, &status);
8121 killed = exec_child(ztest_opts.zo_alt_ztest,

Completed in 104 milliseconds