Home
last modified time | relevance | path

Searched full:keyword (Results 1 – 25 of 107) sorted by relevance

12345

/linux/rust/syn/
H A Dscan_expr.rs9 Keyword(&'static str), enumerator
36 (Keyword("async"), SetState(&ASYNC)),
37 (Keyword("break"), SetState(&BREAK_LABEL)),
38 (Keyword("const"), SetState(&CONST)),
39 (Keyword("continue"), SetState(&CONTINUE)),
40 (Keyword("for"), SetState(&FOR)),
41 (Keyword("if"), IncDepth),
42 (Keyword("let"), SetState(&PATTERN)),
43 (Keyword("loop"), SetState(&BLOCK)),
44 (Keyword("match"), IncDepth),
[all …]
H A Dcustom_keyword.rs4 /// were a keyword.
9 /// module called `kw` or `keyword` and that the resulting parser be invoked
10 /// with a `kw::` or `keyword::` prefix.
19 /// any built-in keyword token.
45 /// identifier that is not a keyword, these can be declared as custom keywords
234 "Keyword [",
H A Dext.rs54 /// the case of an ident which is not a Rust keyword.
69 /// other language with a name that happens to be a Rust keyword.
/linux/fs/orangefs/
H A Dorangefs-debugfs.c49 const char *keyword; member
59 * keyword mask_val index
101 * An array of client_debug_mask will be built to hold debug keyword/mask
105 char *keyword; member
454 * Map the keyword string from userspace into a valid debug mask. in orangefs_debug_write()
575 cdm_array[i].keyword = kzalloc(keyword_len + 1, GFP_KERNEL); in orangefs_prepare_cdm_array()
576 if (!cdm_array[i].keyword) { in orangefs_prepare_cdm_array()
583 cdm_array[i].keyword, in orangefs_prepare_cdm_array()
587 if (!strcmp(cdm_array[i].keyword, ORANGEFS_VERBOSE)) in orangefs_prepare_cdm_array()
590 if (!strcmp(cdm_array[i].keyword, ORANGEFS_ALL)) in orangefs_prepare_cdm_array()
[all …]
H A Dorangefs-mod.c118 * from the keywords in the kernel keyword/mask array. in orangefs_init()
120 * The keywords in the client keyword/mask array are in orangefs_init()
/linux/drivers/accessibility/speakup/
H A Dvarhandlers.c66 int spk_chartab_get_value(char *keyword) in spk_chartab_get_value() argument
70 if (!strcmp(keyword, "ALPHA")) in spk_chartab_get_value()
72 else if (!strcmp(keyword, "B_CTL")) in spk_chartab_get_value()
74 else if (!strcmp(keyword, "WDLM")) in spk_chartab_get_value()
76 else if (!strcmp(keyword, "A_PUNC")) in spk_chartab_get_value()
78 else if (!strcmp(keyword, "PUNC")) in spk_chartab_get_value()
80 else if (!strcmp(keyword, "NUM")) in spk_chartab_get_value()
82 else if (!strcmp(keyword, "A_CAP")) in spk_chartab_get_value()
84 else if (!strcmp(keyword, "B_CAPSYM")) in spk_chartab_get_value()
86 else if (!strcmp(keyword, "B_SYM")) in spk_chartab_get_value()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-feature.rst42 To enable them and run all probes, the **full** keyword should be used.
44 If the **macros** keyword (but not the **-j** option) is passed, a subset
51 Keyword **kernel** can be omitted. If no probe target is specified, probing
54 When the **unprivileged** keyword is used, bpftool will dump only the
58 MUST use the **unprivileged** keyword: This is to avoid misdetection if
59 bpftool is inadvertently run as non-root, for example. This keyword is
H A Dbpftool-map.rst84 keyword must be used to pass an inner map. The kernel needs it to collect
87 Keyword **offload_dev** expects a network interface name, and is used to
101 If the **hex** keyword is provided in front of the bytes sequence, the
103 the keyword is not provided, then the bytes are parsed as decimal values,
/linux/drivers/acpi/acpica/
H A Dutresdecode.c4 * Module Name: utresdecode - Resource descriptor keyword strings
252 "/* UNKNOWN flow control keyword */"
263 "/* UNKNOWN parity keyword */",
264 "/* UNKNOWN parity keyword */",
265 "/* UNKNOWN parity keyword */"
/linux/security/keys/encrypted-keys/
H A Dencrypted.c180 char *p, *keyword; in datablob_parse()
182 keyword = strsep(&datablob, " \t"); in datablob_parse()
183 if (!keyword) { in datablob_parse()
187 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse()
231 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse()
232 "when called from .update method\n", keyword); in datablob_parse()
240 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse()
241 "when called from .update method\n", keyword); in datablob_parse()
253 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse()
255 keyword); in datablob_parse()
179 char *p, *keyword; datablob_parse() local
[all...]
/linux/Documentation/fb/
H A Dsisfb.rst56 described above or the vesa keyword instead of mode). If compiled as a module,
74 The desired display mode can be specified using the keyword "mode" with
88 Additionally, sisfb understands the keyword "vesa" followed by a VESA mode
106 You should *not* compile-in vesafb. And please do not use the "vga=" keyword
/linux/scripts/
H A Dunifdef.c151 * Sometimes when editing a keyword the replacement text is longer, so
191 static char *keyword; /* used for editing #elif's */ variable
453 static void Mpass (void) { memcpy(keyword, "if ", 4); Pelif(); } in Mpass()
522 snprintf(keyword, tline + sizeof(tline) - keyword, in keywordedit()
669 keyword = tline + (cp - tline); in parseline()
671 kwlen = cp - keyword; in parseline()
672 /* no way can we deal with a continuation inside a keyword */ in parseline()
676 if (strlcmp("ifdef", keyword, kwlen) == 0 || in parseline()
677 strlcmp("ifndef", keyword, kwlen) == 0) { in parseline()
682 retval = (keyword[2] == 'n') in parseline()
[all …]
/linux/tools/perf/Documentation/
H A Dtips.txt10 Search options using a keyword: perf report -h <keyword>
12 List events using substring match: perf list <keyword>
/linux/rust/
H A Dbindgen_parameters
/linux/Documentation/trace/
H A Dmmiotrace.rst145 one line in the log. A record starts with a keyword, followed by keyword-
149 Explanation Keyword Space-separated arguments
/linux/tools/bootconfig/samples/
H A Dbad-no-keyword.bconf1 # No keyword
H A Dbad-dotword.bconf1 # do not start keyword with .
/linux/Documentation/admin-guide/
H A Dspkguide.txt66 DoubleTalk LT at boot up. You may replace the ltlk synthesizer keyword
67 with the keyword for whatever synthesizer you wish to use. The
430 to the device whose keyword is KWD.
518 # Replace KWD with the keyword for your synthesizer, E.G., ltlk for LiteTalk.
537 synthesizer keyword to the /speakup/synth sys entry.
540 a second one is connected in its place. Then echo the keyword for the
543 keywords in section 1 to find the keyword which matches your synth.
561 named speakup_<keyword>, where <keyword> is the keyword for the
576 were using a different synth, then you would substitute its keyword in
594 of by simply echoing the synthesizer keyword into the
[all …]
/linux/security/tomoyo/
H A Dutil.c108 * @keyword: Keyword to find from @string/
110 * Returns true if @keyword was found in @string, false otherwise.
114 bool tomoyo_permstr(const char *string, const char *keyword) in tomoyo_permstr() argument
116 const char *cp = strstr(string, keyword); in tomoyo_permstr()
374 * tomoyo_str_starts - Check whether the given string starts with the given keyword.
377 * @find: Pointer to the keyword.
/linux/lib/
H A Ddynamic_debug.c404 * of (keyword, value) pairs chosen from these possibilities:
431 char *keyword = words[i]; in ddebug_parse_query() local
434 if (!strcmp(keyword, "func")) { in ddebug_parse_query()
436 } else if (!strcmp(keyword, "file")) { in ddebug_parse_query()
453 } else if (!strcmp(keyword, "module")) { in ddebug_parse_query()
455 } else if (!strcmp(keyword, "format")) { in ddebug_parse_query()
460 } else if (!strcmp(keyword, "line")) { in ddebug_parse_query()
463 } else if (!strcmp(keyword, "class")) { in ddebug_parse_query()
466 pr_err("unknown keyword \"%s\"\n", keyword); in ddebug_parse_query()
/linux/arch/riscv/kernel/pi/
H A Dpi.h9 * that LLVM does not complain it lacks the 'static' keyword (which, if
/linux/LICENSES/exceptions/
H A DGCC-exception-2.07 To use this exception add it with the keyword WITH to one of the
H A DLinux-syscall-note8 To use this exception add it with the keyword WITH to one of the
/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
H A Dtrigger-synthetic-event-stack-legacy.tc13 # Test the old stacktrace keyword (for backward compatibility)
/linux/Documentation/devicetree/bindings/hwmon/
H A Damd,sbrmi.yaml34 https://www.amd.com/en/support/tech-docs?keyword=55898

12345