Home
last modified time | relevance | path

Searched refs:match_hex (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dparser.c225 * match_hex: - scan a hex representation of an integer from a substring_t
233 int match_hex(substring_t *s, int *result) in match_hex() function
237 EXPORT_SYMBOL(match_hex); variable
/kernel/linux/linux-6.6/lib/
H A Dparser.c256 * match_hex - scan a hex representation of an integer from a substring_t
265 int match_hex(substring_t *s, int *result) in match_hex() function
269 EXPORT_SYMBOL(match_hex); variable
/kernel/linux/linux-5.10/include/linux/
H A Dparser.h34 int match_hex(substring_t *, int *result);
/kernel/linux/linux-6.6/include/linux/
H A Dparser.h35 int match_hex(substring_t *, int *result);
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dfcloop.c101 if (match_hex(args, &token)) { in fcloop_parse_options()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dfcloop.c101 if (match_hex(args, &token)) { in fcloop_parse_options()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
H A Dib_srp.c3370 ret = match_hex(args, &token); in srp_parse_options()
3491 ret = match_hex(args, &token); in srp_parse_options()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c3398 ret = match_hex(args, &token); in srp_parse_options()
3519 ret = match_hex(args, &token); in srp_parse_options()

Completed in 18 milliseconds