Home
last modified time | relevance | path

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

/openbmc/ipmitool/include/ipmitool/
H A Dhelper.h82 int str2ushort(const char * str, uint16_t * ushrt_ptr);
/openbmc/ipmitool/lib/
H A Dipmi_dcmi.c2647 if (str2ushort(argv[1], &inlet) < 0) { in ipmi_nm_policy()
2666 if (str2ushort(argv[1], &power) < 0) { in ipmi_nm_policy()
2680 if (str2ushort(argv[1], &period) < 0) { in ipmi_nm_policy()
2698 if (str2ushort(argv[1], &cores) < 0) { in ipmi_nm_policy()
2975 if (str2ushort(argv[1], &minimum) < 0) { in ipmi_nm_set_range()
2981 if (str2ushort(argv[1], &maximum) < 0) { in ipmi_nm_set_range()
3165 if (str2ushort(argv[0], &thresh.thresholds[i++]) < 0) { in ipmi_nm_thresh()
3365 if (str2ushort(argv[4], &limit) != 0) { in ipmi_dcmi_set_limit()
3387 if (str2ushort(argv[8], &sample) != 0) { in ipmi_dcmi_set_limit()
3546 if (str2ushort(argv[8], &samplingTime) != 0) { in ipmi_dcmi_thermalpolicy()
[all …]
H A Dhelper.c320 int str2ushort(const char * str, uint16_t * ushrt_ptr) in str2ushort() function
H A Dipmi_main.c776 if (str2ushort(optarg, &my_long_packet_size) != 0) { in ipmi_main()
H A Dipmi_lanp.c1326 if (str2ushort(argv[2], &reset)) { in get_cmdline_bad_pass_thresh()
1330 if (str2ushort(argv[3], &lockout)) { in get_cmdline_bad_pass_thresh()
H A Dipmi_sel.c2845 if (str2ushort(argv[argc-1], &id) != 0) { in ipmi_sel_delete()
2902 if (str2ushort(argv[i], &id) != 0) { in ipmi_sel_show_entry()
H A Dipmi_sunoem.c1356 if (str2ushort(argv[0], &num) != 0) { in ipmi_sunoem_echo()