Home
last modified time | relevance | path

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

/qemu/bsd-user/
H A Dqemu-bsd.h53 abi_long target_to_host_shmid_ds(struct shmid_ds *host_sd,
H A Dbsd-mem.h320 if (target_to_host_shmid_ds(&dsarg, buff)) { in do_bsd_shmctl()
330 if (target_to_host_shmid_ds(&dsarg, buff)) { in do_bsd_shmctl()
H A Dbsd-mem.c46 abi_long target_to_host_shmid_ds(struct shmid_ds *host_sd, in target_to_host_shmid_ds() function
/qemu/linux-user/
H A Dsyscall.c4344 static inline abi_long target_to_host_shmid_ds(struct shmid_ds *host_sd, in target_to_host_shmid_ds() function
4445 if (target_to_host_shmid_ds(&dsarg, buf)) in do_shmctl()