| /Linux-v5.4/fs/orangefs/ |
| D | orangefs-debugfs.c | 62 char *keyword; member 551 cdm_array[i].keyword = kzalloc(keyword_len + 1, GFP_KERNEL); in orangefs_prepare_cdm_array() 552 if (!cdm_array[i].keyword) { in orangefs_prepare_cdm_array() 559 cdm_array[i].keyword, in orangefs_prepare_cdm_array() 563 if (!strcmp(cdm_array[i].keyword, ORANGEFS_VERBOSE)) in orangefs_prepare_cdm_array() 566 if (!strcmp(cdm_array[i].keyword, ORANGEFS_ALL)) in orangefs_prepare_cdm_array() 646 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() 656 strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() 742 if (keyword_is_amalgam((char *) s_kmod_keyword_mask_map[index].keyword)) in do_k_string() 747 strlen(s_kmod_keyword_mask_map[index].keyword)) in do_k_string() [all …]
|
| D | orangefs-debug.h | 48 const char *keyword; member
|
| /Linux-v5.4/drivers/staging/speakup/ |
| D | varhandlers.c | 63 int spk_chartab_get_value(char *keyword) in spk_chartab_get_value() argument 67 if (!strcmp(keyword, "ALPHA")) in spk_chartab_get_value() 69 else if (!strcmp(keyword, "B_CTL")) in spk_chartab_get_value() 71 else if (!strcmp(keyword, "WDLM")) in spk_chartab_get_value() 73 else if (!strcmp(keyword, "A_PUNC")) in spk_chartab_get_value() 75 else if (!strcmp(keyword, "PUNC")) in spk_chartab_get_value() 77 else if (!strcmp(keyword, "NUM")) in spk_chartab_get_value() 79 else if (!strcmp(keyword, "A_CAP")) in spk_chartab_get_value() 81 else if (!strcmp(keyword, "B_CAPSYM")) in spk_chartab_get_value() 83 else if (!strcmp(keyword, "B_SYM")) in spk_chartab_get_value()
|
| D | speakup.h | 55 int spk_chartab_get_value(char *keyword);
|
| 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-v5.4/scripts/ |
| 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-v5.4/drivers/media/usb/pvrusb2/ |
| D | pvrusb2-debugifc.c | 106 const char *keyword) in debugifc_match_keyword() argument 109 if (!keyword) return 0; in debugifc_match_keyword() 110 kl = strlen(keyword); in debugifc_match_keyword() 112 return !memcmp(buf,keyword,kl); in debugifc_match_keyword()
|
| /Linux-v5.4/security/keys/encrypted-keys/ |
| 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() 239 "when called from .update method\n", keyword); in datablob_parse() 253 keyword); in datablob_parse() 260 keyword); in datablob_parse()
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | tips.txt | 9 Search options using a keyword: perf report -h <keyword> 11 List events using substring match: perf list <keyword>
|
| /Linux-v5.4/Documentation/fb/ |
| 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-v5.4/LICENSES/exceptions/ |
| D | GCC-exception-2.0 | 7 To use this exception add it with the keyword WITH to one of the
|
| D | Linux-syscall-note | 8 To use this exception add it with the keyword WITH to one of the
|
| /Linux-v5.4/Documentation/devicetree/bindings/pinctrl/ |
| D | berlin,pinctrl.txt | 13 Be aware the Marvell Berlin datasheets use the keyword 'mode' for what
|
| /Linux-v5.4/drivers/s390/block/ |
| D | dasd_devmap.c | 225 static int __init dasd_parse_keyword(char *keyword) in dasd_parse_keyword() argument 227 int length = strlen(keyword); in dasd_parse_keyword() 229 if (strncmp("autodetect", keyword, length) == 0) { in dasd_parse_keyword() 234 if (strncmp("probeonly", keyword, length) == 0) { in dasd_parse_keyword() 239 if (strncmp("nopav", keyword, length) == 0) { in dasd_parse_keyword() 248 if (strncmp("nofcx", keyword, length) == 0) { in dasd_parse_keyword() 254 if (strncmp("fixedbuffers", keyword, length) == 0) { in dasd_parse_keyword()
|
| /Linux-v5.4/drivers/usb/misc/sisusbvga/ |
| D | Kconfig | 38 the "options" keyword, such as eg.
|
| /Linux-v5.4/tools/power/acpi/os_specific/service_layers/ |
| 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-v5.4/Documentation/translations/zh_CN/process/ |
| 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-v5.4/tools/bpf/bpftool/bash-completion/ |
| D | bpftool | 112 local keyword ref 116 keyword=${words[$((idx-1))]} 132 type=$(bpftool -jp map show $keyword $ref | \ 142 # Search for "value" keyword.
|
| /Linux-v5.4/drivers/s390/crypto/ |
| D | zcrypt_ccamisc.h | 164 const char *keyword,
|
| /Linux-v5.4/tools/bpf/bpftool/Documentation/ |
| D | bpftool-feature.rst | 35 If the **macros** keyword (but not the **-j** option) is
|
| /Linux-v5.4/Documentation/process/ |
| D | programming-language.rst | 25 to the language (e.g. adding a new keyword) [n2049]_.
|
| D | deprecated.rst | 134 pseudo-keyword macro 'fallthrough' which expands to gcc's extension 140 for the macro pseudo-keyword.
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | jfs.rst | 22 read-write. The resize keyword with no value will grow
|
| /Linux-v5.4/security/tomoyo/ |
| 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()
|
| /Linux-v5.4/Documentation/trace/ |
| D | mmiotrace.rst | 145 one line in the log. A record starts with a keyword, followed by keyword-
|