Searched refs:SETALL (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | semctl_flags.h | 76 #if defined(SETALL) || (defined(HAVE_DECL_SETALL) && HAVE_DECL_SETALL) 78 static_assert((SETALL) == (17), "SETALL != 17"); 81 # define SETALL 17 126 XLAT(SETALL),
|
D | semctl_flags.in | 12 SETALL 17
|
/external/syzkaller/sys/netbsd/ |
D | ipc_amd64.const | 16 SETALL = 9
|
D | ipc.txt | 39 semctl$SETALL(semid ipc_sem, semnum const[0], cmd const[SETALL], arg ptr[in, array[int16]])
|
/external/syzkaller/sys/freebsd/ |
D | ipc_amd64.const | 19 SETALL = 9
|
D | ipc.txt | 43 semctl$SETALL(semid ipc_sem, semnum const[0], cmd const[SETALL], arg ptr[in, array[int16]])
|
/external/syzkaller/sys/linux/ |
D | ipc_arm.const | 22 SETALL = 17
|
D | ipc_arm64.const | 22 SETALL = 17
|
D | ipc_amd64.const | 22 SETALL = 17
|
D | ipc_ppc64le.const | 22 SETALL = 17
|
D | ipc_386.const | 22 SETALL = 17
|
D | ipc.txt | 43 semctl$SETALL(semid ipc_sem, semnum const[0], cmd const[SETALL], arg ptr[in, array[int16]])
|
/external/kernel-headers/original/uapi/linux/ |
D | sem.h | 17 #define SETALL 17 /* set all semval's */ macro
|
/external/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl05.c | 89 0, SETALL, SEMUN_CAST big_arr},
|
D | semctl01.c | 116 {&sem_id_1, 0, SETALL, func_sall, SEMUN_CAST array, sall_setup},
|