Searched refs:keyword (Results 1 - 37 of 37) sorted by relevance

/linux-4.1.27/drivers/staging/speakup/
H A Dvarhandlers.c61 int spk_chartab_get_value(char *keyword) spk_chartab_get_value() argument
65 if (!strcmp(keyword, "ALPHA")) spk_chartab_get_value()
67 else if (!strcmp(keyword, "B_CTL")) spk_chartab_get_value()
69 else if (!strcmp(keyword, "WDLM")) spk_chartab_get_value()
71 else if (!strcmp(keyword, "A_PUNC")) spk_chartab_get_value()
73 else if (!strcmp(keyword, "PUNC")) spk_chartab_get_value()
75 else if (!strcmp(keyword, "NUM")) spk_chartab_get_value()
77 else if (!strcmp(keyword, "A_CAP")) spk_chartab_get_value()
79 else if (!strcmp(keyword, "B_CAPSYM")) spk_chartab_get_value()
81 else if (!strcmp(keyword, "B_SYM")) spk_chartab_get_value()
H A Dspeakup.h57 extern int spk_chartab_get_value(char *keyword);
H A Dkobjects.c114 char keyword[MAX_DESC_LEN + 1]; chars_chartab_store() local
115 char *outptr = NULL; /* Will hold keyword or desc. */ chars_chartab_store()
181 outptr = keyword; chars_chartab_store()
194 charclass = spk_chartab_get_value(keyword); chars_chartab_store()
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c120 const char *keyword) debugifc_match_keyword()
123 if (!keyword) return 0; debugifc_match_keyword()
124 kl = strlen(keyword); debugifc_match_keyword()
126 return !memcmp(buf,keyword,kl); debugifc_match_keyword()
119 debugifc_match_keyword(const char *buf,unsigned int count, const char *keyword) debugifc_match_keyword() argument
/linux-4.1.27/security/keys/encrypted-keys/
H A Dencrypted.c185 char *p, *keyword; datablob_parse() local
187 keyword = strsep(&datablob, " \t"); datablob_parse()
188 if (!keyword) { datablob_parse()
192 key_cmd = match_token(keyword, key_tokens, args); datablob_parse()
235 pr_info("encrypted_key: keyword \'%s\' not allowed " datablob_parse()
236 "when called from .update method\n", keyword); datablob_parse()
243 pr_info("encrypted_key: keyword \'%s\' not allowed " datablob_parse()
244 "when called from .update method\n", keyword); datablob_parse()
256 pr_info("encrypted_key: keyword \'%s\' not allowed " datablob_parse()
258 keyword); datablob_parse()
264 pr_info("encrypted_key: keyword \'%s\' not recognized\n", datablob_parse()
265 keyword); datablob_parse()
/linux-4.1.27/scripts/
H A 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) { strncpy(keyword, "if ", 4); Pelif(); } Mtrue()
522 snprintf(keyword, tline + sizeof(tline) - keyword, keywordedit()
669 keyword = tline + (cp - tline); parseline()
671 kwlen = cp - keyword; parseline()
672 /* no way can we deal with a continuation inside a keyword */ parseline()
676 if (strlcmp("ifdef", keyword, kwlen) == 0 || parseline()
677 strlcmp("ifndef", keyword, kwlen) == 0) { parseline()
682 retval = (keyword[2] == 'n') parseline()
692 } else if (strlcmp("if", keyword, kwlen) == 0) parseline()
694 else if (strlcmp("elif", keyword, kwlen) == 0) parseline()
696 else if (strlcmp("else", keyword, kwlen) == 0) parseline()
698 else if (strlcmp("endif", keyword, kwlen) == 0) parseline()
H A Dkernel-doc703 print "<span class=\"keyword\">enum</span> ";
748 print "<span class=\"keyword\">typedef</span> ";
H A Dcheckpatch.pl2616 # known attributes or the __attribute__ keyword
2776 "CVS style keyword markers, these will _not_ be updated\n". $herecurr);
4918 "inline keyword should sit between storage class and type\n" . $herecurr);
/linux-4.1.27/security/tomoyo/
H A Dutil.c125 * @keyword: Keyword to find from @string/
127 * Returns ture if @keyword was found in @string, false otherwise.
131 bool tomoyo_permstr(const char *string, const char *keyword) tomoyo_permstr() argument
133 const char *cp = strstr(string, keyword); tomoyo_permstr()
382 * tomoyo_str_starts - Check whether the given string starts with the given keyword.
385 * @find: Pointer to the keyword.
H A Dcommon.h842 * "no_keep_domain" keyword.
853 /* Structure for "aggregator" keyword. */
904 /* The global ACL referred by "use_group" keyword. */
941 bool tomoyo_permstr(const char *string, const char *keyword);
H A Dcommon.c134 /* String table for PREFERENCE keyword. */
538 * tomoyo_find_yesno - Find values for specified keyword.
541 * @find: Name of keyword.
563 * @find: Name of keyword.
1111 const char *keyword; tomoyo_write_domain2() member in struct:__anon14317
1124 tomoyo_callback[i].keyword)) tomoyo_write_domain2()
1334 * tomoyo_set_group - Print "acl_group " header keyword and category name.
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dlparcfg.c18 * keyword - value pairs that specify the configuration of the partition.
286 * through the get-system-parameter rtas call. Replace keyword strings as
347 with different keyword strings */ parse_system_parameter_string()
/linux-4.1.27/drivers/acpi/acpica/
H A Dutresrc.c278 "/* UNKNOWN flow control keyword */"
289 "/* UNKNOWN parity keyword */",
290 "/* UNKNOWN parity keyword */",
291 "/* UNKNOWN parity keyword */"
H A Dacobject.h249 u8 attribute; /* From access_as keyword */\
H A Damlcode.h466 * access_as keyword
H A Dexprep.c77 * any_acc keyword.
H A Ddsfield.c330 * end-of-field or another access_as keyword is encountered. acpi_ds_get_field_names()
/linux-4.1.27/scripts/kconfig/
H A DMakefile60 --add-comments --keyword=_ --keyword=N_ \
/linux-4.1.27/tools/power/cpupower/
H A DMakefile218 --keyword=_ --keyword=N_ $(UTIL_SRC) -p $(@D) -o $(@F)
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c81 osl_find_rsdp_via_efi_by_keyword(FILE * file, const char *keyword);
425 * PARAMETERS: keyword - Character string indicating ACPI GUID version
430 * DESCRIPTION: Find RSDP address via EFI using keyword indicating the ACPI
436 osl_find_rsdp_via_efi_by_keyword(FILE * file, const char *keyword) osl_find_rsdp_via_efi_by_keyword() argument
442 snprintf(format, 32, "%s=%s", keyword, "%llx"); osl_find_rsdp_via_efi_by_keyword()
/linux-4.1.27/arch/ia64/kernel/
H A Dsal.c79 "required keyword variable not " ia64_sal_strerror()
/linux-4.1.27/drivers/scsi/
H A Dwd33c93.c146 * _must_ be a colon between a keyword and its numeric argument, with no
150 * - A keyword in the 'nth' comma-separated command-line member will overwrite
152 * other words, a comma with no preceding keyword) will _not_ overwrite
154 * - If a keyword is used more than once, the first one applies to the first
156 * keyword is used to change the order.
2118 break; /* unknown keyword,syntax-error,... */ wd33c93_write_info()
H A DBusLogic.c3615 blogic_parse parses an individual option keyword. It returns true
3616 and updates the pointer if the keyword is recognized and false otherwise.
3619 static bool __init blogic_parse(char **str, char *keyword) blogic_parse() argument
3622 while (*keyword != '\0') { blogic_parse()
3624 char keywordch = *keyword++; blogic_parse()
H A Din2000.c166 * _must_ be a colon between a keyword and its numeric argument, with no
170 * - A keyword in the 'nth' comma-separated command-line member will overwrite
172 * other words, a comma with no preceding keyword) will _not_ overwrite
/linux-4.1.27/drivers/s390/block/
H A Ddasd_devmap.c240 * with one of the known keywords. If a keyword is found, take the approprate
242 * could not be matched to any keyword then return an error code.
/linux-4.1.27/lib/
H A Ddynamic_debug.c298 * of (keyword, value) pairs chosen from these possibilities:
366 pr_err("unknown keyword \"%s\"\n", words[i]); ddebug_parse_query()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
H A Dosc_cl_internal.h659 * oe_start is used as keyword for red-black tree. */
/linux-4.1.27/fs/nfsd/
H A Dnfsproc.c177 * CREATE processing is complicated. The keyword here is `overloaded.'
/linux-4.1.27/include/linux/
H A Dnodemask.h107 * The inline keyword gives the compiler room to decide to inline, or
H A Dpci.h1847 * pci_vpd_find_info_keyword - Locates an information field keyword in the VPD
1851 * @kw: The keyword to search for
1853 * Returns the index where the information field keyword was found or
/linux-4.1.27/drivers/lguest/
H A Dinterrupts_and_traps.c452 * Guest. The sysenter semantics are hairy tho: search for that keyword in
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_hw.c252 * csio_hw_get_vpd_keyword_val - Locates an information field keyword in
255 * @kw: The keyword to search for
257 * Returns the value of the information field keyword or
346 csio_err(hw, "missing VPD keyword " name "\n"); \ csio_hw_get_vpd_params()
/linux-4.1.27/drivers/net/ethernet/amd/
H A Dnmclan_cs.c107 static keyword.
/linux-4.1.27/include/uapi/linux/
H A Dsoundcard.h1054 * We redefine the extern keyword so that make headers_check
/linux-4.1.27/drivers/net/irda/
H A Dirda-usb.c1116 * The actual image starts after the "STMP" keyword stir421x_patch_device()
/linux-4.1.27/drivers/net/ethernet/sis/
H A Dsis900.c1685 /* why dow't we break after Tx/Rx case ?? keyword: full-duplex */ sis900_interrupt()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c1439 dev_err(adapter->pdev_dev, "missing VPD keyword " name "\n"); \ get_vpd_params()

Completed in 1712 milliseconds