Home
last modified time | relevance | path

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

/openbmc/qemu/hw/remote/
H A Dmpqemu-link.c95 static ssize_t mpqemu_read(QIOChannel *ioc, void *buf, size_t len, int **fds, in mpqemu_read() function
130 len = mpqemu_read(ioc, msg, MPQEMU_MSG_HDR_SIZE, &fds, &nfds, errp); in mpqemu_msg_recv()
147 len = mpqemu_read(ioc, &msg->data, msg->size, NULL, NULL, errp); in mpqemu_msg_recv()