Searched refs:l_opts (Results 1 - 9 of 9) sorted by relevance

/external/blktrace/btt/
H A Dbno_plot.py59 l_opts = [ 'help', 'keys-below', 'verbose' ]
62 (opts, args) = getopt.getopt(in_args, s_opts, l_opts)
H A Dargs.c33 static struct option l_opts[] = { variable in typeref:struct:option
288 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
H A Dbtt_plot.py204 l_opts = [ 'generate-all', 'type', 'no-legend', 'output', 'title',
208 (opts, args) = getopt.getopt(args[1:], s_opts, l_opts)
/external/fio/
H A Dinit.c84 static struct option l_opts[FIO_NR_OPTIONS] = { variable in typeref:struct:option
1668 while (l_opts[i].name) {
1669 ostr[c++] = l_opts[i].val;
1670 if (l_opts[i].has_arg == required_argument)
1672 else if (l_opts[i].has_arg == optional_argument) {
1686 while (l_opts[i].name) {
1687 int val = l_opts[i].val;
1718 while ((c = getopt_long_only(argc, argv, ostr, l_opts, &lidx)) != -1) {
1866 const char *opt = l_opts[lidx].name;
1889 fio_options_set_ioengine_opts(l_opts, t
[all...]
/external/blktrace/
H A Dblkiomon.c615 static struct option l_opts[] = { variable in typeref:struct:option
690 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
H A Dblkparse.c107 static struct option l_opts[] = { variable in typeref:struct:option
2709 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
H A Dblktrace.c330 static struct option l_opts[] = { variable in typeref:struct:option
2018 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) >= 0) {
/external/blktrace/btreplay/
H A Dbtrecord.c123 static struct option l_opts[] = { variable in typeref:struct:option
395 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
H A Dbtreplay.c1377 static struct option l_opts[] = { variable in typeref:struct:option
1467 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {

Completed in 184 milliseconds