Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c360 char hex_rs[IPMI_SERIAL_MAX_RESPONSE * 3]; in recv_response() local
366 p = hex_rs; in recv_response()
368 if ((rv = serial_read_line(intf, p, sizeof(hex_rs) - resp_len)) < 0) { in recv_response()
380 p = strrchr(hex_rs, '['); in recv_response()