Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsem.h61 struct sembuf { struct
153 int semop(int, struct sembuf *, size_t);
H A Dsyscallsubr.h61 struct sembuf;
372 int kern_semop(struct thread *td, int usemid, struct sembuf *usops,
H A Dsysproto.h586 char sops_l_[PADL_(struct sembuf *)]; struct sembuf * sops; char sops_r_[PADR_(struct sembuf *)];
/freebsd/contrib/sendmail/libsm/
H A Dsem.c119 struct sembuf semops[1];
158 struct sembuf semops[1];
/freebsd/sys/compat/linux/
H A Dlinux_ipc.h88 struct sembuf *tsops;
/freebsd/tools/test/stress2/misc/
H A Dsem.sh70 struct sembuf sop[2];
/freebsd/tools/test/stress2/testcases/shm/
H A Dshm.c50 static struct sembuf sop[2];
/freebsd/tools/regression/sysvsem/
H A Dsemtest.c319 struct sembuf s; in waiter()
/freebsd/sys/kern/
H A Dsysv_sem.c1091 struct sembuf *sops;
1103 kern_semop(struct thread *td, int usemid, struct sembuf *usops, in kern_semop()
1107 struct sembuf small_sops[SMALL_SOPS]; in kern_semop()
1110 struct sembuf *sops; in kern_semop()
1112 struct sembuf *sopptr = NULL; in kern_semop()
/freebsd/lib/libsys/
H A D_libsys.h48 struct sembuf;
191 typedef int (__sys_semop_t)(int, struct sembuf *, size_t);
592 int __sys_semop(int semid, struct sembuf * sops, size_t nsops);
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_sysv.c560 struct sembuf s; in waiter()
/freebsd/tests/sys/audit/
H A Dinter-process.c803 struct sembuf sop[1] = {{0, 1, 0}}; in ATF_TC_BODY()
809 ATF_REQUIRE_EQ(0, semop(semid, sop, sizeof(sop)/sizeof(struct sembuf))); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp560 unsigned struct_sembuf_sz = sizeof(struct sembuf);