Searched refs:shmid_ds (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/bsd-user/ |
H A D | qemu-bsd.h | 53 abi_long target_to_host_shmid_ds(struct shmid_ds *host_sd, 56 struct shmid_ds *host_sd);
|
H A D | bsd-mem.c | 46 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 D | bsd-mem.h | 313 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 D | shm.h | 28 struct shmid_ds { struct
|
/openbmc/linux/ipc/ |
H A D | shm.c | 862 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 D | syscall.c | 104 (struct shmid_ds __user *) ptr); in ksys_ipc()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | 0001-ext-opcache-config.m4-enable-opcache.patch | 51 - struct shmid_ds shmbuf;
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | 43 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 D | mmap.c | 1294 struct shmid_ds shm_info; in target_shmat()
|
H A D | syscall.c | 4374 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()
|