Searched refs:semun (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/lib/libc/sys/
H A Dsemctl.c41 union semun semun; local
42 union semun *semun_ptr = NULL;
47 semun = va_arg(ap, union semun);
48 semun_ptr = &semun;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
H A D971104-1.c7 union semun { union
14 static union semun semctl_arg;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010724-1.c4 /* IRIX 6, unlike other Unix systems, defines union semun in <sys/sem.h>.
14 union semun { union
25 union semun su;
/openbsd-current/sys/sys/
H A Dsem.h79 union semun { union
188 int __semctl(int, int, int, union semun *);
H A Dsyscallargs.h1028 syscallarg(union semun *) arg;
/openbsd-current/usr.bin/ipcrm/
H A Dipcrm.c95 union semun arg;
/openbsd-current/gnu/usr.bin/perl/
H A Ddoio.c3073 union semun semun; local
3075 semun.buff = &semds;
3077 semun.buf = &semds;
3080 if (Semctl(id, 0, IPC_STAT, semun) == -1)
3147 union semun unsemds;
H A Dperl.h7958 # ifndef HAS_UNION_SEMUN /* Provide the union semun. */
7959 union semun { union
7973 # define semun gccbug_semun macro
7975 # define Semctl(id, num, cmd, semun) semctl(id, num, cmd, semun)
7978 # define Semctl(id, num, cmd, semun) semctl(id, num, cmd, semun.buff)
7980 # define Semctl(id, num, cmd, semun) semctl(id, num, cmd, semun.buf)
H A Dsyscall_emulator.c1247 union semun * arg = (union semun *)va_arg(args, long);
H A Dconfig_h.SH2011 * This symbol, if defined, indicates that the union semun is
2014 * union semun {
2021 * This symbol, if defined, indicates that union semun is
H A DConfigure17915 : see whether sys/sem.h defines union semun
17921 int main () { union semun semun; semun.buf = 0; }
17925 echo "You have union semun in <sys/sem.h>." >&4
17928 echo "You do not have union semun in <sys/sem.h>." >&4
17963 : see whether semctl IPC_STAT can use union semun
17980 union semun
17999 printf("semun\n");
18017 semun) va
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dbuildperl.pl397 +union semun
/openbsd-current/sys/kern/
H A Dsysv_sem.c230 syscallarg(union semun *) arg;
236 union semun arg, *uarg = SCARG(uap, arg);
248 if ((error = copyin(uarg, &arg, sizeof(union semun))))
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1757 union semun { union
1764 WRAPPER2(int, semctl, int semid, int semnum, int cmd, union semun arg)
H A Dconfigure4955 union semun foo;
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbisect-runner.pl3937 - union semun unsemds;
3948 - int semctl (int semid, int semnun, int cmd, union semun arg)
3950 - union semun {
3956 - union semun semds;

Completed in 419 milliseconds