Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/fs/common/
H A Dfstest_puffs.c247 const char *image, off_t size, void *fspriv, char **theargv) in donewfs() argument
280 if (execvp(theargv[0], theargv) == -1) in donewfs()
331 char **theargv; in puffs_fstest_newfs() local
338 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()