Searched refs:help (Results 1 - 25 of 225) sorted by relevance

123456789

/linux-master/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") variable
28 help="prefix for generated batch file names") variable
33 help="duplicate filter handle range in all files") variable
39 help="start handle range from (default: 1)") variable
46 help="add this value to third byte of source MAC address of flower filter" variable
H A Dtdc_batch.py12 parser.add_argument("device", help="device name")
13 parser.add_argument("file", help="batch file name")
15 help="how many lines in batch file") variable
21 help="start handle range from (default: 1)") variable
23 help="skip_sw (offload), by default skip_hw", variable
26 help="all filters share the same action", variable
29 help="all filters have different prio", variable
36 help="operation to perform on filters" variable
44 help="third byte of source MAC address of flower filter" variable
/linux-master/tools/usb/usbip/src/
H A Dusbip.c27 " [help] <command> <args>\n";
37 const char *help; member in struct:command
43 .name = "help",
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
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_helper.c180 struct nf_conn_help *help; local
182 help = nf_ct_ext_add(ct, NF_CT_EXT_HELPER, gfp);
183 if (help)
184 INIT_HLIST_HEAD(&help->expectations);
187 return help;
195 struct nf_conn_help *help; local
204 help = nfct_help(tmpl);
205 if (help != NULL) {
206 helper = rcu_dereference(help->helper);
210 help
243 struct nf_conn_help *help = nfct_help(ct); local
256 struct nf_conn_help *help = nfct_help(ct); local
324 const struct nf_conn_help *help; local
398 struct nf_conn_help *help = nfct_help(exp->master); local
[all...]
H A Dnf_conntrack_ovs.c16 const struct nf_conn_help *help; local
23 help = nfct_help(ct);
24 if (!help)
27 helper = rcu_dereference(help->helper);
63 err = helper->help(skb, protoff, ct, ctinfo);
82 struct nf_conn_help *help; local
89 help = nf_ct_helper_ext_add(ct, GFP_KERNEL);
90 if (!help) {
103 rcu_assign_pointer(help->helper, helper);
H A Dxt_CT.c77 struct nf_conn_help *help; local
93 help = nf_ct_helper_ext_add(ct, GFP_KERNEL);
94 if (help == NULL) {
99 rcu_assign_pointer(help->helper, helper);
139 static void xt_ct_put_helper(struct nf_conn_help *help) argument
143 if (!help)
149 helper = rcu_dereference_raw(help->helper);
158 struct nf_conn_help *help; local
224 help = nfct_help(ct);
225 xt_ct_put_helper(help);
283 struct nf_conn_help *help; local
[all...]
H A Dnf_nat_tftp.c23 static unsigned int help(struct sk_buff *skb, function
51 RCU_INIT_POINTER(nf_nat_tftp_hook, help);
H A Dnf_nat_amanda.c28 static unsigned int help(struct sk_buff *skb, function
75 RCU_INIT_POINTER(nf_nat_amanda_hook, help);
/linux-master/arch/um/include/shared/
H A Dinit.h86 #define __uml_setup(str, fn, help...) \
88 __uml_help(fn, help); \
92 #define __uml_setup(str, fn, help...) \
96 #define __uml_help(fn, help...) \
97 __non_empty_string(fn ##__help, help); \
98 static char __uml_help_str_##fn[] __initdata = help; \
106 #define __uml_setup_help __used __section(".uml.help.init")
/linux-master/tools/verification/dot2/
H A Ddot2c22 parser.add_argument('dot_file', help='The dot file to be converted')
/linux-master/tools/lib/subcmd/
H A Dparse-options.h72 * `help`::
73 * the short help associated to what the option does.
103 const char *help; member in struct:option
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 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }
121 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) }
122 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f) }
125 .value = check_vtype(v, bool *), .help = (h), \
127 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help
[all...]
/linux-master/tools/tracing/rtla/sample/
H A Dtimerlat_load.py28 parser.add_argument("cpu", help='CPU to run timerlat thread')
29 parser.add_argument("-p", "--prio", help='FIFO priority')
/linux-master/samples/kdb/
H A Dkdb_hello.c35 .help = "Say Hello World or Hello [string]",
/linux-master/scripts/clang-tools/
H A Drun-clang-tools.py32 help=type_help)
34 parser.add_argument("path", type=str, help=path_help)
37 parser.add_argument("-checks", type=str, default=None, help=checks_help)
39 parser.add_argument("-header-filter", type=str, default=None, help=header_filter_help)
H A Dgen_compile_commands.py44 help=directory_help)
49 help=output_help)
54 default=_DEFAULT_LOG_LEVEL, help=log_level_help)
57 parser.add_argument('-a', '--ar', type=str, default='llvm-ar', help=ar_help)
62 parser.add_argument('paths', type=str, nargs='*', help=paths_help)
/linux-master/tools/perf/scripts/python/
H A Dstackcollapse.py42 help="include thread id in stack"), variable
45 help="include process id in stack"), variable
48 help="do not separate stacks according to comm"), variable
51 help="beautify Java signatures"), variable
54 help="annotate kernel functions with _[k]") variable
/linux-master/tools/testing/kunit/
H A Dkunit.py310 help='As in the make command, it specifies the build '
314 help='X=Y make option, can be repeated.',
317 help='Run all KUnit tests via tools/testing/kunit/configs/all_tests.config',
320 help='Path to Kconfig fragment that enables KUnit tests.'
326 help='Additional Kconfig options to append to the '
331 help=('Specifies the architecture to run tests under. '
339 help=('Sets make\'s CROSS_COMPILE variable; it should '
351 help=('Takes a path to a path to a file containing '
356 help='Additional QEMU arguments, e.g. "-smp 8"',
361 help
[all...]
/linux-master/tools/crypto/ccp/
H A Ddbc_cli.py47 help="Command to send",
49 parser.add_argument("--device", default="/dev/dbc", help="Device to operate")
50 parser.add_argument("--signature", help="File containing signature for command")
51 parser.add_argument("--message", choices=messages.keys(), help="Message index")
52 parser.add_argument("--data", help="Argument to pass to message")
53 parser.add_argument("--uid", help="File containing UID to pass")
/linux-master/scripts/
H A Dheaderdep.pl19 help => \&help,
42 sub help { subroutine
H A Dbloat-o-meter17 group.add_argument('-c', help='categorize output based on symbol type', action='store_true')
18 group.add_argument('-d', help='Show delta of Data Section', action='store_true')
19 group.add_argument('-t', help='Show delta of text Section', action='store_true')
20 parser.add_argument('-p', dest='prefix', help='Arch prefix for the tool being used. Useful in cross build scenarios')
21 parser.add_argument('file1', help='First file to compare')
22 parser.add_argument('file2', help='Second file to compare')
/linux-master/tools/perf/ui/browsers/
H A Dhists.h34 int hist_browser__run(struct hist_browser *browser, const char *help,
/linux-master/arch/um/include/asm/
H A Dcommon.lds.S29 .uml.help.init : {
31 *(.uml.help.init)
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c767 kp->name, kp->usage, kp->help);
797 mp->help = kdb_strdup(argv[3], GFP_KDB);
798 if (!mp->help)
804 if (mp->help[0] == '"') {
805 strcpy(mp->help, argv[3]+1);
806 mp->help[strlen(mp->help)-1] = '\0';
2412 * kdb_help - This function implements the 'help' and '?' commands.
2430 kt->usage, space, kt->help);
2608 * display help fo
[all...]
/linux-master/tools/hv/
H A Dvmbus_testing287 help = "silence none important test messages."
296 help = "Debugfs path to a vmbus device. The path "
302 help = "Enable the specified test type "
307 help = "Enable the specified test type on a "
311 help = "Delay the ring buffer interrupt or the "
323 help = "Set [buffer] & [message] delay time. "
333 help = "Disable ALL testing on ALL vmbus devices.",
341 help = "Disable ALL testing on a SINGLE vmbus device.",
345 help = "View the test state for ALL vmbus devices.",
353 help
[all...]
/linux-master/include/net/netfilter/
H A Dnf_conntrack_helper.h40 /* Tuple of things we will help (compared against server response) */
45 int (*help)(struct sk_buff *skb, member in struct:nf_conntrack_helper
99 int (*help)(struct sk_buff *skb, unsigned int protoff,
132 struct nf_conn_help *help; local
134 help = nf_ct_ext_find(ct, NF_CT_EXT_HELPER);
136 return (void *)help->data;

Completed in 254 milliseconds

123456789