| /linux/fs/orangefs/ |
| H A D | orangefs-debugfs.c | 49 const char *keyword; member 105 char *keyword; member 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() 669 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() 679 strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() 766 if (keyword_is_amalgam((char *) s_kmod_keyword_mask_map[index].keyword)) in do_k_string() [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()
|
| H A D | kobjects.c | 116 char keyword[MAX_DESC_LEN + 1]; in chars_chartab_store() local 186 outptr = keyword; in chars_chartab_store() 199 charclass = spk_chartab_get_value(keyword); in chars_chartab_store()
|
| /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 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 | 84 keyword must be used to pass an inner map. The kernel needs it to collect 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/scripts/ |
| H A D | unifdef.c | 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() 676 if (strlcmp("ifdef", keyword, kwlen) == 0 || in parseline() 677 strlcmp("ifndef", keyword, kwlen) == 0) { in parseline() 682 retval = (keyword[2] == 'n') in parseline() 692 } else if (strlcmp("if", keyword, kwlen) == 0) in parseline() 694 else if (strlcmp("elif", keyword, kwlen) == 0) in parseline() [all …]
|
| /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/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 179 char *p, *keyword; in datablob_parse() local 181 keyword = strsep(&datablob, " \t"); in datablob_parse() 182 if (!keyword) { in datablob_parse() 186 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse() 231 "when called from .update method\n", keyword); in datablob_parse() 240 "when called from .update method\n", keyword); in datablob_parse() 254 keyword); in datablob_parse() 261 keyword); in datablob_parse()
|
| /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/rust/ |
| H A D | bindgen_parameters | 18 # `try` is a reserved keyword since Rust 2018; solved in `bindgen` v0.59.2, 19 # commit 2aed6b021680 ("context: Escape the try keyword properly").
|
| /linux/lib/ |
| H A D | dynamic_debug.c | 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/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/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 | jfs.rst | 22 read-write. The resize keyword with no value will grow
|
| /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/LICENSES/exceptions/ |
| H A D | GCC-exception-2.0 | 7 To use this exception add it with the keyword WITH to one of the
|
| H A D | Linux-syscall-note | 8 To use this exception add it with the keyword WITH to one of the
|
| /linux/rust/syn/ |
| H A D | token.rs | 274 printing::keyword($token, self.span, tokens); 283 span: parsing::keyword(input, $token)?, 985 pub(crate) fn keyword(input: ParseStream, token: &str) -> Result<Span> { in keyword() function 1084 pub(crate) fn keyword(s: &str, span: Span, tokens: &mut TokenStream) { in keyword() function
|
| /linux/tools/power/acpi/os_specific/service_layers/ |
| H A D | oslinuxtbl.c | 47 osl_find_rsdp_via_efi_by_keyword(FILE * file, const char *keyword); 402 osl_find_rsdp_via_efi_by_keyword(FILE * file, const char *keyword) in osl_find_rsdp_via_efi_by_keyword() argument 408 snprintf(format, 32, "%s=%s", keyword, "%llx"); in osl_find_rsdp_via_efi_by_keyword()
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | license-rules.rst | 304 To use this exception add it with the keyword WITH to one of the 319 To use this exception add it with the keyword WITH to one of the
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | license-rules.rst | 305 To use this exception add it with the keyword WITH to one of the 320 To use this exception add it with the keyword WITH to one of the
|
| /linux/Documentation/hwmon/ |
| H A D | sbrmi.rst | 31 https://www.amd.com/en/support/tech-docs?keyword=55898
|
| /linux/Documentation/trace/ |
| H A D | mmiotrace.rst | 145 one line in the log. A record starts with a keyword, followed by keyword-
|
| /linux/security/tomoyo/ |
| H A D | util.c | 114 bool tomoyo_permstr(const char *string, const char *keyword) in tomoyo_permstr() argument 116 const char *cp = strstr(string, keyword); in tomoyo_permstr()
|