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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6093 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) function
6266 VERIFY(!exec_child(ztest_opts.zo_alt_ztest,
6269 VERIFY(!exec_child(NULL, NULL, B_FALSE, NULL));
6314 killed = exec_child(cmd, NULL, B_TRUE, &status);
6321 killed = exec_child(ztest_opts.zo_alt_ztest,

Completed in 72 milliseconds