Searched refs:str2ushort (Results 1 – 7 of 7) sorted by relevance
/openbmc/ipmitool/include/ipmitool/ |
H A D | helper.h | 82 int str2ushort(const char * str, uint16_t * ushrt_ptr);
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_dcmi.c | 2647 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 D | helper.c | 320 int str2ushort(const char * str, uint16_t * ushrt_ptr) in str2ushort() function
|
H A D | ipmi_main.c | 776 if (str2ushort(optarg, &my_long_packet_size) != 0) { in ipmi_main()
|
H A D | ipmi_lanp.c | 1326 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 D | ipmi_sel.c | 2845 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 D | ipmi_sunoem.c | 1356 if (str2ushort(argv[0], &num) != 0) { in ipmi_sunoem_echo()
|