Searched refs:exec_child (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 7135 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) in exec_child() function 7326 VERIFY(!exec_child(ztest_opts.zo_alt_ztest, in main() 7329 VERIFY(!exec_child(NULL, NULL, B_FALSE, NULL)); in main() 7374 killed = exec_child(cmd, NULL, B_TRUE, &status); in main() 7381 killed = exec_child(ztest_opts.zo_alt_ztest, in main()
|