Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl05.c35 {5, SETVAL, {.val = -1}, "the value to set is less than zero"},
37 {5, SETVAL, {.val = BIGV}, "the value to set is too large"}
Dsemctl07.c82 if ((status = semctl(semid, 0, SETVAL, arg)) < 0) in verify_semctl()
Dsemctl01.c256 {&sem_id, 4, SETVAL, func_sval, SEMUN_CAST INCVAL, NULL},
/third_party/ltp/testcases/kernel/containers/sysvipc/
Dsem_comm.c69 if (semctl(id, 0, SETVAL, su) == -1) { in chld1_sem()
113 if (semctl(id, 0, SETVAL, su) == -1) { in chld2_sem()
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg02.c134 if (semctl(sem_id, 0, SETVAL, u) == -1) in reproduce()
174 if (semctl(sem_id, 0, SETVAL, u) == -1) { in reproduce()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsem.h25 #define SETVAL 16 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsem.h25 #define SETVAL 16 macro
/third_party/musl/ndk_musl_include/sys/
Dsem.h25 #define SETVAL 16 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsem.h25 #define SETVAL 16 macro
/third_party/musl/include/sys/
Dsem.h25 #define SETVAL 16 macro
/third_party/musl/src/ipc/
Dsemctl.c22 case SETVAL: case GETALL: case SETALL: case IPC_SET: in semctl()
/third_party/musl/porting/liteos_a/user/src/ipc/
Dsemctl.c25 case SETVAL: case GETALL: case SETALL: case IPC_SET: in semctl()
/third_party/musl/libc-test/src/api/
Dsys_sem.c16 C(SETVAL) in f()
/third_party/ltp/testcases/kernel/ipc/semaphore/
Dsem02.c89 semctl(sem_id, 0, SETVAL, semunion); in main()
Dsem01.c133 if (semctl(semid, 0, SETVAL, semunion) == -1) { in main()
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop01.c61 if (semctl(sem_id, i, SETVAL, arr) == -1) in run()
Dsemop03.c96 if (semctl(sem_id, tc[i].num, SETVAL, tc[i].semunptr) == -1) in run()
Dsemop02.c128 if (semctl(valid_sem_id, tc[i].ctl_sem_num, SETVAL, arr) == -1) in run()
/third_party/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c463 if (semctl(sem_id, 0, SETVAL, u) == -1) { in setup()
468 if (semctl(sem_id, 1, SETVAL, u) == -1) { in setup()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dthugetlb.c233 semaphore = semctl(semid, 0, SETVAL, 1); in main()
Dtinjpage.c665 semaphore = semctl(sem_id, 0, SETVAL, 1); in do_shared()
/third_party/ltp/lib/
Dtst_safe_sysv_ipc.c57 case SETVAL: in sem_ret_check()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
Dpage-poisoning.c653 semctl(semid_ready, 0, SETVAL, sunion); in setup_ipc()
662 semctl(semid_ready, 1, SETVAL, sunion); in setup_ipc()
/third_party/ltp/tools/sparse/sparse-src/
Dopcode.def102 OPCODE(SETVAL, BADOP, BADOP, BADOP, BADOP, 0, OPF_TARGET)
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst710 * fix: remove dead OP_{SETVAL,SETFVAL,SLICE}