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

/linux-master/include/linux/
H A Dparser.h35 int match_hex(substring_t *, int *result);
/linux-master/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) function
269 EXPORT_SYMBOL(match_hex); variable
/linux-master/drivers/nvme/target/
H A Dfcloop.c101 if (match_hex(args, &token)) {
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c3398 ret = match_hex(args, &token);
3519 ret = match_hex(args, &token);

Completed in 216 milliseconds