Searched refs:sembuf (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dsem.h62 struct sembuf { struct
152 int semop(int, struct sembuf *, size_t);
H A Dsysproto.h621 char sops_l_[PADL_(struct sembuf *)]; struct sembuf * sops; char sops_r_[PADR_(struct sembuf *)];
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dsem.c118 struct sembuf semops[1];
157 struct sembuf semops[1];
/freebsd-11-stable/contrib/gcc/
H A Dsys-types.h41 struct sembuf;
H A Dsys-protos.h924 extern int semop(int, struct sembuf *, unsigned int);
/freebsd-11-stable/tools/regression/sysvsem/
H A Dsemtest.c320 struct sembuf s;
/freebsd-11-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c293 static struct sembuf proc_mutex_op_on;
294 static struct sembuf proc_mutex_op_try;
295 static struct sembuf proc_mutex_op_off;
/freebsd-11-stable/sys/kern/
H A Dsysv_sem.c1074 struct sembuf *sops;
1082 struct sembuf small_sops[SMALL_SOPS];
1086 struct sembuf *sops;
1088 struct sembuf *sopptr = NULL;
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ipc.c372 struct sembuf *sops;
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ipc.c293 ap.sops = (struct sembuf *) uap->sops;
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_sysv.c628 struct sembuf s;
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1747 WRAPPER2(int, semop, int semid, struct sembuf *sops, unsigned nsops)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp276 unsigned struct_sembuf_sz = sizeof(struct sembuf);

Completed in 250 milliseconds