/kernel/linux/linux-5.10/fs/orangefs/ |
D | orangefs-debugfs.c | 58 * An array of client_debug_mask will be built to hold debug keyword/mask 62 char *keyword; member 413 * Map the keyword string from userspace into a valid debug mask. in orangefs_debug_write() 534 cdm_array[i].keyword = kzalloc(keyword_len + 1, GFP_KERNEL); in orangefs_prepare_cdm_array() 535 if (!cdm_array[i].keyword) { in orangefs_prepare_cdm_array() 542 cdm_array[i].keyword, in orangefs_prepare_cdm_array() 546 if (!strcmp(cdm_array[i].keyword, ORANGEFS_VERBOSE)) in orangefs_prepare_cdm_array() 549 if (!strcmp(cdm_array[i].keyword, ORANGEFS_ALL)) in orangefs_prepare_cdm_array() 617 * fill the client keyword/mask array and remember in orangefs_prepare_debugfs_help_string() 629 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() [all …]
|
D | orangefs-debug.h | 48 const char *keyword; member 58 * keyword mask_val index
|
D | orangefs-mod.c | 117 * from the keywords in the kernel keyword/mask array. in orangefs_init() 119 * The keywords in the client keyword/mask array are in orangefs_init()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/ |
D | bpftool-feature.rst | 38 and run all probes, the **full** keyword should be used. 40 If the **macros** keyword (but not the **-j** option) is 49 Keyword **kernel** can be omitted. If no probe target is 52 When the **unprivileged** keyword is used, bpftool will dump 57 **unprivileged** keyword: This is to avoid misdetection if 59 keyword is unavailable if bpftool was compiled without
|
D | bpftool-map.rst | 80 **inner_map** keyword must be used to pass an inner map. The 84 Keyword **dev** expects a network interface name, and is used 98 If the **hex** keyword is provided in front of the bytes 100 no "0x" prefix is added. If the keyword is not provided, then
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | varhandlers.c | 64 int spk_chartab_get_value(char *keyword) in spk_chartab_get_value() argument 68 if (!strcmp(keyword, "ALPHA")) in spk_chartab_get_value() 70 else if (!strcmp(keyword, "B_CTL")) in spk_chartab_get_value() 72 else if (!strcmp(keyword, "WDLM")) in spk_chartab_get_value() 74 else if (!strcmp(keyword, "A_PUNC")) in spk_chartab_get_value() 76 else if (!strcmp(keyword, "PUNC")) in spk_chartab_get_value() 78 else if (!strcmp(keyword, "NUM")) in spk_chartab_get_value() 80 else if (!strcmp(keyword, "A_CAP")) in spk_chartab_get_value() 82 else if (!strcmp(keyword, "B_CAPSYM")) in spk_chartab_get_value() 84 else if (!strcmp(keyword, "B_SYM")) in spk_chartab_get_value()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
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");
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
D | utresdecode.c | 4 * Module Name: utresdecode - Resource descriptor keyword strings 244 "/* UNKNOWN flow control keyword */" 255 "/* UNKNOWN parity keyword */", 256 "/* UNKNOWN parity keyword */", 257 "/* UNKNOWN parity keyword */"
|
/kernel/linux/linux-5.10/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>
|
/kernel/linux/linux-5.10/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() 230 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse() 231 "when called from .update method\n", keyword); in datablob_parse() 238 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse() 239 "when called from .update method\n", keyword); in datablob_parse() 251 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse() 253 keyword); in datablob_parse() [all …]
|
/kernel/linux/linux-5.10/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
|
/kernel/liteos_a/apps/shell/include/ |
D | shcmdparse.h | 49 CmdType cmdType; /* cmd type, judge cmd keyword */ 50 char cmdKeyword[CMD_KEY_LEN]; /* cmd keyword str */
|
/kernel/linux/linux-5.10/scripts/ |
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 …]
|
/kernel/liteos_m/components/shell/include/ |
D | shcmdparse.h | 56 CmdType cmdType; /* cmd type, judge cmd keyword */ 57 CHAR cmdKeyword[CMD_KEY_LEN]; /* cmd keyword str */
|
/kernel/liteos_a/shell/full/include/ |
D | shcmdparse.h | 57 CmdType cmdType; /* cmd type, judge cmd keyword */ 58 CHAR cmdKeyword[CMD_KEY_LEN]; /* cmd keyword str */
|
/kernel/linux/linux-5.10/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()
|
/kernel/liteos_a/fs/fat/virpart/src/ |
D | virpartff.c | 66 TCHAR keyword[FF_MAX_LFN + 1] = {0}; in follow_virentry() local 71 (void)memset_s(keyword, sizeof(keyword), 0, sizeof(keyword)); in follow_virentry() 74 keyword[len] = *path; in follow_virentry() 89 if (memcmp((CHILDFS(fs, i))->namelabel, keyword, _MAX_ENTRYLENGTH + 1) == 0) { in follow_virentry() 422 /* Check ASCII for Keyword "LITE" */ in FatfsCheckStart() 754 /* ASCII for Keyword "LITE" */ in f_makevirpart() 782 /* Following the entry keyword, decide to replace the PARENT FATFS to CHILD FATFS or not */ in f_getvirfree()
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | mmiotrace.rst | 145 one line in the log. A record starts with a keyword, followed by keyword- 149 Explanation Keyword Space-separated arguments
|
/kernel/linux/linux-5.10/lib/ |
D | dynamic_debug.c | 357 * of (keyword, value) pairs chosen from these possibilities: 384 char *keyword = words[i]; in ddebug_parse_query() local 387 if (!strcmp(keyword, "func")) { in ddebug_parse_query() 389 } else if (!strcmp(keyword, "file")) { in ddebug_parse_query() 406 } else if (!strcmp(keyword, "module")) { in ddebug_parse_query() 408 } else if (!strcmp(keyword, "format")) { in ddebug_parse_query() 413 } else if (!strcmp(keyword, "line")) { in ddebug_parse_query() 417 pr_err("unknown keyword \"%s\"\n", keyword); in ddebug_parse_query()
|
/kernel/linux/linux-5.10/tools/bootconfig/samples/ |
D | bad-no-keyword.bconf | 1 # No keyword
|
D | bad-dotword.bconf | 1 # do not start keyword with .
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
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 424 to the device whose keyword is KWD. 512 # Replace KWD with the keyword for your synthesizer, E.G., ltlk for LiteTalk. 531 synthesizer keyword to the /speakup/synth sys entry. 534 a second one is connected in its place. Then echo the keyword for the 537 keywords in section 1 to find the keyword which matches your synth. 555 named speakup_<keyword>, where <keyword> is the keyword for the 570 were using a different synth, then you would substitute its keyword in 588 of by simply echoing the synthesizer keyword into the [all …]
|
/kernel/linux/linux-5.10/security/tomoyo/ |
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.
|
/kernel/linux/linux-5.10/LICENSES/exceptions/ |
D | GCC-exception-2.0 | 7 To use this exception add it with the keyword WITH to one of the
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
D | dasd_devmap.c | 221 * with one of the known keywords. If a keyword is found, take the approprate 223 * could not be matched to any keyword then return an error code. 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()
|