HomeSort by relevance Sort by last modified time
    Searched refs:ipc_perm (Results 1 - 25 of 26) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
12-2-buildonly.c 10 * Test that the stuct ipc_perm from sys/ipc.h is defined.
15 struct ipc_perm this_type_should_exist;
6-1-buildonly.c 12 * struct ipc_perm shm_perm
28 struct ipc_perm perm = { 0 };
  /bionic/tests/headers/posix/
sys_ipc_h.c 34 TYPE(struct ipc_perm);
35 STRUCT_MEMBER(struct ipc_perm, uid_t, uid);
36 STRUCT_MEMBER(struct ipc_perm, gid_t, gid);
37 STRUCT_MEMBER(struct ipc_perm, uid_t, cuid);
38 STRUCT_MEMBER(struct ipc_perm, gid_t, cgid);
40 STRUCT_MEMBER(struct ipc_perm, unsigned short, mode);
42 STRUCT_MEMBER(struct ipc_perm, mode_t, mode);
sys_msg_h.c 40 STRUCT_MEMBER(struct msqid_ds, struct ipc_perm, msg_perm);
sys_sem_h.c 45 STRUCT_MEMBER(struct semid_ds, struct ipc_perm, sem_perm);
sys_shm_h.c 41 STRUCT_MEMBER(struct shmid_ds, struct ipc_perm, shm_perm);
  /bionic/libc/include/sys/
ipc.h 41 #define ipc_perm ipc64_perm macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ipc.h 32 #define IPC_SET 1 /* Set `ipc_perm' options. */
33 #define IPC_STAT 2 /* Get `ipc_perm' options. */
43 struct ipc_perm struct
sem.h 41 struct ipc_perm sem_perm; /* operation permission struct */
msq.h 40 struct ipc_perm msg_perm; /* structure describing operation permission */
shm.h 52 struct ipc_perm shm_perm; /* operation permission struct */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ipc.h 32 #define IPC_SET 1 /* Set `ipc_perm' options. */
33 #define IPC_STAT 2 /* Get `ipc_perm' options. */
43 struct ipc_perm struct
sem.h 41 struct ipc_perm sem_perm; /* operation permission struct */
msq.h 40 struct ipc_perm msg_perm; /* structure describing operation permission */
shm.h 53 struct ipc_perm shm_perm; /* operation permission struct */
  /external/fio/os/windows/posix/include/sys/
shm.h 14 struct ipc_perm struct
26 struct ipc_perm shm_perm; /* operation permission structure */
  /external/kernel-headers/original/uapi/linux/
ipc.h 10 struct ipc_perm struct
40 #define IPC_SET 1 /* set ipc_perm options */
41 #define IPC_STAT 2 /* get ipc_perm options */
msg.h 18 struct ipc_perm msg_perm;
sem.h 25 struct ipc_perm sem_perm; /* permissions .. see ipc.h */
shm.h 29 struct ipc_perm shm_perm; /* operation perms */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipc.h 9 struct ipc_perm struct
39 #define IPC_SET 1 /* set ipc_perm options */
40 #define IPC_STAT 2 /* get ipc_perm options */
msg.h 16 struct ipc_perm msg_perm;
sem.h 24 struct ipc_perm sem_perm; /* permissions .. see ipc.h */
shm.h 22 struct ipc_perm shm_perm; /* operation perms */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 1130 CHECK_TYPE_SIZE(ipc_perm); variable
    [all...]

Completed in 299 milliseconds

1 2