Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_dcmi.c1526 int i,j, tota_inst, get_inst, offset = 0; in ipmi_dcmi_prnt_get_temp_readings() local
1538 tota_inst = rsp->data[1]; in ipmi_dcmi_prnt_get_temp_readings()
1539 while (tota_inst > 0) { in ipmi_dcmi_prnt_get_temp_readings()
1540 get_inst = ((tota_inst / DCMI_MAX_BYTE_TEMP_READ_SIZE) ? in ipmi_dcmi_prnt_get_temp_readings()
1542 (tota_inst % DCMI_MAX_BYTE_TEMP_READ_SIZE)); in ipmi_dcmi_prnt_get_temp_readings()
1559 tota_inst -= get_inst; in ipmi_dcmi_prnt_get_temp_readings()