Home
last modified time | relevance | path

Searched refs:IPMI_DELL_LCD_STRING1_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_delloem.h95 #define IPMI_DELL_LCD_STRING1_SIZE 14 macro
112 uint8_t data[IPMI_DELL_LCD_STRING1_SIZE]; /* not zero terminated. */
130 uint8_t data[IPMI_DELL_LCD_STRING1_SIZE]; /* not zero terminated. */
/openbmc/ipmitool/lib/
H A Dipmi_delloem.c614 bytes_to_copy = MIN(lcdstring_len, IPMI_DELL_LCD_STRING1_SIZE); in ipmi_lcd_get_platform_model_name()
624 string_offset = IPMI_DELL_LCD_STRING1_SIZE + IPMI_DELL_LCD_STRINGN_SIZE in ipmi_lcd_get_platform_model_name()
889 bytes_to_copy = MIN(lcdstring_len, IPMI_DELL_LCD_STRING1_SIZE); in ipmi_lcd_get_single_line_text()
899 string_offset = IPMI_DELL_LCD_STRING1_SIZE + IPMI_DELL_LCD_STRINGN_SIZE in ipmi_lcd_get_single_line_text()
1291 IPMI_DELL_LCD_STRING1_SIZE); in ipmi_lcd_set_single_line_text()