Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c4022 struct semid_ds dsarg; in do_semctl() local
4059 err = target_to_host_semid_ds(&dsarg, target_su.buf); in do_semctl()
4062 arg.buf = &dsarg; in do_semctl()
4064 err = host_to_target_semid_ds(target_su.buf, &dsarg); in do_semctl()
4276 struct msqid_ds dsarg; in do_msgctl() local
4286 if (target_to_host_msqid_ds(&dsarg,ptr)) in do_msgctl()
4288 ret = get_errno(msgctl(msgid, cmd, &dsarg)); in do_msgctl()
4289 if (host_to_target_msqid_ds(ptr,&dsarg)) in do_msgctl()
4508 struct shmid_ds dsarg; in do_shmctl() local
4519 if (target_to_host_shmid_ds(&dsarg, buf)) in do_shmctl()
[all …]