Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/fs/orangefs/
A Dorangefs-debugfs.c62 char *keyword; member
535 if (!cdm_array[i].keyword) { in orangefs_prepare_cdm_array()
542 cdm_array[i].keyword, 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()
734 s_kmod_keyword_mask_map[index].keyword); in do_k_string()
752 if (keyword_is_amalgam(cdm_array[index].keyword)) in do_c_string()
758 strlen(cdm_array[index].keyword) + 1) in do_c_string()
761 cdm_array[index].keyword); in do_c_string()
773 static int keyword_is_amalgam(char *keyword) in keyword_is_amalgam() argument
[all …]
A Dorangefs-debug.h48 const char *keyword; member
/linux-6.3-rc2/drivers/accessibility/speakup/
A Dvarhandlers.c66 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()
A Dspeakup.h55 int spk_chartab_get_value(char *keyword);
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/
A Dbpftool-feature.rst44 and run all probes, the **full** keyword should be used.
46 If the **macros** keyword (but not the **-j** option) is
58 When the **unprivileged** keyword is used, bpftool will dump
63 **unprivileged** keyword: This is to avoid misdetection if
65 keyword is unavailable if bpftool was compiled without
A Dbpftool-map.rst85 **inner_map** keyword must be used to pass an inner map. The
103 If the **hex** keyword is provided in front of the bytes
105 no "0x" prefix is added. If the keyword is not provided, then
/linux-6.3-rc2/scripts/
A Dunifdef.c191 static char *keyword; /* used for editing #elif's */ variable
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()
696 else if (strlcmp("else", keyword, kwlen) == 0) in parseline()
[all …]
/linux-6.3-rc2/rust/
A Dbindgen_parameters13 # `try` is a reserved keyword since Rust 2018; solved in `bindgen` v0.59.2,
14 # commit 2aed6b021680 ("context: Escape the try keyword properly").
/linux-6.3-rc2/drivers/media/usb/pvrusb2/
A 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()
/linux-6.3-rc2/security/keys/encrypted-keys/
A Dencrypted.c184 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()
236 "when called from .update method\n", keyword); in datablob_parse()
245 "when called from .update method\n", keyword); in datablob_parse()
259 keyword); in datablob_parse()
266 keyword); in datablob_parse()
/linux-6.3-rc2/tools/perf/Documentation/
A Dtips.txt9 Search options using a keyword: perf report -h <keyword>
11 List events using substring match: perf list <keyword>
/linux-6.3-rc2/tools/bootconfig/samples/
A Dbad-no-keyword.bconf1 # No keyword
A Dbad-dotword.bconf1 # do not start keyword with .
/linux-6.3-rc2/lib/
A Ddynamic_debug.c425 char *keyword = words[i]; in ddebug_parse_query() local
428 if (!strcmp(keyword, "func")) { in ddebug_parse_query()
430 } else if (!strcmp(keyword, "file")) { in ddebug_parse_query()
447 } else if (!strcmp(keyword, "module")) { in ddebug_parse_query()
449 } else if (!strcmp(keyword, "format")) { in ddebug_parse_query()
454 } else if (!strcmp(keyword, "line")) { in ddebug_parse_query()
457 } else if (!strcmp(keyword, "class")) { in ddebug_parse_query()
460 pr_err("unknown keyword \"%s\"\n", keyword); in ddebug_parse_query()
/linux-6.3-rc2/Documentation/fb/
A 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
/linux-6.3-rc2/Documentation/admin-guide/
A Ddynamic-debug-howto.rst65 dyndbg: unknown keyword "mode"
98 Syntactically, a command is pairs of keyword values, followed by a
104 the flags-spec, all constraints are ANDed together. An absent keyword
105 is the same as keyword "*".
108 A match specification is a keyword, which selects the attribute of
132 The meanings of each keyword are:
/linux-6.3-rc2/LICENSES/exceptions/
A DGCC-exception-2.07 To use this exception add it with the keyword WITH to one of the
A DLinux-syscall-note8 To use this exception add it with the keyword WITH to one of the
/linux-6.3-rc2/Documentation/devicetree/bindings/hwmon/
A Damd,sbrmi.yaml34 https://www.amd.com/en/support/tech-docs?keyword=55898
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/
A Dberlin,pinctrl.txt13 Be aware the Marvell Berlin datasheets use the keyword 'mode' for what
/linux-6.3-rc2/tools/power/acpi/os_specific/service_layers/
A 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()
/linux-6.3-rc2/Documentation/translations/zh_CN/process/
A 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
/linux-6.3-rc2/Documentation/translations/zh_TW/process/
A Dlicense-rules.rst307 To use this exception add it with the keyword WITH to one of the
322 To use this exception add it with the keyword WITH to one of the
/linux-6.3-rc2/tools/bpf/bpftool/bash-completion/
A 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.
/linux-6.3-rc2/Documentation/process/
A Dprogramming-language.rst26 to the language (e.g. adding a new keyword) [n2049]_.

Completed in 52 milliseconds

123