Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_fwum.c387 # define PROG_LENGTH 42 in KfwumShowProgress() macro
389 unsigned char spaces[PROG_LENGTH + 1]; in KfwumShowProgress()
400 hash = (percent * PROG_LENGTH); in KfwumShowProgress()
405 memset(spaces, ' ', (PROG_LENGTH - hash)); in KfwumShowProgress()
406 spaces[(PROG_LENGTH - hash)] = '\0'; in KfwumShowProgress()