Home
last modified time | relevance | path

Searched refs:longopts (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/ublk/
A Dfault_inject.c77 static const struct option longopts[] = { in ublk_fault_inject_cmd_line() local
85 longopts, &option_idx)) != -1) { in ublk_fault_inject_cmd_line()
88 if (!strcmp(longopts[option_idx].name, "delay_us")) in ublk_fault_inject_cmd_line()
A Dkublk.c1518 static const struct option longopts[] = { in main() local
1559 longopts, &option_idx)) != -1) { in main()
1602 if (!strcmp(longopts[option_idx].name, "debug_mask")) in main()
1604 if (!strcmp(longopts[option_idx].name, "quiet")) in main()
1606 if (!strcmp(longopts[option_idx].name, "foreground")) in main()
1608 if (!strcmp(longopts[option_idx].name, "auto_zc")) in main()
1610 if (!strcmp(longopts[option_idx].name, "auto_zc_fallback")) in main()
1612 if (!strcmp(longopts[option_idx].name, "nthreads")) in main()
1614 if (!strcmp(longopts[option_idx].name, "per_io_tasks")) in main()
A Dstripe.c361 static const struct option longopts[] = { in ublk_stripe_cmd_line() local
369 longopts, &option_idx)) != -1) { in ublk_stripe_cmd_line()
372 if (!strcmp(longopts[option_idx].name, "chunk_size")) in ublk_stripe_cmd_line()
/tools/counter/
A Dcounter_watch_events.c135 static const struct option longopts[] = { variable
210 while ((c = getopt_long(argc, argv, "dhn:l:w:", longopts, NULL)) != -1) { in main()
255 while ((c = getopt_long(argc, argv, "dhn:l:w:", longopts, NULL)) != -1) { in main()
/tools/virtio/ringtest/
A Dmain.c214 static const struct option longopts[] = { variable
308 int o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/tools/testing/vsock/
A Dvsock_uring_test.c229 static const struct option longopts[] = { variable
298 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
A Dvsock_perf.c366 static const struct option longopts[] = { variable
457 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
A Dvsock_diag_test.c445 static const struct option longopts[] = { variable
535 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
A Dvsock_test.c2373 static const struct option longopts[] = { variable
2474 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/tools/virtio/
A Dvirtio_test.c279 const struct option longopts[] = { variable
354 o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
A Dvhost_net_test.c411 static const struct option longopts[] = { variable
486 o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/tools/usb/usbip/src/
A Dusbipd.c588 static const struct option longopts[] = { in main() local
623 opt = getopt_long(argc, argv, "46DdeP::t:hv", longopts, NULL); in main()
/tools/iio/
A Diio_generic_buffer.c333 static const struct option longopts[] = { variable
372 while ((c = getopt_long(argc, argv, "aAb:c:egl:n:N:t:T:w:?", longopts, in main()
/tools/mm/
A Dpage_owner_sort.c668 struct option longopts[] = { in main() local
679 while ((opt = getopt_long(argc, argv, "admnpstP", longopts, NULL)) != -1) in main()

Completed in 36 milliseconds