Home
last modified time | relevance | path

Searched refs:help (Results 1 – 7 of 7) sorted by relevance

/samples/
DKconfig4 help
16 help
22 help
28 help
36 help
44 help
52 help
59 help
65 help
75 help
[all …]
/samples/rust/
DKconfig6 help
15 help
25 help
35 help
/samples/kdb/
Dkdb_hello.c35 .help = "Say Hello World or Hello [string]",
/samples/bpf/
Dxdp2skb_meta.sh82 --long verbose,flush,help,list,dev:,dry-run -- "$@")
120 -h | --help )
DMakefile226 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
227 BTF_PAHOLE_PROBE := $(shell $(BTF_PAHOLE) --help 2>&1 | grep BTF)
228 BTF_OBJCOPY_PROBE := $(shell $(LLVM_OBJCOPY) --help 2>&1 | grep -i 'usage.*llvm')
295 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
/samples/hid/
DMakefile84 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
85 BTF_PAHOLE_PROBE := $(shell $(BTF_PAHOLE) --help 2>&1 | grep BTF)
86 BTF_OBJCOPY_PROBE := $(shell $(LLVM_OBJCOPY) --help 2>&1 | grep -i 'usage.*llvm')
146 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
/samples/landlock/
Dsandboxer.c305 static const char help[] = variable
356 fprintf(stderr, help, argv[0]); in main()