Searched refs:shminfo (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | hostx.c | 448 hostx_create_shm_segment(xcb_shm_segment_info_t *shminfo, size_t size) in hostx_create_shm_segment() argument 450 shminfo->shmaddr = NULL; in hostx_create_shm_segment() 457 shminfo->shmseg = xcb_generate_id(HostX.conn); in hostx_create_shm_segment() 458 cookie = xcb_shm_create_segment(HostX.conn, shminfo->shmseg, size, TRUE); in hostx_create_shm_segment() 464 shminfo->shmaddr = in hostx_create_shm_segment() 467 if (shminfo->shmaddr == MAP_FAILED) in hostx_create_shm_segment() 468 shminfo->shmaddr = NULL; in hostx_create_shm_segment() 470 if (!shminfo->shmaddr) in hostx_create_shm_segment() 471 xcb_shm_detach(HostX.conn, shminfo->shmseg); in hostx_create_shm_segment() 477 shminfo->shmid = shmget(IPC_PRIVATE, size, IPC_CREAT|0666); in hostx_create_shm_segment() [all …]
|
| H A D | ephyr.h | 81 xcb_shm_segment_info_t shminfo; member
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | shm.c | 904 struct shminfo out; in copy_shminfo_to_user() 1037 struct shminfo64 *shminfo) in shmctl_ipc_info() argument 1041 memset(shminfo, 0, sizeof(*shminfo)); in shmctl_ipc_info() 1042 shminfo->shmmni = shminfo->shmseg = ns->shm_ctlmni; in shmctl_ipc_info() 1043 shminfo->shmmax = ns->shm_ctlmax; in shmctl_ipc_info() 1044 shminfo->shmall = ns->shm_ctlall; in shmctl_ipc_info() 1045 shminfo->shmmin = SHMMIN; in shmctl_ipc_info() 1248 struct shminfo64 shminfo; in ksys_shmctl() local 1249 err = shmctl_ipc_info(ns, &shminfo); in ksys_shmctl() 1252 if (copy_shminfo_to_user(buf, &shminfo, version)) in ksys_shmctl() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | shm.h | 60 struct shminfo struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | shm.h | 60 struct shminfo struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | shm.h | 91 struct shminfo { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | shm.h | 91 struct shminfo { struct
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | shm.h | 93 struct shminfo { struct
|