Home
last modified time | relevance | path

Searched refs:hex_only (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/pcitool/
H A Dpcitool_ui.c79 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() argument
857 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()