Home
last modified time | relevance | path

Searched refs:match_token (Results 1 – 25 of 37) sorted by relevance

12

/linux/include/linux/
H A Dparser.h14 struct match_token { struct
19 typedef struct match_token match_table_t[]; argument
30 int match_token(char *, const match_table_t table, substring_t args[]);
/linux/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);
/linux/security/ipe/
H A Dpolicy_parser.c160 token = match_token(t, header_tokens, args); in parse_header()
253 return match_token(t, operation_tokens, args); in parse_operation()
272 return match_token(t, action_tokens, args); in parse_action()
312 token = match_token(t, property_tokens, args); in parse_property()
/linux/fs/unicode/
H A Dutf8-core.c228 static const struct match_token token[] = { in utf8_parse_version()
233 if (match_token(version, token, args) != 1) in utf8_parse_version()
/linux/security/keys/trusted-keys/
H A Dtrusted_pkwm.c42 token = match_token(p, key_tokens, args); in getoptions()
H A Dtrusted_caam.c58 token = match_token(p, key_tokens, args); in get_pkey_options()
H A Dtrusted_core.c94 key_cmd = match_token(c, key_tokens, args); in datablob_parse()
H A Dtrusted_tpm1.c722 token = match_token(p, key_tokens, args); in getoptions()
/linux/fs/smb/client/
H A Dfs_context.c228 switch (match_token(value, cifs_secflavor_tokens, args)) { in cifs_parse_security_flavors()
270 switch (match_token(value, cifs_upcall_target, args)) { in cifs_parse_upcall_target()
300 switch (match_token(value, cifs_cacheflavor_tokens, args)) { in cifs_parse_cache_flavor()
351 switch (match_token(value, reparse_flavor_tokens, args)) { in parse_reparse_flavor()
388 switch (match_token(value, symlink_flavor_tokens, args)) { in parse_symlink_flavor()
473 switch (match_token(value, cifs_smb_version_tokens, args)) { in cifs_parse_smb_version()
/linux/security/keys/
H A Dkeyctl_pkey.c48 token = match_token(p, param_keys, args); in keyctl_pkey_params_parse()
/linux/security/keys/encrypted-keys/
H A Dencrypted.c187 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse()
196 key_format = match_token(p, key_format_tokens, args); in datablob_parse()
/linux/drivers/nvme/host/
H A Dfabrics.c754 token = match_token(p, opt_tokens, args); in nvmf_parse_options()
1422 const struct match_token *tok; in __nvmf_concat_opt_tokens()
/linux/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c90 token = match_token(p, rnbd_opt_tokens, args); in rnbd_clt_parse_map_options()
/linux/drivers/block/
H A Dzloop.c1232 token = match_token(p, zloop_opt_tokens, args); in zloop_parse_options()
1436 const struct match_token *tok; in zloop_ctl_show()
/linux/drivers/target/
H A Dtarget_core_rd.c560 token = match_token(ptr, tokens, args); in rd_set_configfs_dev_params()
H A Dtarget_core_file.c721 token = match_token(ptr, tokens, args); in fd_set_configfs_dev_params()
H A Dtarget_core_pscsi.c730 token = match_token(ptr, tokens, args); in pscsi_set_configfs_dev_params()
H A Dtarget_core_iblock.c599 token = match_token(ptr, tokens, args); in iblock_set_configfs_dev_params()
/linux/block/
H A Dblk-iocost.c3265 switch (match_token(p, qos_ctrl_tokens, args)) { in ioc_qos_write()
3282 tok = match_token(p, qos_tokens, args); in ioc_qos_write()
3455 switch (match_token(p, cost_ctrl_tokens, args)) { in ioc_cost_model_write()
3472 tok = match_token(p, i_lcoef_tokens, args); in ioc_cost_model_write()
/linux/drivers/nvme/target/
H A Dfcloop.c74 token = match_token(p, opt_tokens, args); in fcloop_parse_options()
156 token = match_token(p, opt_tokens, args); in fcloop_parse_nm_options()
/linux/fs/nfs/
H A Dnfs4idmap.c506 token = match_token(desc, nfs_idmap_tokens, &substr); in nfs_idmap_prepare_message()
/linux/rust/syn/
H A Dexpr.rs529 pub match_token: Token![match],
2350 let match_token: Token![match] = input.parse()?; in parse() localVariable
2361 match_token, in parse()
3771 self.match_token.to_tokens(tokens); in to_tokens()
/linux/rust/syn/gen/
H A Dclone.rs584 match_token: self.match_token.clone(), in clone()
/linux/fs/gfs2/
H A Dops_fstype.c993 token = match_token(o, *lm->lm_tokens, tmp); in gfs2_lm_mount()

12