Searched refs:sembuf (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/sys/ |
H A D | sem.h | 61 struct sembuf { struct 153 int semop(int, struct sembuf *, size_t);
|
H A D | syscallsubr.h | 61 struct sembuf; 372 int kern_semop(struct thread *td, int usemid, struct sembuf *usops,
|
H A D | sysproto.h | 586 char sops_l_[PADL_(struct sembuf *)]; struct sembuf * sops; char sops_r_[PADR_(struct sembuf *)];
|
/freebsd/contrib/sendmail/libsm/ |
H A D | sem.c | 119 struct sembuf semops[1]; 158 struct sembuf semops[1];
|
/freebsd/sys/compat/linux/ |
H A D | linux_ipc.h | 88 struct sembuf *tsops;
|
/freebsd/tools/test/stress2/misc/ |
H A D | sem.sh | 70 struct sembuf sop[2];
|
/freebsd/tools/test/stress2/testcases/shm/ |
H A D | shm.c | 50 static struct sembuf sop[2];
|
/freebsd/tools/regression/sysvsem/ |
H A D | semtest.c | 319 struct sembuf s; in waiter()
|
/freebsd/sys/kern/ |
H A D | sysv_sem.c | 1091 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.h | 48 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 D | t_sysv.c | 560 struct sembuf s; in waiter()
|
/freebsd/tests/sys/audit/ |
H A D | inter-process.c | 803 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 D | sanitizer_platform_limits_netbsd.cpp | 560 unsigned struct_sembuf_sz = sizeof(struct sembuf);
|