Searched refs:lcdstring_len (Results 1 – 1 of 1) sorted by relevance
594 int lcdstring_len = 0; in ipmi_lcd_get_platform_model_name() local612 lcdstring_len = lcdstringblock.lcd_string.selector_0_string.length; in ipmi_lcd_get_platform_model_name()613 lcdstring_len = MIN(lcdstring_len,max_length); in ipmi_lcd_get_platform_model_name()614 bytes_to_copy = MIN(lcdstring_len, IPMI_DELL_LCD_STRING1_SIZE); in ipmi_lcd_get_platform_model_name()619 bytes_to_copy = MIN(lcdstring_len - bytes_copied, in ipmi_lcd_get_platform_model_name()630 if (bytes_copied >= lcdstring_len) { in ipmi_lcd_get_platform_model_name()868 int lcdstring_len = 0; in ipmi_lcd_get_single_line_text() local886 if (lcdstring_len < 1 || lcdstring_len > max_length) { in ipmi_lcd_get_single_line_text()889 bytes_to_copy = MIN(lcdstring_len, IPMI_DELL_LCD_STRING1_SIZE); in ipmi_lcd_get_single_line_text()894 bytes_to_copy = MIN(lcdstring_len - bytes_copied, in ipmi_lcd_get_single_line_text()[all …]