Searched refs:bytes_to_store (Results 1 – 1 of 1) sorted by relevance
1278 int bytes_to_store = strlen(text); in ipmi_lcd_set_single_line_text() local1282 if (bytes_to_store > IPMI_DELL_LCD_STRING_LENGTH_MAX) { in ipmi_lcd_set_single_line_text()1286 bytes_to_store = MIN(bytes_to_store, IPMI_DELL_LCD_STRING_LENGTH_MAX); in ipmi_lcd_set_single_line_text()1290 int size_of_copy = MIN((bytes_to_store - bytes_stored), in ipmi_lcd_set_single_line_text()1299 data[3] = bytes_to_store; /* total string length*/ in ipmi_lcd_set_single_line_text()1303 int size_of_copy = MIN((bytes_to_store - bytes_stored), in ipmi_lcd_set_single_line_text()