Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_session.c403 if (str2uint(argv[2], &id_or_handle) != 0) { in ipmi_session_main()
422 if (str2uint(argv[2], &id_or_handle) != 0) { in ipmi_session_main()
H A Dipmi_dcmi.c1895 if (str2uint(value, &lvalue) != 0) { in ipmi_dcmi_pwr_slimit()
1904 if (str2uint(value, &lvalue) != 0) { in ipmi_dcmi_pwr_slimit()
1913 if (str2uint(value, &lvalue) != 0) { in ipmi_dcmi_pwr_slimit()
2673 if (str2uint(argv[1], &limit) < 0) { in ipmi_nm_policy()
3374 if (str2uint(argv[6], &correction) != 0) { in ipmi_dcmi_set_limit()
H A Dhelper.c266 int str2uint(const char * str, uint32_t * uint_ptr) in str2uint() function
H A Dipmi_main.c791 if (str2uint(optarg, &timeout) != 0) { in ipmi_main()
H A Dipmi_picmg.c272 if (str2uint(argv_ptr, clk_freq_ptr) == 0) { in is_clk_freq()
H A Dipmi_fru.c3460 if (str2uint(argv[3], &suppliedIana) == 0) { in ipmi_fru_edit_multirec()
3657 if (str2uint(argv[3], &suppliedIana) == 0) { in ipmi_fru_get_multirec()
H A Dipmi_sel.c2989 if (str2uint(argv[1], &iana) != 0) { in ipmi_sel_main()
/openbmc/ipmitool/include/ipmitool/
H A Dhelper.h80 int str2uint(const char * str, uint32_t * uint_ptr);
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c178 if (str2uint(p, &rate)) { in ipmi_serial_term_open()
H A Dserial_basic.c231 if (str2uint(p, &rate)) { in serial_bm_open()
/openbmc/ipmitool/
H A DChangeLog248 * Adds function str2uint() to convert from string to uint32_t with