Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Dqemu-bsd.h53 abi_long target_to_host_shmid_ds(struct shmid_ds *host_sd,
56 struct shmid_ds *host_sd);
H A Dbsd-mem.c46 abi_long target_to_host_shmid_ds(struct shmid_ds *host_sd, in target_to_host_shmid_ds()
83 struct shmid_ds *host_sd) in host_to_target_shmid_ds()
H A Dbsd-mem.h313 struct shmid_ds dsarg; in do_bsd_shmctl()
353 struct shmid_ds shm_info; in do_bsd_shmat()
/openbmc/linux/include/uapi/linux/
H A Dshm.h28 struct shmid_ds { struct
/openbmc/linux/ipc/
H A Dshm.c862 struct shmid_ds out; in copy_shmid_to_user()
891 struct shmid_ds tbuf_old; in copy_shmid_from_user()
1245 static long ksys_shmctl(int shmid, int cmd, struct shmid_ds __user *buf, int version) in ksys_shmctl()
1299 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) in SYSCALL_DEFINE3()
1305 long ksys_old_shmctl(int shmid, int cmd, struct shmid_ds __user *buf) in ksys_old_shmctl()
1312 SYSCALL_DEFINE3(old_shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) in SYSCALL_DEFINE3()
H A Dsyscall.c104 (struct shmid_ds __user *) ptr); in ksys_ipc()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0001-ext-opcache-config.m4-enable-opcache.patch51 - struct shmid_ds shmbuf;
/openbmc/linux/include/linux/
H A Dsyscalls.h43 struct shmid_ds;
727 asmlinkage long sys_old_shmctl(int shmid, int cmd, struct shmid_ds __user *buf);
728 asmlinkage long sys_shmctl(int shmid, int cmd, struct shmid_ds __user *buf);
1268 long ksys_old_shmctl(int shmid, int cmd, struct shmid_ds __user *buf);
/openbmc/qemu/linux-user/
H A Dmmap.c1294 struct shmid_ds shm_info; in target_shmat()
H A Dsyscall.c4374 static inline abi_long target_to_host_shmid_ds(struct shmid_ds *host_sd, in target_to_host_shmid_ds()
4395 struct shmid_ds *host_sd) in host_to_target_shmid_ds()
4464 struct shmid_ds dsarg; in do_shmctl()
4482 ret = get_errno(shmctl(shmid, cmd, (struct shmid_ds *)&shminfo)); in do_shmctl()
4487 ret = get_errno(shmctl(shmid, cmd, (struct shmid_ds *)&shm_info)); in do_shmctl()