Home
last modified time | relevance | path

Searched refs:GETZCNT (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dsemctl_flags.h62 #if defined(GETZCNT) || (defined(HAVE_DECL_GETZCNT) && HAVE_DECL_GETZCNT)
64 static_assert((GETZCNT) == (15), "GETZCNT != 15");
67 # define GETZCNT 15
124 XLAT(GETZCNT),
Dsemctl_flags.in10 GETZCNT 15
/external/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl01.c115 {&sem_id_1, SEM4, GETZCNT, func_cnt, SEMUN_CAST & buf, cnt_setup},
171 case GETZCNT: in main()
195 case GETZCNT: in main()
213 case GETZCNT: in main()
Dsemctl07.c140 if ((status = semctl(semid, 0, GETZCNT, arg)) == -1) { in main()
/external/syzkaller/sys/netbsd/
Dipc_amd64.const6 GETZCNT = 7
Dipc.txt38 semctl$GETZCNT(semid ipc_sem, semnum flags[sem_sem_id], cmd const[GETZCNT], arg buffer[out])
/external/syzkaller/sys/freebsd/
Dipc_amd64.const6 GETZCNT = 7
Dipc.txt42 semctl$GETZCNT(semid ipc_sem, semnum flags[sem_sem_id], cmd const[GETZCNT], arg buffer[out])
/external/syzkaller/sys/linux/
Dipc_arm.const6 GETZCNT = 15
Dipc_arm64.const6 GETZCNT = 15
Dipc_amd64.const6 GETZCNT = 15
Dipc_ppc64le.const6 GETZCNT = 15
Dipc_386.const6 GETZCNT = 15
Dipc.txt42 semctl$GETZCNT(semid ipc_sem, semnum flags[sem_sem_id], cmd const[GETZCNT], arg buffer[out])
/external/kernel-headers/original/uapi/linux/
Dsem.h15 #define GETZCNT 15 /* get semzcnt */ macro
/external/toybox/toys/pending/
Dipcs.c109 zc = semctl(TT.id, i, GETZCNT, n); in show_sem_id()