Searched refs:hex_only (Results 1 – 1 of 1) sorted by relevance
79 static int get_value64(char *value_str, uint64_t *value, boolean_t hex_only);841 get_value64(char *value_str, uint64_t *value, boolean_t hex_only) in get_value64() argument857 if (!hex_only && (value_str[0] != '0')) { in get_value64()863 } else if (hex_only) { in get_value64()883 *value = strtoull(value_str, NULL, (hex_only ? 16 : 0)); in get_value64()