Searched refs:value_str (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libprtdiag/common/ |
H A D | display_funcs.c | 121 char *value_str; in disp_powerfail() local 129 value_str = get_prop_val(find_prop(pnode, pf_str)); in disp_powerfail() 130 if (value_str == NULL) { in disp_powerfail() 134 value = (time_t)atoi(value_str); in disp_powerfail()
|
/titanic_41/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_error.c | 140 char *arg_str, *func_str, *entry_str, *value_str; in sbdp_passthru_inject_error() 182 if ((value_str = strchr(entry_str, ':')) == NULL) { in sbdp_passthru_inject_error() 193 *value_str++ = '\0'; in sbdp_passthru_inject_error() 219 value = sbdp_strtoi(value_str, NULL); in sbdp_passthru_inject_error()
|
/titanic_41/usr/src/cmd/pcitool/ |
H A D | pcitool_ui.c | 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() argument 852 if ((value_str == NULL) || (strlen(value_str) == 0)) { in get_value64() 857 if (!hex_only && (value_str[0] != '0')) { in get_value64() 859 string_to_check = value_str; in get_value64() 860 } else if ((value_str[1] == 'X') || (value_str[1] == 'x')) { in get_value64() 862 string_to_check = &value_str[2]; /* Ignore 0x of hex */ in get_value64() 865 string_to_check = value_str; /* Hex number, no 0x prefix */ in get_value64() 868 string_to_check = value_str; in get_value64() 883 *value = strtoull(value_str, NULL, (hex_only ? 16 : 0)); in get_value64()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ |
H A D | ksslcfg_create.c | 150 const char *value_str) in set_method_context() argument 155 value_str, tran) != SUCCESS) || in set_method_context() 178 const char *value_str) in add_pg_method() argument 253 if (set_method_context(handle, tran, value_str) != SUCCESS) in add_pg_method()
|