Lines Matching defs:pargs
382 struct puffstestargs *pargs = arg;
394 pargs->pta_pargs, pargs->pta_pargslen) == -1) {
396 kill(pargs->pta_childpid, SIGKILL);
400 pargs->pta_rumpfd = fd;
401 rumpshovels(pargs);
425 struct puffstestargs *pargs = theargs;
439 if (waitpid(pargs->pta_childpid, &status, WNOHANG) > 0)
441 kill(pargs->pta_childpid, SIGTERM);
443 if (waitpid(pargs->pta_childpid, &status, WNOHANG) > 0)
445 kill(pargs->pta_childpid, SIGKILL);