Home
last modified time | relevance | path

Searched refs:ignorekill (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/sys/contrib/openzfs/cmd/
HDztest.c8783 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) in exec_child() argument
8842 if (!ignorekill || WTERMSIG(status) != SIGKILL) { in exec_child()