/linux/fs/orangefs/ |
H A D | orangefs-debugfs.c | 49 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() 574 cdm_array[i].keyword = kzalloc(keyword_len + 1, GFP_KERNEL); in orangefs_prepare_cdm_array() 575 if (!cdm_array[i].keyword) { in orangefs_prepare_cdm_array() 582 cdm_array[i].keyword, in orangefs_prepare_cdm_array() 586 if (!strcmp(cdm_array[i].keyword, ORANGEFS_VERBOSE)) in orangefs_prepare_cdm_array() 589 if (!strcmp(cdm_array[i].keyword, ORANGEFS_ALL)) in orangefs_prepare_cdm_array() [all …]
|
/linux/drivers/accessibility/speakup/ |
H A D | varhandlers.c | 66 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 D | bpftool-feature.rst | 42 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 D | bpftool-map.rst | 83 keyword must be used to pass an inner map. The kernel needs it to collect 86 Keyword **offload_dev** expects a network interface name, and is used to 100 If the **hex** keyword is provided in front of the bytes sequence, the 102 the keyword is not provided, then the bytes are parsed as decimal values,
|
/linux/scripts/dtc/ |
H A D | dtc-lexer.l | 103 DPRINT("Keyword: /dts-v1/\n"); 110 DPRINT("Keyword: /plugin/\n"); 115 DPRINT("Keyword: /memreserve/\n"); 121 DPRINT("Keyword: /bits/\n"); 127 DPRINT("Keyword: /delete-property/\n"); 134 DPRINT("Keyword: /delete-node/\n"); 141 DPRINT("Keyword: /omit-if-no-ref/\n");
|
/linux/drivers/acpi/acpica/ |
H A D | utresdecode.c | 4 * 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 D | encrypted.c | 184 char *p, *keyword; in datablob_parse() local 186 keyword = strsep(&datablob, " \t"); in datablob_parse() 187 if (!keyword) { in datablob_parse() 191 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse() 235 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse() 236 "when called from .update method\n", keyword); in datablob_parse() 244 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse() 245 "when called from .update method\n", keyword); in datablob_parse() 257 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse() 259 keyword); in datablob_parse() [all …]
|
/linux/Documentation/admin-guide/ |
H A D | dynamic-debug-howto.rst | 70 dyndbg: unknown keyword "mode" 103 Syntactically, a command is pairs of keyword values, followed by a 109 the flags-spec, all constraints are ANDed together. An absent keyword 110 is the same as keyword "*". 113 A match specification is a keyword, which selects the attribute of 137 The meanings of each keyword are:
|
H A D | spkguide.txt | 66 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/scripts/ |
H A D | unifdef.c | 151 * 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/Documentation/fb/ |
H A D | sisfb.rst | 56 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/tools/perf/Documentation/ |
H A D | tips.txt | 10 Search options using a keyword: perf report -h <keyword> 12 List events using substring match: perf list <keyword>
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-debugifc.c | 101 const char *keyword) in debugifc_match_keyword() argument 104 if (!keyword) return 0; in debugifc_match_keyword() 105 kl = strlen(keyword); in debugifc_match_keyword() 107 return !memcmp(buf,keyword,kl); in debugifc_match_keyword()
|
/linux/Documentation/trace/ |
H A D | mmiotrace.rst | 145 one line in the log. A record starts with a keyword, followed by keyword- 149 Explanation Keyword Space-separated arguments
|
/linux/include/linux/ |
H A D | stddef.h | 103 * @TYPE: Flexible structure type name, including "struct" keyword. 124 * @TYPE: Flexible structure type name, including "struct" keyword.
|
H A D | overflow.h | 465 * @type: structure type name, including "struct" keyword. 484 * @type: structure type name, including "struct" keyword. 497 * @type: structure type name, including "struct" keyword. 516 * @TYPE: structure type name, including "struct" keyword.
|
/linux/lib/ |
H A D | dynamic_debug.c | 403 * of (keyword, value) pairs chosen from these possibilities: 430 char *keyword = words[i]; in ddebug_parse_query() local 433 if (!strcmp(keyword, "func")) { in ddebug_parse_query() 435 } else if (!strcmp(keyword, "file")) { in ddebug_parse_query() 452 } else if (!strcmp(keyword, "module")) { in ddebug_parse_query() 454 } else if (!strcmp(keyword, "format")) { in ddebug_parse_query() 459 } else if (!strcmp(keyword, "line")) { in ddebug_parse_query() 462 } else if (!strcmp(keyword, "class")) { in ddebug_parse_query() 465 pr_err("unknown keyword \"%s\"\n", keyword); in ddebug_parse_query()
|
/linux/security/tomoyo/ |
H A D | util.c | 108 * @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/tools/bootconfig/samples/ |
H A D | bad-no-keyword.bconf | 1 # No keyword
|
H A D | bad-dotword.bconf | 1 # do not start keyword with .
|
/linux/arch/riscv/kernel/pi/ |
H A D | pi.h | 9 * that LLVM does not complain it lacks the 'static' keyword (which, if
|
/linux/tools/testing/ktest/ |
H A D | sample.conf | 87 # The OVERRIDE keyword can be added to a section to allow this 97 # Both TEST_START and DEFAULTS sections can also have the IF keyword 106 # as if the SKIP keyword was used. 108 # The ELSE keyword can be used directly after a section with 119 # The ELSE keyword can also contain an IF statement to allow multiple 145 # The DEFINED keyword can be used by the IF statements too. 175 # The INCLUDE keyword may be used in DEFAULT sections. This will 184 # by another DEFAULT keyword. 991 # option. This is useful to search for the RESULT keyword and
|
/linux/LICENSES/exceptions/ |
H A D | GCC-exception-2.0 | 7 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 D | trigger-synthetic-event-stack-legacy.tc | 13 # Test the old stacktrace keyword (for backward compatibility)
|
/linux/tools/bpf/bpftool/bash-completion/ |
H A D | bpftool | 139 local keyword idx ref="" 143 keyword=${words[$((idx-1))]} 159 type=$(bpftool -jp map show $keyword $ref | \ 169 # Search for "value" keyword. 215 # Search for "value" keyword.
|