Searched refs:theargv (Results 1 – 1 of 1) sorted by relevance
247 const char *image, off_t size, void *fspriv, char **theargv) in donewfs() argument280 if (execvp(theargv[0], theargv) == -1) in donewfs()331 char **theargv; in puffs_fstest_newfs() local338 theargv = fspriv; in puffs_fstest_newfs()339 theargv[0] = dtfs_path; in puffs_fstest_newfs()348 theargv = dtfsargv; in puffs_fstest_newfs()351 return donewfs(tc, argp, image, size, fspriv, theargv); in puffs_fstest_newfs()