Home
last modified time | relevance | path

Searched refs:SETALL (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Dsemctl_flags.h76 #if defined(SETALL) || (defined(HAVE_DECL_SETALL) && HAVE_DECL_SETALL)
78 static_assert((SETALL) == (17), "SETALL != 17");
81 # define SETALL 17
126 XLAT(SETALL),
Dsemctl_flags.in12 SETALL 17
/external/syzkaller/sys/netbsd/
Dipc_amd64.const16 SETALL = 9
Dipc.txt39 semctl$SETALL(semid ipc_sem, semnum const[0], cmd const[SETALL], arg ptr[in, array[int16]])
/external/syzkaller/sys/freebsd/
Dipc_amd64.const19 SETALL = 9
Dipc.txt43 semctl$SETALL(semid ipc_sem, semnum const[0], cmd const[SETALL], arg ptr[in, array[int16]])
/external/syzkaller/sys/linux/
Dipc_arm.const22 SETALL = 17
Dipc_arm64.const22 SETALL = 17
Dipc_amd64.const22 SETALL = 17
Dipc_ppc64le.const22 SETALL = 17
Dipc_386.const22 SETALL = 17
Dipc.txt43 semctl$SETALL(semid ipc_sem, semnum const[0], cmd const[SETALL], arg ptr[in, array[int16]])
/external/kernel-headers/original/uapi/linux/
Dsem.h17 #define SETALL 17 /* set all semval's */ macro
/external/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl05.c89 0, SETALL, SEMUN_CAST big_arr},
Dsemctl01.c116 {&sem_id_1, 0, SETALL, func_sall, SEMUN_CAST array, sall_setup},