Searched refs:match_hex (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | parser.c | 225 * 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 D | parser.c | 256 * 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 D | parser.h | 34 int match_hex(substring_t *, int *result);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | parser.h | 35 int match_hex(substring_t *, int *result);
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | fcloop.c | 101 if (match_hex(args, &token)) { in fcloop_parse_options()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | fcloop.c | 101 if (match_hex(args, &token)) { in fcloop_parse_options()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 3370 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 D | ib_srp.c | 3398 ret = match_hex(args, &token); in srp_parse_options() 3519 ret = match_hex(args, &token); in srp_parse_options()
|
Completed in 18 milliseconds