Home
last modified time | relevance | path

Searched refs:keyword (Results 1 – 25 of 63) sorted by relevance

123

/kernel/linux/linux-5.10/fs/orangefs/
Dorangefs-debugfs.c62 char *keyword; member
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()
629 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
639 strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
726 if (keyword_is_amalgam((char *) s_kmod_keyword_mask_map[index].keyword)) in do_k_string()
731 strlen(s_kmod_keyword_mask_map[index].keyword)) in do_k_string()
[all …]
Dorangefs-debug.h48 const char *keyword; member
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
Dvarhandlers.c64 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()
Dspeakup.h55 int spk_chartab_get_value(char *keyword);
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-feature.rst38 and run all probes, the **full** keyword should be used.
40 If the **macros** keyword (but not the **-j** option) 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
Dbpftool-map.rst80 **inner_map** keyword must be used to pass an inner map. The
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/scripts/
Dunifdef.c191 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 …]
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-debugifc.c106 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/linux/linux-5.10/security/keys/encrypted-keys/
Dencrypted.c179 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()
/kernel/linux/linux-5.10/tools/bootconfig/samples/
Dbad-no-keyword.bconf1 # No keyword
Dbad-dotword.bconf1 # do not start keyword with .
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dtips.txt9 Search options using a keyword: perf report -h <keyword>
11 List events using substring match: perf list <keyword>
/kernel/linux/linux-5.10/lib/
Ddynamic_debug.c384 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/liteos_a/fs/fat/virpart/src/
Dvirpartff.c66 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()
/kernel/linux/linux-5.10/Documentation/fb/
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
/kernel/linux/linux-5.10/LICENSES/exceptions/
DGCC-exception-2.07 To use this exception add it with the keyword WITH to one of the
DLinux-syscall-note8 To use this exception add it with the keyword WITH to one of the
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dberlin,pinctrl.txt13 Be aware the Marvell Berlin datasheets use the keyword 'mode' for what
/kernel/linux/linux-5.10/drivers/s390/block/
Ddasd_devmap.c225 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()
/kernel/linux/common_modules/
DLICENSES-Linux-syscall-note8 To use this exception add it with the keyword WITH to one of the
/kernel/linux/common_modules/newip/third_party/linux-5.10/LICENSES/
DLinux-syscall-note8 To use this exception add it with the keyword WITH to one of the
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/
DKconfig38 the "options" keyword, such as eg.
/kernel/linux/linux-5.10/tools/bpf/bpftool/bash-completion/
Dbpftool139 local keyword ref
143 keyword=${words[$((idx-1))]}
159 type=$(bpftool -jp map show $keyword $ref | \
169 # Search for "value" keyword.
215 # Search for "value" keyword.
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c47 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()
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/
Dlicense-rules.rst304 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

123