Home
last modified time | relevance | path

Searched refs:match_token (Results 1 - 25 of 117) sorted by relevance

12345

/kernel/linux/linux-5.10/include/linux/
H A Dparser.h14 struct match_token { struct
19 typedef struct match_token match_table_t[];
21 /* Maximum number of arguments that match_token will find in a pattern */
30 int match_token(char *, const match_table_t table, substring_t args[]);
/kernel/linux/linux-6.6/include/linux/
H A Dparser.h14 struct match_token { struct
19 typedef struct match_token match_table_t[];
21 /* Maximum number of arguments that match_token will find in a pattern */
30 int match_token(char *, const match_table_t table, substring_t args[]);
/kernel/linux/linux-5.10/lib/
H A Dts_fsm.c126 static inline int match_token(struct ts_fsm_token *t, u8 d) in match_token() function
178 if (!match_token(cur, data[block_idx])) in fsm_find()
184 !match_token(cur, data[block_idx])) in fsm_find()
192 if (!match_token(cur, data[block_idx])) in fsm_find()
205 while (!match_token(next, data[block_idx])) { in fsm_find()
206 if (!match_token(cur, data[block_idx])) in fsm_find()
222 while (!match_token(next, data[block_idx])) { in fsm_find()
229 if (!match_token(cur, data[block_idx])) in fsm_find()
H A Dparser.c93 * match_token: - Find a token (and optional args) in a string
97 * &struct match_token whose pattern is set to the NULL pointer.
106 int match_token(char *s, const match_table_t table, substring_t args[]) in match_token() function
108 const struct match_token *p; in match_token()
115 EXPORT_SYMBOL(match_token); variable
/kernel/linux/linux-6.6/lib/
H A Dts_fsm.c126 static inline int match_token(struct ts_fsm_token *t, u8 d) in match_token() function
178 if (!match_token(cur, data[block_idx])) in fsm_find()
184 !match_token(cur, data[block_idx])) in fsm_find()
192 if (!match_token(cur, data[block_idx])) in fsm_find()
205 while (!match_token(next, data[block_idx])) { in fsm_find()
206 if (!match_token(cur, data[block_idx])) in fsm_find()
222 while (!match_token(next, data[block_idx])) { in fsm_find()
229 if (!match_token(cur, data[block_idx])) in fsm_find()
H A Dparser.c102 * match_token - Find a token (and optional args) in a string
106 * &struct match_token whose pattern is set to the NULL pointer.
115 int match_token(char *s, const match_table_t table, substring_t args[]) in match_token() function
117 const struct match_token *p; in match_token()
124 EXPORT_SYMBOL(match_token); variable
/kernel/linux/linux-5.10/fs/cifs/
H A Dfs_context.c32 switch (match_token(value, cifs_smb_version_tokens, args)) { in cifs_parse_smb_version()
127 switch (match_token(value, cifs_secflavor_tokens, args)) { in cifs_parse_security_flavors()
185 switch (match_token(value, cifs_cacheflavor_tokens, args)) { in cifs_parse_cache_flavor()
/kernel/linux/linux-5.10/fs/hfsplus/
H A Doptions.c85 token = match_token(p, tokens, args); in hfsplus_parse_options_remount()
113 token = match_token(p, tokens, args); in hfsplus_parse_options()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Doptions.c85 token = match_token(p, tokens, args); in hfsplus_parse_options_remount()
113 token = match_token(p, tokens, args); in hfsplus_parse_options()
/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8-core.c178 static const struct match_token token[] = { in utf8_parse_version()
185 if (match_token(version_string, token, args) != 1) in utf8_parse_version()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dsuper.c111 token = match_token(p, hmdfs_tokens, args); in hmdfs_parse_options()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dsuper.c111 token = match_token(p, hmdfs_tokens, args); in hmdfs_parse_options()
/kernel/linux/linux-5.10/fs/sharefs/
H A Dsuper.c51 token = match_token(p, sharefs_tokens, args); in sharefs_parse_options()
/kernel/linux/linux-6.6/fs/sharefs/
H A Dsuper.c51 token = match_token(p, sharefs_tokens, args); in sharefs_parse_options()
/kernel/linux/linux-5.10/security/keys/
H A Dkeyctl_pkey.c48 token = match_token(p, param_keys, args); in keyctl_pkey_params_parse()
/kernel/linux/linux-6.6/security/keys/
H A Dkeyctl_pkey.c48 token = match_token(p, param_keys, args); in keyctl_pkey_params_parse()
/kernel/linux/linux-5.10/arch/arm/mach-at91/
H A Dpm.c1008 standby = match_token(s, pm_modes, args); in at91_pm_modes_select()
1012 suspend = match_token(str, pm_modes, args); in at91_pm_modes_select()
/kernel/linux/linux-5.10/fs/autofs/
H A Dinode.c159 token = match_token(p, tokens, args); in parse_options()
/kernel/linux/linux-6.6/fs/autofs/
H A Dinode.c160 token = match_token(p, tokens, args); in parse_options()
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_core.c85 key_cmd = match_token(c, key_tokens, args); in datablob_parse()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dfs_context.c211 switch (match_token(value, cifs_secflavor_tokens, args)) { in cifs_parse_security_flavors()
260 switch (match_token(value, cifs_cacheflavor_tokens, args)) { in cifs_parse_cache_flavor()
345 switch (match_token(value, cifs_smb_version_tokens, args)) { in cifs_parse_smb_version()
/kernel/linux/linux-5.10/security/keys/encrypted-keys/
H A Dencrypted.c186 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse()
195 key_format = match_token(p, key_format_tokens, args); in datablob_parse()
/kernel/linux/linux-6.6/security/keys/encrypted-keys/
H A Dencrypted.c191 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse()
200 key_format = match_token(p, key_format_tokens, args); in datablob_parse()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsuper.c479 token = match_token(p, rescue_tokens, args); in parse_rescue_options()
542 token = match_token(p, tokens, args); in btrfs_parse_options()
1053 token = match_token(p, tokens, args); in btrfs_parse_device_options()
1105 token = match_token(p, tokens, args); in btrfs_parse_subvol_options()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsuper.c262 token = match_token(p, rescue_tokens, args); in parse_rescue_options()
348 token = match_token(p, tokens, args); in btrfs_parse_options()
888 token = match_token(p, tokens, args); in btrfs_parse_device_options()
939 token = match_token(p, tokens, args); in btrfs_parse_subvol_options()

Completed in 19 milliseconds

12345