Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ipmi/
H A Dipmi.h285 typedef struct RspBuffer { struct
288 } RspBuffer; argument
290 static inline void rsp_buffer_set_error(RspBuffer *rsp, uint8_t byte) in rsp_buffer_set_error()
296 static inline void rsp_buffer_push(RspBuffer *rsp, uint8_t byte) in rsp_buffer_push()
308 RspBuffer *rsp);
/openbmc/qemu/hw/ppc/
H A Dpnv_bmc.c173 RspBuffer *rsp) in hiomap_cmd()