/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl05.c | 35 {5, SETVAL, {.val = -1}, "the value to set is less than zero"}, 37 {5, SETVAL, {.val = BIGV}, "the value to set is too large"}
|
D | semctl07.c | 82 if ((status = semctl(semid, 0, SETVAL, arg)) < 0) in verify_semctl()
|
D | semctl01.c | 256 {&sem_id, 4, SETVAL, func_sval, SEMUN_CAST INCVAL, NULL},
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | sem_comm.c | 69 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/ |
D | sendmsg02.c | 134 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/ |
D | sem.h | 25 #define SETVAL 16 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | sem.h | 25 #define SETVAL 16 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | sem.h | 25 #define SETVAL 16 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | sem.h | 25 #define SETVAL 16 macro
|
/third_party/musl/include/sys/ |
D | sem.h | 25 #define SETVAL 16 macro
|
/third_party/musl/src/ipc/ |
D | semctl.c | 22 case SETVAL: case GETALL: case SETALL: case IPC_SET: in semctl()
|
/third_party/musl/porting/liteos_a/user/src/ipc/ |
D | semctl.c | 25 case SETVAL: case GETALL: case SETALL: case IPC_SET: in semctl()
|
/third_party/musl/libc-test/src/api/ |
D | sys_sem.c | 16 C(SETVAL) in f()
|
/third_party/ltp/testcases/kernel/ipc/semaphore/ |
D | sem02.c | 89 semctl(sem_id, 0, SETVAL, semunion); in main()
|
D | sem01.c | 133 if (semctl(semid, 0, SETVAL, semunion) == -1) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop01.c | 61 if (semctl(sem_id, i, SETVAL, arr) == -1) in run()
|
D | semop03.c | 96 if (semctl(sem_id, tc[i].num, SETVAL, tc[i].semunptr) == -1) in run()
|
D | semop02.c | 128 if (semctl(valid_sem_id, tc[i].ctl_sem_num, SETVAL, arr) == -1) in run()
|
/third_party/ltp/testcases/kernel/ipc/pipeio/ |
D | pipeio.c | 463 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/ |
D | thugetlb.c | 233 semaphore = semctl(semid, 0, SETVAL, 1); in main()
|
D | tinjpage.c | 665 semaphore = semctl(sem_id, 0, SETVAL, 1); in do_shared()
|
/third_party/ltp/lib/ |
D | tst_safe_sysv_ipc.c | 57 case SETVAL: in sem_ret_check()
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/ |
D | page-poisoning.c | 653 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/ |
D | opcode.def | 102 OPCODE(SETVAL, BADOP, BADOP, BADOP, BADOP, 0, OPF_TARGET)
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 710 * fix: remove dead OP_{SETVAL,SETFVAL,SLICE}
|