Searched refs:host_mb (Results 1 – 1 of 1) sorted by relevance
4271 struct msgbuf *host_mb; in do_msgsnd() local4280 host_mb = g_try_malloc(msgsz + sizeof(long)); in do_msgsnd()4281 if (!host_mb) { in do_msgsnd()4285 host_mb->mtype = (abi_long) tswapal(target_mb->mtype); in do_msgsnd()4286 memcpy(host_mb->mtext, target_mb->mtext, msgsz); in do_msgsnd()4289 ret = get_errno(safe_msgsnd(msqid, host_mb, msgsz, msgflg)); in do_msgsnd()4295 host_mb)); in do_msgsnd()4298 host_mb, 0)); in do_msgsnd()4302 g_free(host_mb); in do_msgsnd()4328 struct msgbuf *host_mb; in do_msgrcv() local[all …]