Home
last modified time | relevance | path

Searched refs:IPC_SET (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
D12-1-buildonly.c42 #ifndef IPC_SET
43 #error IPC_SET not defined
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl02.c27 TEST(msgctl(msg_id, IPC_SET, &buf)); in verify_msgctl()
48 SAFE_MSGCTL(msg_id, IPC_SET, &orig_buf); in verify_msgctl()
Dmsgctl04.c48 {&msg_id2, IPC_SET, (struct msqid_ds *)-1, EFAULT},
54 {&bad_q, IPC_SET, &q_buf, EINVAL},
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl04.c27 static int tcases[] = { IPC_SET, IPC_RMID };
36 if (tcases[i] == IPC_SET) { in do_child()
Dsemctl03.c49 {&sem_id, IPC_SET, &bad_ptr, EFAULT, "invalid union arg"}
/third_party/musl/porting/liteos_a/user/src/ipc/
Dsemctl.c25 case SETVAL: case GETALL: case SETALL: case IPC_SET: in semctl()
36 if (cmd == IPC_SET) { in semctl()
Dmsgctl.c17 if (cmd == IPC_SET) { in msgctl()
/third_party/musl/src/ipc/
Dsemctl.c22 case SETVAL: case GETALL: case SETALL: case IPC_SET: in semctl()
33 if (cmd == IPC_SET) { in semctl()
Dshmctl.c14 if (cmd == IPC_SET) { in shmctl()
Dmsgctl.c14 if (cmd == IPC_SET) { in msgctl()
/third_party/ltp/lib/
Dtst_safe_sysv_ipc.c22 case IPC_SET: in msg_ret_check()
37 case IPC_SET: in shm_ret_check()
54 case IPC_SET: in sem_ret_check()
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl02.c64 {&shm_id2, IPC_SET, (struct shmid_ds *)-1, EFAULT},
72 {&shm_id3, IPC_SET, &buf, EPERM},
Dshmctl08.c27 TEST(shmctl(shm_id, IPC_SET, ds)); in test_ipc_set()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dipc.h26 #define IPC_SET 1 macro
/third_party/musl/ndk_musl_include/sys/
Dipc.h32 #define IPC_SET 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dipc.h32 #define IPC_SET 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dipc.h32 #define IPC_SET 1 macro
/third_party/musl/include/sys/
Dipc.h32 #define IPC_SET 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dipc.h32 #define IPC_SET 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dipc.h32 #define IPC_SET 1 macro
/third_party/musl/libc-test/src/api/
Dsys_ipc.c24 C(IPC_SET) in f()
Dsys_shm.c47 C(IPC_SET) in f()
Dsys_sem.c52 C(IPC_SET) in f()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
Dhugeshmctl02.c44 {&shm_id_2, IPC_SET, (struct shmid_ds *)-1, EFAULT},
Dhugeshmctl03.c56 {&shm_id_1, IPC_SET, &buf, EPERM},

12