Searched refs:exec_child (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 7622 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) in exec_child() function 7845 VERIFY(!exec_child(ztest_opts.zo_alt_ztest, in main() 7848 VERIFY(!exec_child(NULL, NULL, B_FALSE, NULL)); in main() 7893 killed = exec_child(cmd, NULL, B_TRUE, &status); in main() 7900 killed = exec_child(ztest_opts.zo_alt_ztest, in main()
|