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

1 2

  /external/strace/xlat/
msgctl_flags.in 3 IPC_SET 1
shmctl_flags.in 3 IPC_SET 1
semctl_flags.in 3 IPC_SET 1
msgctl_flags.h 13 #if defined(IPC_SET) || (defined(HAVE_DECL_IPC_SET) && HAVE_DECL_IPC_SET)
15 static_assert((IPC_SET) == (1), "IPC_SET != 1");
18 # define IPC_SET 1
70 XLAT(IPC_SET),
shmctl_flags.h 13 #if defined(IPC_SET) || (defined(HAVE_DECL_IPC_SET) && HAVE_DECL_IPC_SET)
15 static_assert((IPC_SET) == (1), "IPC_SET != 1");
18 # define IPC_SET 1
84 XLAT(IPC_SET),
semctl_flags.h 13 #if defined(IPC_SET) || (defined(HAVE_DECL_IPC_SET) && HAVE_DECL_IPC_SET)
15 static_assert((IPC_SET) == (1), "IPC_SET != 1");
18 # define IPC_SET 1
117 XLAT(IPC_SET),
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
12-1-buildonly.c 16 * IPC_SET
42 #ifndef IPC_SET
43 #error IPC_SET not defined
  /external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl02.c 21 * Create a message queue, then issue the IPC_SET command to lower the
40 TEST(msgctl(msg_id, IPC_SET, &buf));
43 tst_res(TFAIL | TTERRNO, "msgctl(IPC_SET) failed");
47 tst_res(TPASS, "msgctl(IPC_SET) msg_qbytes - 1");
61 SAFE_MSGCTL(msg_id, IPC_SET, &orig_buf);
msgctl04.c 49 /* EFAULT - the structure address is invalid - IPC_SET */
50 {&msg_id2, IPC_SET, (struct msqid_ds *)-1, EFAULT},
55 /* EINVAL - the queue id is invalid - IPC_SET */
56 {&bad_q, IPC_SET, &q_buf, EINVAL},
  /bionic/tests/headers/posix/
sys_ipc_h.c 57 MACRO(IPC_SET);
  /bionic/libc/kernel/uapi/linux/
ipc.h 39 #define IPC_SET 1
  /external/kernel-headers/original/uapi/linux/
ipc.h 40 #define IPC_SET 1 /* set ipc_perm options */
  /external/ltp/testcases/kernel/syscalls/ipc/semctl/
semctl04.c 73 int TC[] = { IPC_SET, IPC_RMID };
132 if (TC[i] == IPC_SET) {
semctl03.c 93 &sem_id_1, IPC_SET, SEMUN_CAST - 1, EFAULT}
  /external/strace/tests/
ipc_msg.c 45 * provided in third argument of msgctl call (in case of IPC_SET cmd)
76 # define str_ipc_set "0x1 /\\* IPC_SET \\*/"
87 # define str_ipc_set "IPC_SET"
140 rc = msgctl(bogus_msgid, IPC_SET, bogus_addr);
161 if (msgctl(id, IPC_SET, &ds))
162 perror_msg_and_skip("msgctl IPC_SET");
  /external/strace/tests-m32/
ipc_msg.c 45 * provided in third argument of msgctl call (in case of IPC_SET cmd)
76 # define str_ipc_set "0x1 /\\* IPC_SET \\*/"
87 # define str_ipc_set "IPC_SET"
140 rc = msgctl(bogus_msgid, IPC_SET, bogus_addr);
161 if (msgctl(id, IPC_SET, &ds))
162 perror_msg_and_skip("msgctl IPC_SET");
  /external/strace/tests-mx32/
ipc_msg.c 45 * provided in third argument of msgctl call (in case of IPC_SET cmd)
76 # define str_ipc_set "0x1 /\\* IPC_SET \\*/"
87 # define str_ipc_set "IPC_SET"
140 rc = msgctl(bogus_msgid, IPC_SET, bogus_addr);
161 if (msgctl(id, IPC_SET, &ds))
162 perror_msg_and_skip("msgctl IPC_SET");
  /external/strace/
ipc_msgctl.c 62 case IPC_SET:
ipc_shmctl.c 62 case IPC_SET:
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
hugeshmctl02.c 59 /* EFAULT - IPC_SET & buf isn't valid */
60 {&shm_id_2, IPC_SET, (struct shmid_ds *)-1, EFAULT},
hugeshmctl03.c 71 /* EPERM - IPC_SET - child doesn't have permission to change segment */
72 {&shm_id_1, IPC_SET, &buf, EPERM},
hugeshmctl01.c 18 * hugeshmctl01 - test the IPC_STAT, IPC_SET and IPC_RMID commands as
81 {IPC_SET, func_set, set_setup},
257 * set_setup() - set up for the IPC_SET command with shmctl()
269 * func_set() - check the functionality of the IPC_SET command with shmctl()
  /external/ltp/testcases/kernel/syscalls/ipc/shmctl/
shmctl02.c 80 /* EFAULT - IPC_SET & buf isn't valid */
82 &shm_id_2, IPC_SET, (struct shmid_ds *)-1, EFAULT},
shmctl03.c 82 /* EPERM - IPC_SET - child doesn't have permission to change segment */
84 &shm_id_1, IPC_SET, &buf, EPERM},
  /external/ltp/lib/
tst_safe_sysv_ipc.c 27 * The IPC_STAT, IPC_SET and IPC_RMID can return either 0 or -1.
36 case IPC_SET:

Completed in 543 milliseconds

1 2