Searched refs:shm_perm (Results 1 – 19 of 19) sorted by relevance
/external/toybox/toys/pending/ |
D | ipcs.c | 128 #define ipcperm buf.shm_perm in show_shm_id() 211 if ((pw = getpwuid(buf.shm_perm.uid))) in shm_array() 213 else printf("%-10d %-10.10d", shmid, buf.shm_perm.uid); in shm_array() 221 if ((pw = getpwuid(buf.shm_perm.uid))) in shm_array() 223 else printf("%-10d %-10.10d", shmid, buf.shm_perm.uid); in shm_array() 226 printf("%-10d %-10o", shmid, buf.shm_perm.mode & 0777); in shm_array() 227 if ((pw = getpwuid(buf.shm_perm.cuid))) printf(" %-10s", pw->pw_name); in shm_array() 228 else printf(" %-10d", buf.shm_perm.cuid); in shm_array() 229 if ((gr = getgrgid(buf.shm_perm.cgid))) printf(" %-10s", gr->gr_name); in shm_array() 230 else printf(" %-10d", buf.shm_perm.cgid); in shm_array() [all …]
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | shmbuf.h | 14 struct ipc64_perm shm_perm; /* operation perms */ member
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | shmbuf.h | 26 struct ipc64_perm shm_perm; /* operation perms */ member
|
/external/fio/os/windows/posix/include/sys/ |
D | shm.h | 26 struct ipc_perm shm_perm; /* operation permission structure */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | shm.h | 27 struct ipc_perm shm_perm; /* operation perms */ member
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 203 __sanitizer_ipc_perm shm_perm; member 254 __sanitizer_ipc_perm shm_perm; member
|
D | sanitizer_platform_limits_posix.cc | 1087 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_perm);
|
/external/valgrind/include/vki/ |
D | vki-arm64-linux.h | 646 struct vki_ipc64_perm shm_perm; /* operation perms */ member
|
D | vki-amd64-linux.h | 653 struct vki_ipc64_perm shm_perm; /* operation perms */ member
|
D | vki-tilegx-linux.h | 592 struct vki_ipc64_perm shm_perm; /* operation perms */ member
|
D | vki-s390x-linux.h | 920 struct vki_ipc64_perm shm_perm; /* operation perms */ member
|
D | vki-ppc64-linux.h | 766 struct vki_ipc64_perm shm_perm; /* operation perms */ member
|
D | vki-ppc32-linux.h | 901 struct vki_ipc64_perm shm_perm; /* operation perms */ member
|
D | vki-x86-linux.h | 766 struct vki_ipc64_perm shm_perm; /* operation perms */ member
|
D | vki-arm-linux.h | 748 struct vki_ipc64_perm shm_perm; /* operation perms */ member
|
D | vki-mips32-linux.h | 764 struct vki_ipc64_perm shm_perm; /* operation perms */ member
|
D | vki-mips64-linux.h | 788 struct vki_ipc64_perm shm_perm; /* operation perms */ member
|
D | vki-linux.h | 1547 struct vki_ipc_perm shm_perm; /* operation perms */ member
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 832 struct vki_ipc64_perm shm_perm; /* operation perms */
|