Searched refs:lopts (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/tools/testing/selftests/watchdog/ |
D | watchdog-test.c | 23 static const struct option lopts[] = { variable 106 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main() 136 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
|
/Linux-v6.1/tools/spi/ |
D | spidev_test.c | 203 static const struct option lopts[] = { in parse_opts() local 229 lopts, NULL); in parse_opts()
|
/Linux-v6.1/tools/lib/bpf/ |
D | libbpf.c | 10237 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_kprobe_multi_opts() 10281 lopts.kprobe_multi.syms = syms; in bpf_program__attach_kprobe_multi_opts() 10282 lopts.kprobe_multi.addrs = addrs; in bpf_program__attach_kprobe_multi_opts() 10283 lopts.kprobe_multi.cookies = cookies; in bpf_program__attach_kprobe_multi_opts() 10284 lopts.kprobe_multi.cnt = cnt; in bpf_program__attach_kprobe_multi_opts() 10285 lopts.kprobe_multi.flags = retprobe ? BPF_F_KPROBE_MULTI_RETURN : 0; in bpf_program__attach_kprobe_multi_opts() 10295 link_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_KPROBE_MULTI, &lopts); in bpf_program__attach_kprobe_multi_opts()
|