Home
last modified time | relevance | path

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

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/virtio/
H A Dvhost-user.c182 #define VHOST_USER_PAYLOAD_SIZE (sizeof(VhostUserPayload)) macro
236 if (msg->hdr.size > VHOST_USER_PAYLOAD_SIZE) { in vhost_user_read()
239 VHOST_USER_PAYLOAD_SIZE); in vhost_user_read()
988 if (hdr.size > VHOST_USER_PAYLOAD_SIZE) { in slave_read()
991 VHOST_USER_PAYLOAD_SIZE); in slave_read()
/dports/emulators/qemu42/qemu-4.2.1/hw/virtio/
H A Dvhost-user.c199 #define VHOST_USER_PAYLOAD_SIZE (sizeof(VhostUserPayload)) macro
267 if (msg->hdr.size > VHOST_USER_PAYLOAD_SIZE) { in vhost_user_read()
270 VHOST_USER_PAYLOAD_SIZE); in vhost_user_read()
1029 if (hdr.size > VHOST_USER_PAYLOAD_SIZE) { in slave_read()
1032 VHOST_USER_PAYLOAD_SIZE); in slave_read()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/virtio/
H A Dvhost-user.c199 #define VHOST_USER_PAYLOAD_SIZE (sizeof(VhostUserPayload)) macro
267 if (msg->hdr.size > VHOST_USER_PAYLOAD_SIZE) { in vhost_user_read()
270 VHOST_USER_PAYLOAD_SIZE); in vhost_user_read()
1029 if (hdr.size > VHOST_USER_PAYLOAD_SIZE) { in slave_read()
1032 VHOST_USER_PAYLOAD_SIZE); in slave_read()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/virtio/
H A Dvhost-user.c201 #define VHOST_USER_PAYLOAD_SIZE (sizeof(VhostUserPayload))
269 if (msg->hdr.size > VHOST_USER_PAYLOAD_SIZE) {
272 VHOST_USER_PAYLOAD_SIZE);
1035 if (hdr.size > VHOST_USER_PAYLOAD_SIZE) {
1038 VHOST_USER_PAYLOAD_SIZE);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/virtio/
H A Dvhost-user.c201 #define VHOST_USER_PAYLOAD_SIZE (sizeof(VhostUserPayload)) macro
269 if (msg->hdr.size > VHOST_USER_PAYLOAD_SIZE) { in vhost_user_read()
272 VHOST_USER_PAYLOAD_SIZE); in vhost_user_read()
1035 if (hdr.size > VHOST_USER_PAYLOAD_SIZE) { in slave_read()
1038 VHOST_USER_PAYLOAD_SIZE); in slave_read()
/dports/emulators/qemu/qemu-6.2.0/hw/virtio/
H A Dvhost-user.c232 #define VHOST_USER_PAYLOAD_SIZE (sizeof(VhostUserPayload)) macro
323 if (msg->hdr.size > VHOST_USER_PAYLOAD_SIZE) { in vhost_user_read_cb()
326 VHOST_USER_PAYLOAD_SIZE); in vhost_user_read_cb()
1579 if (hdr.size > VHOST_USER_PAYLOAD_SIZE) { in slave_read()
1582 VHOST_USER_PAYLOAD_SIZE); in slave_read()
/dports/emulators/qemu60/qemu-6.0.0/hw/virtio/
H A Dvhost-user.c232 #define VHOST_USER_PAYLOAD_SIZE (sizeof(VhostUserPayload)) macro
323 if (msg->hdr.size > VHOST_USER_PAYLOAD_SIZE) { in vhost_user_read_cb()
326 VHOST_USER_PAYLOAD_SIZE); in vhost_user_read_cb()
1516 if (hdr.size > VHOST_USER_PAYLOAD_SIZE) { in slave_read()
1519 VHOST_USER_PAYLOAD_SIZE); in slave_read()
/dports/emulators/qemu5/qemu-5.2.0/hw/virtio/
H A Dvhost-user.c231 #define VHOST_USER_PAYLOAD_SIZE (sizeof(VhostUserPayload)) macro
309 if (msg->hdr.size > VHOST_USER_PAYLOAD_SIZE) { in vhost_user_read()
312 VHOST_USER_PAYLOAD_SIZE); in vhost_user_read()
1445 if (hdr.size > VHOST_USER_PAYLOAD_SIZE) { in slave_read()
1448 VHOST_USER_PAYLOAD_SIZE); in slave_read()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/virtio/
H A Dvhost-user.c232 #define VHOST_USER_PAYLOAD_SIZE (sizeof(VhostUserPayload)) macro
323 if (msg->hdr.size > VHOST_USER_PAYLOAD_SIZE) { in vhost_user_read_cb()
326 VHOST_USER_PAYLOAD_SIZE); in vhost_user_read_cb()
1578 if (hdr.size > VHOST_USER_PAYLOAD_SIZE) { in slave_read()
1581 VHOST_USER_PAYLOAD_SIZE); in slave_read()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dvhost-user-test.c125 #define VHOST_USER_PAYLOAD_SIZE (sizeof(m) - VHOST_USER_HDR_SIZE) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qtest/
H A Dvhost-user-test.c125 #define VHOST_USER_PAYLOAD_SIZE (sizeof(m) - VHOST_USER_HDR_SIZE) macro
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dvhost-user-test.c125 #define VHOST_USER_PAYLOAD_SIZE (sizeof(m) - VHOST_USER_HDR_SIZE) macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qtest/
H A Dvhost-user-test.c125 #define VHOST_USER_PAYLOAD_SIZE (sizeof(m) - VHOST_USER_HDR_SIZE) macro
/dports/emulators/qemu5/qemu-5.2.0/tests/qtest/
H A Dvhost-user-test.c125 #define VHOST_USER_PAYLOAD_SIZE (sizeof(m) - VHOST_USER_HDR_SIZE) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dvhost-user-test.c121 #define VHOST_USER_PAYLOAD_SIZE (sizeof(m) - VHOST_USER_HDR_SIZE) macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qtest/
H A Dvhost-user-test.c125 #define VHOST_USER_PAYLOAD_SIZE (sizeof(m) - VHOST_USER_HDR_SIZE)
/dports/emulators/qemu/qemu-6.2.0/tests/qtest/
H A Dvhost-user-test.c125 #define VHOST_USER_PAYLOAD_SIZE (sizeof(m) - VHOST_USER_HDR_SIZE) macro
/dports/emulators/qemu60/qemu-6.0.0/tests/qtest/
H A Dvhost-user-test.c125 #define VHOST_USER_PAYLOAD_SIZE (sizeof(m) - VHOST_USER_HDR_SIZE) macro