Searched refs:l_opts (Results 1 – 9 of 9) sorted by relevance
/external/blktrace/btt/ |
D | bno_plot.py | 59 l_opts = [ 'help', 'keys-below', 'verbose' ] 62 (opts, args) = getopt.getopt(in_args, s_opts, l_opts)
|
D | args.c | 33 static struct option l_opts[] = { variable 288 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in handle_args()
|
D | btt_plot.py | 204 l_opts = [ 'generate-all', 'type', 'no-legend', 'output', 'title', 208 (opts, args) = getopt.getopt(args[1:], s_opts, l_opts)
|
/external/fio/ |
D | init.c | 84 static struct option l_opts[FIO_NR_OPTIONS] = { variable 1668 while (l_opts[i].name) { in fio_options_fill_optstring() 1669 ostr[c++] = l_opts[i].val; in fio_options_fill_optstring() 1670 if (l_opts[i].has_arg == required_argument) in fio_options_fill_optstring() 1672 else if (l_opts[i].has_arg == optional_argument) { in fio_options_fill_optstring() 1686 while (l_opts[i].name) { in client_flag_set() 1687 int val = l_opts[i].val; in client_flag_set() 1718 while ((c = getopt_long_only(argc, argv, ostr, l_opts, &lidx)) != -1) { in parse_cmd_line() 1866 const char *opt = l_opts[lidx].name; in parse_cmd_line() 1889 fio_options_set_ioengine_opts(l_opts, td); in parse_cmd_line() [all …]
|
/external/blktrace/btreplay/ |
D | btrecord.c | 123 static struct option l_opts[] = { variable 395 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in handle_args()
|
D | btreplay.c | 1377 static struct option l_opts[] = { variable 1467 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in handle_args()
|
/external/blktrace/ |
D | blkiomon.c | 615 static struct option l_opts[] = { variable 690 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in main()
|
D | blktrace.c | 330 static struct option l_opts[] = { variable 2018 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) >= 0) { in handle_args()
|
D | blkparse.c | 107 static struct option l_opts[] = { variable 2709 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in main()
|