Searched refs:the_argv (Results 1 - 2 of 2) sorted by relevance

/src/usr.sbin/puffs/rump_lfs/
H A Drump_lfs.c51 const char *the_argv[9]; local in function:cleaner
53 the_argv[0] = "megamaid";
54 the_argv[1] = "-D"; /* don't fork() & detach */
55 the_argv[2] = "-J"; /* treat arg as a device */
56 the_argv[3] = RUMPRAWDEVICE;
57 the_argv[4] = arg;
59 lfs_cleaner_main(5, __UNCONST(the_argv));
/src/tests/fs/common/
H A Dfstest_lfs.c133 const char *the_argv[9]; local in function:cleaner
143 the_argv[0] = "megamaid";
144 the_argv[1] = "-D"; /* don't fork() & detach */
145 the_argv[2] = "-S";
146 the_argv[3] = buf;
147 the_argv[4] = "-J";
148 the_argv[5] = thepath;
149 the_argv[6] = args->ta_mntpath;
150 the_argv[7] = NULL;
156 lfs_cleaner_main(7, __UNCONST(the_argv));
[all...]

Completed in 3 milliseconds