/kernel/linux/linux-5.10/fs/orangefs/ |
H A 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_siz in orangefs_prepare_debugfs_help_string() 773 keyword_is_amalgam(char *keyword) keyword_is_amalgam() argument [all...] |
H A D | orangefs-debug.h | 48 const char *keyword; member 58 * keyword mask_val index
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A 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_siz in orangefs_prepare_debugfs_help_string() 773 keyword_is_amalgam(char *keyword) keyword_is_amalgam() argument [all...] |
H A D | orangefs-debug.h | 48 const char *keyword; member 58 * keyword mask_val index
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A 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_SY in spk_chartab_get_value() [all...] |
H A D | speakup.h | 55 int spk_chartab_get_value(char *keyword);
|
H A D | kobjects.c | 116 char keyword[MAX_DESC_LEN + 1]; in chars_chartab_store() local 117 char *outptr = NULL; /* Will hold keyword or desc. */ in chars_chartab_store() 186 outptr = keyword; in chars_chartab_store() 199 charclass = spk_chartab_get_value(keyword); in chars_chartab_store()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | varhandlers.c | 66 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_SY in spk_chartab_get_value() [all...] |
H A D | speakup.h | 55 int spk_chartab_get_value(char *keyword);
|
H A D | kobjects.c | 116 char keyword[MAX_DESC_LEN + 1]; in chars_chartab_store() local 117 char *outptr = NULL; /* Will hold keyword or desc. */ in chars_chartab_store() 186 outptr = keyword; in chars_chartab_store() 199 charclass = spk_chartab_get_value(keyword); in chars_chartab_store()
|
/kernel/linux/linux-5.10/scripts/ |
H A 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, kwle in parseline() [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A 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, kwle in parseline() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-debugifc.c | 106 const char *keyword) in debugifc_match_keyword() 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() 105 debugifc_match_keyword(const char *buf,unsigned int count, const char *keyword) debugifc_match_keyword() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-debugifc.c | 106 const char *keyword) in debugifc_match_keyword() 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() 105 debugifc_match_keyword(const char *buf,unsigned int count, const char *keyword) debugifc_match_keyword() argument
|
/kernel/linux/linux-5.10/security/keys/encrypted-keys/ |
H A 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-6.6/security/keys/encrypted-keys/ |
H A D | encrypted.c | 184 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() 235 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse() 236 "when called from .update method\n", keyword); in datablob_parse() 244 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse() 245 "when called from .update method\n", keyword); in datablob_parse() 257 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse() 259 keyword); in datablob_parse() [all...] |
/kernel/liteos_a/fs/fat/virpart/src/ |
H A 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() 782 /* Following the entry keyword, decide to replace the PARENT FATFS to CHILD FATFS or not */
in f_getvirfree()
|
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 47 osl_find_rsdp_via_efi_by_keyword(FILE * file, const char *keyword); 391 * PARAMETERS: keyword - Character string indicating ACPI GUID version 396 * DESCRIPTION: Find RSDP address via EFI using keyword indicating the ACPI 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-6.6/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 47 osl_find_rsdp_via_efi_by_keyword(FILE * file, const char *keyword); 391 * PARAMETERS: keyword - Character string indicating ACPI GUID version 396 * DESCRIPTION: Find RSDP address via EFI using keyword indicating the ACPI 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/drivers/s390/block/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_devmap.c | 222 * with one of the known keywords. If a keyword is found, take the approprate 224 * could not be matched to any keyword then return an error code. 226 static int __init dasd_parse_keyword(char *keyword) in dasd_parse_keyword() argument 228 int length = strlen(keyword); in dasd_parse_keyword() 230 if (strncmp("autodetect", keyword, length) == 0) { in dasd_parse_keyword() 235 if (strncmp("probeonly", keyword, length) == 0) { in dasd_parse_keyword() 240 if (strncmp("nopav", keyword, length) == 0) { in dasd_parse_keyword() 249 if (strncmp("nofcx", keyword, length) == 0) { in dasd_parse_keyword() 255 if (strncmp("fixedbuffers", keyword, length) == 0) { in dasd_parse_keyword()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.h | 205 const char *keyword,
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.h | 205 const char *keyword,
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A 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-6.6/drivers/usb/typec/ucsi/ |
H A D | ucsi_stm32g0.c | 56 u32 keyword; member 509 /* Sanity check on keyword and firmware version */ in ucsi_stm32g0_fw_cb() 510 if (fw_info->keyword != STM32G0_FW_KEYWORD || fw_info->version == fw_version) in ucsi_stm32g0_fw_cb()
|