Searched defs:get_value64 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c62 /* For get_value64 */
79 static int get_value64(char *value_str, uint64_t *value, boolean_t hex_only);
376 if (get_value64(optarg,
418 if (get_value64(optarg, &recv64, HEX_ONLY) != SUCCESS) {
446 if (get_value64(optarg, &recv64, HEX_ONLY) != SUCCESS) {
516 if (get_value64(optarg, &recv64, HEX_ONLY) != SUCCESS) {
841 get_value64(char *value_str, uint64_t *value, boolean_t hex_only) function
942 if ((rval = get_value64(value, &recv64, HEX_ONLY)) !=
975 if ((rval = get_value64(value, base_addr_arg,
1004 if (get_value64(cvalu
[all...]

Completed in 81 milliseconds