Home
last modified time | relevance | path

Searched full:keyword (Results 1 – 25 of 116) sorted by relevance

12345

/Linux-v5.15/fs/orangefs/
Dorangefs-debugfs.c58 * An array of client_debug_mask will be built to hold debug keyword/mask
62 char *keyword; member
431 * Map the keyword string from userspace into a valid debug mask. in orangefs_debug_write()
552 cdm_array[i].keyword = kzalloc(keyword_len + 1, GFP_KERNEL); in orangefs_prepare_cdm_array()
553 if (!cdm_array[i].keyword) { in orangefs_prepare_cdm_array()
560 cdm_array[i].keyword, in orangefs_prepare_cdm_array()
564 if (!strcmp(cdm_array[i].keyword, ORANGEFS_VERBOSE)) in orangefs_prepare_cdm_array()
567 if (!strcmp(cdm_array[i].keyword, ORANGEFS_ALL)) in orangefs_prepare_cdm_array()
635 * fill the client keyword/mask array and remember in orangefs_prepare_debugfs_help_string()
647 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
[all …]
Dorangefs-debug.h48 const char *keyword; member
58 * keyword mask_val index
Dorangefs-mod.c117 * 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()
/Linux-v5.15/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
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
Dbpftool-map.rst82 **inner_map** keyword must be used to pass an inner map. The
86 Keyword **dev** expects a network interface name, and is used
100 If the **hex** keyword is provided in front of the bytes
102 no "0x" prefix is added. If the keyword is not provided, then
/Linux-v5.15/drivers/accessibility/speakup/
Dvarhandlers.c65 int spk_chartab_get_value(char *keyword) in spk_chartab_get_value() argument
69 if (!strcmp(keyword, "ALPHA")) in spk_chartab_get_value()
71 else if (!strcmp(keyword, "B_CTL")) in spk_chartab_get_value()
73 else if (!strcmp(keyword, "WDLM")) in spk_chartab_get_value()
75 else if (!strcmp(keyword, "A_PUNC")) in spk_chartab_get_value()
77 else if (!strcmp(keyword, "PUNC")) in spk_chartab_get_value()
79 else if (!strcmp(keyword, "NUM")) in spk_chartab_get_value()
81 else if (!strcmp(keyword, "A_CAP")) in spk_chartab_get_value()
83 else if (!strcmp(keyword, "B_CAPSYM")) in spk_chartab_get_value()
85 else if (!strcmp(keyword, "B_SYM")) in spk_chartab_get_value()
/Linux-v5.15/scripts/dtc/
Ddtc-lexer.l103 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");
/Linux-v5.15/drivers/acpi/acpica/
Dutresdecode.c4 * Module Name: utresdecode - Resource descriptor keyword strings
252 "/* UNKNOWN flow control keyword */"
263 "/* UNKNOWN parity keyword */",
264 "/* UNKNOWN parity keyword */",
265 "/* UNKNOWN parity keyword */"
/Linux-v5.15/tools/perf/Documentation/
Dtips.txt9 Search options using a keyword: perf report -h <keyword>
11 List events using substring match: perf list <keyword>
/Linux-v5.15/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()
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 …]
/Linux-v5.15/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
/Linux-v5.15/scripts/
Dunifdef.c151 * 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 …]
/Linux-v5.15/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()
/Linux-v5.15/Documentation/trace/
Dmmiotrace.rst145 one line in the log. A record starts with a keyword, followed by keyword-
149 Explanation Keyword Space-separated arguments
/Linux-v5.15/lib/
Ddynamic_debug.c356 * of (keyword, value) pairs chosen from these possibilities:
387 char *keyword = words[i]; in ddebug_parse_query() local
390 if (!strcmp(keyword, "func")) { in ddebug_parse_query()
392 } else if (!strcmp(keyword, "file")) { in ddebug_parse_query()
409 } else if (!strcmp(keyword, "module")) { in ddebug_parse_query()
411 } else if (!strcmp(keyword, "format")) { in ddebug_parse_query()
416 } else if (!strcmp(keyword, "line")) { in ddebug_parse_query()
420 pr_err("unknown keyword \"%s\"\n", keyword); in ddebug_parse_query()
/Linux-v5.15/tools/bootconfig/samples/
Dbad-no-keyword.bconf1 # No keyword
Dbad-dotword.bconf1 # do not start keyword with .
/Linux-v5.15/Documentation/admin-guide/
Dspkguide.txt66 DoubleTalk LT at boot up. You may replace the ltlk synthesizer keyword
67 with the keyword for whatever synthesizer you wish to use. The
425 to the device whose keyword is KWD.
513 # Replace KWD with the keyword for your synthesizer, E.G., ltlk for LiteTalk.
532 synthesizer keyword to the /speakup/synth sys entry.
535 a second one is connected in its place. Then echo the keyword for the
538 keywords in section 1 to find the keyword which matches your synth.
556 named speakup_<keyword>, where <keyword> is the keyword for the
571 were using a different synth, then you would substitute its keyword in
589 of by simply echoing the synthesizer keyword into the
[all …]
/Linux-v5.15/security/tomoyo/
Dutil.c108 * @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.
/Linux-v5.15/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
/Linux-v5.15/drivers/usb/misc/sisusbvga/
DKconfig38 the "options" keyword, such as eg.
/Linux-v5.15/Documentation/devicetree/bindings/hwmon/
Damd,sbrmi.yaml34 https://www.amd.com/en/support/tech-docs?keyword=55898
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/
Dberlin,pinctrl.txt13 Be aware the Marvell Berlin datasheets use the keyword 'mode' for what
/Linux-v5.15/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.

12345