Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c4247 struct msgbuf *host_mb; in do_msgsnd() local
4256 host_mb = g_try_malloc(msgsz + sizeof(long)); in do_msgsnd()
4257 if (!host_mb) { in do_msgsnd()
4271 host_mb)); in do_msgsnd()
4274 host_mb, 0)); in do_msgsnd()
4278 g_free(host_mb); in do_msgsnd()
4304 struct msgbuf *host_mb; in do_msgrcv() local
4314 host_mb = g_try_malloc(msgsz + sizeof(long)); in do_msgrcv()
4315 if (!host_mb) { in do_msgrcv()
4341 target_mb->mtype = tswapal(host_mb->mtype); in do_msgrcv()
[all …]