Searched refs:l_opts (Results 1 – 8 of 8) 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 294 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in handle_args()
|
D | btt_plot.py | 212 l_opts = [ 'generate-all', 'type', 'no-legend', 'output', 'title', 216 (opts, args) = getopt.getopt(args[1:], s_opts, l_opts)
|
/external/blktrace/btreplay/ |
D | btrecord.c | 121 static struct option l_opts[] = { variable 393 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in handle_args()
|
D | btreplay.c | 1404 static struct option l_opts[] = { variable 1494 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in handle_args()
|
/external/blktrace/ |
D | blkiomon.c | 616 static struct option l_opts[] = { variable 691 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in main()
|
D | blktrace.c | 332 static struct option l_opts[] = { variable 2106 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 2787 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in main()
|