Home
last modified time | relevance | path

Searched refs:shm_perm (Results 1 – 19 of 19) sorted by relevance

/external/toybox/toys/pending/
Dipcs.c128 #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/
Dshmbuf.h14 struct ipc64_perm shm_perm; /* operation perms */ member
/external/kernel-headers/original/uapi/asm-generic/
Dshmbuf.h26 struct ipc64_perm shm_perm; /* operation perms */ member
/external/fio/os/windows/posix/include/sys/
Dshm.h26 struct ipc_perm shm_perm; /* operation permission structure */ member
/external/kernel-headers/original/uapi/linux/
Dshm.h27 struct ipc_perm shm_perm; /* operation perms */ member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h203 __sanitizer_ipc_perm shm_perm; member
254 __sanitizer_ipc_perm shm_perm; member
Dsanitizer_platform_limits_posix.cc1087 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_perm);
/external/valgrind/include/vki/
Dvki-arm64-linux.h646 struct vki_ipc64_perm shm_perm; /* operation perms */ member
Dvki-amd64-linux.h653 struct vki_ipc64_perm shm_perm; /* operation perms */ member
Dvki-tilegx-linux.h592 struct vki_ipc64_perm shm_perm; /* operation perms */ member
Dvki-s390x-linux.h920 struct vki_ipc64_perm shm_perm; /* operation perms */ member
Dvki-ppc64-linux.h766 struct vki_ipc64_perm shm_perm; /* operation perms */ member
Dvki-ppc32-linux.h901 struct vki_ipc64_perm shm_perm; /* operation perms */ member
Dvki-x86-linux.h766 struct vki_ipc64_perm shm_perm; /* operation perms */ member
Dvki-arm-linux.h748 struct vki_ipc64_perm shm_perm; /* operation perms */ member
Dvki-mips32-linux.h764 struct vki_ipc64_perm shm_perm; /* operation perms */ member
Dvki-mips64-linux.h788 struct vki_ipc64_perm shm_perm; /* operation perms */ member
Dvki-linux.h1547 struct vki_ipc_perm shm_perm; /* operation perms */ member
/external/valgrind/docs/internals/
Dporting-to-ARM.txt832 struct vki_ipc64_perm shm_perm; /* operation perms */