HomeSort by: relevance | last modified time | path
    Searched refs:the_argv (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/puffs/rump_lfs/
rump_lfs.c 51 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/
fstest_lfs.c 129 const char *the_argv[9]; local in function:cleaner
139 the_argv[0] = "megamaid";
140 the_argv[1] = "-D"; /* don't fork() & detach */
141 the_argv[2] = "-S";
142 the_argv[3] = buf;
143 the_argv[4] = "-J";
144 the_argv[5] = thepath;
145 the_argv[6] = args->ta_mntpath;
146 the_argv[7] = NULL;
152 lfs_cleaner_main(7, __UNCONST(the_argv));
    [all...]

Completed in 14 milliseconds