Home
last modified time | relevance | path

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

12345678910>>...75

/linux/tools/net/sunrpc/xdrgen/
H A Dxdrgen43 help="Display the version of this tool",
51 "definitions", help="Generate XDR definitions"
57 help="Add annotation comments",
63 help="Output language",
69 help="Generate header code for client or server side",
72 definitions_parser.add_argument("filename", help="File containing an XDR specification")
76 "declarations", help="Generate function declarations"
82 help="Add annotation comments",
88 help="Output language",
94 help
[all...]
/linux/scripts/
H A Dkernel-doc207 help="Verbose output, more warnings and other information.")
210 help="Enable debug messages")
213 help="Allow setting a module name at the output.")
217 help="Enable line number output (only in ReST mode)")
223 help="Warns about the lack of a return markup on functions.")
227 help="Warns if initial short description is missing")
231 help=WARN_CONTENTS_BEFORE_SECTIONS_DESC)
234 help="Enable all types of warnings")
237 help="Treat warnings as errors.")
240 help
[all...]
H A Dkernel-doc.py
/linux/net/netfilter/
H A Dnf_conntrack_helper.c180 struct nf_conn_help *help; in nf_ct_helper_ext_add() local
182 help = nf_ct_ext_add(ct, NF_CT_EXT_HELPER, gfp); in nf_ct_helper_ext_add()
183 if (help) in nf_ct_helper_ext_add()
184 INIT_HLIST_HEAD(&help->expectations); in nf_ct_helper_ext_add()
187 return help; in nf_ct_helper_ext_add()
195 struct nf_conn_help *help; in __nf_ct_try_assign_helper() local
204 help = nfct_help(tmpl); in __nf_ct_try_assign_helper()
205 if (help != NULL) { in __nf_ct_try_assign_helper()
206 helper = rcu_dereference(help->helper); in __nf_ct_try_assign_helper()
210 help = nfct_help(ct); in __nf_ct_try_assign_helper()
[all …]
/linux/drivers/media/tuners/
H A DKconfig31 help
38 help
45 help
52 help
60 help
68 help
76 help
83 help
90 help
97 help
[all …]
/linux/tools/lib/subcmd/
H A Dparse-options.h103 const char *help; member
118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) }
119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) }
120 …IT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b…
121 …OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) }
122 …N, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f)…
125 .value = check_vtype(v, bool *), .help = (h), \
127 …e = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
128 …t_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i…
129 …ype = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p…
[all …]
/linux/arch/arm/mach-s3c/
H A DKconfig12 help
18 help
32 help
41 help
54 help
62 help
70 help
75 help
80 help
85 help
[all …]
H A DKconfig.s3c64xx7 bool "Samsung S3C64XX (deprecated, see help)"
23 help
37 help
42 help
52 help
61 help
69 help
74 help
79 help
84 help
[all …]
/linux/arch/sh/boards/
H A DKconfig29 help
40 help
48 help
56 help
64 help
74 help
85 help
94 help
103 help
113 help
[all …]
/linux/net/6lowpan/
H A DKconfig5 help
13 help
21 help
30 help
37 help
43 help
50 help
56 help
62 help
68 help
[all …]
/linux/drivers/interconnect/qcom/
H A DKconfig5 help
16 help
25 help
34 help
43 help
52 help
61 help
70 help
79 help
88 help
[all …]
/linux/arch/arm/mach-imx/
H A DKconfig13 help
46 help
52 help
63 help
74 help
81 help
99 help
105 help
112 help
135 help
[all …]
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool.rst17 **bpftool** [*OPTIONS*] *OBJECT* { *COMMAND* | **help** }
30 **delete** | **pin** | **event_pipe** | **help** }
33 **load** | **attach** | **detach** | **help** }
35 *LINK-COMMANDS* := { **show** | **list** | **pin** | **detach** | **help** }
37 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
39 *PERF-COMMANDS* := { **show** | **list** | **help** }
41 *NET-COMMANDS* := { **show** | **list** | **help** }
43 *FEATURE-COMMANDS* := { **probe** | **help** }
45 *BTF-COMMANDS* := { **show** | **list** | **dump** | **help** }
47 *GEN-COMMANDS* := { **object** | **skeleton** | **min_core_btf** | **help** }
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A DKconfig7 help
13 help
18 help
25 help
30 help
35 help
40 help
47 help
54 help
60 help
[all …]
/linux/tools/docs/
H A Dget_abi.py50 help="enable lineno")
52 help="output text as contained in the ABI files. "
56 help="Don't the files section")
57 parser.add_argument("--show-hints", help="Show-hints")
105 help="Case-insensitive search pattern for the ABI symbol")
149 help="directory where sysfs is mounted")
151 help="search string regular expression to limit symbol search")
153 help="Hints about definitions for missing ABI symbols.")
155 help="If bigger than one, enables multiprocessing.")
157 help="Maximum number of chunk size")
[all …]
/linux/tools/testing/selftests/tc-testing/
H A Dtdc_multibatch.py15 parser.add_argument("device", help="device name")
16 parser.add_argument("dir", help="where to put batch files")
18 "num_filters", type=int, help="how many lines per batch file")
19 parser.add_argument("num_files", type=int, help="how many batch files")
23 help="operation to perform on filters")
28 help="prefix for generated batch file names")
33 help="duplicate filter handle range in all files")
39 help="start handle range from (default: 1)")
46 help="add this value to third byte of source MAC address of flower filter"
/linux/arch/riscv/
H A DKconfig.socs7 help
12 help
17 help
26 help
31 help
37 help
42 help
48 help
59 help
67 help
[all …]
/linux/drivers/regulator/
H A DKconfig5 help
30 help
35 help
42 help
52 help
62 help
73 help
81 help
91 help
97 help
[all …]
/linux/samples/
H A DKconfig4 help
16 help
22 help
28 help
36 help
44 help
52 help
59 help
65 help
75 help
[all...]
/linux/tools/usb/usbip/src/
H A Dusbip.c37 const char *help; member
45 .help = NULL,
51 .help = NULL,
57 .help = "Attach a remote USB device",
63 .help = "Detach a remote USB device",
69 .help = "List exportable or local USB devices",
75 .help = "Bind device to " USBIP_HOST_DRV_NAME ".ko",
81 .help = "Unbind device from " USBIP_HOST_DRV_NAME ".ko",
87 .help = "Show imported USB devices",
111 if (cmd->help != NULL) in usbip_help()
[all …]
/linux/drivers/accessibility/speakup/
H A DKconfig7 help
53 help
57 help on the Speakup choice above for more info.
62 help
66 help on the Speakup choice above for more info.
70 help
74 help on the Speakup choice above for more info.
78 help
81 build it as a module. See the configuration help on the
86 help
[all …]
/linux/drivers/comedi/
H A DKconfig4 help
12 help
19 help
28 help
36 help
48 help
59 help
71 help
84 help
96 help
[all …]
/linux/drivers/rtc/
H A DKconfig18 help
28 help
37 help
56 help
66 help
74 help
82 help
91 help
101 help
111 help
[all …]
/linux/arch/arm/mach-orion5x/
H A DKconfig13 help
27 help
35 help
43 help
51 help
58 help
65 help
73 help
81 help
88 help
[all …]
/linux/scripts/kconfig/tests/err_transitional/
H A DKconfig2 # Test that transitional symbols cannot have properties other than help
8 help
15 help
22 help
29 help
36 help
43 help
48 help

12345678910>>...75