Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dsem.h59 struct sembuf { struct
148 int semop(int, struct sembuf *, size_t);
Dsysproto.h660 char sops_l_[PADL_(struct sembuf *)]; struct sembuf * sops; char sops_r_[PADR_(struct sembuf *)];
/freebsd-9-stable/contrib/sendmail/libsm/
Dsem.c118 struct sembuf semops[1];
157 struct sembuf semops[1];
/freebsd-9-stable/contrib/gcc/
Dsys-types.h41 struct sembuf;
Dsys-protos.h924 extern int semop(int, struct sembuf *, unsigned int);
/freebsd-9-stable/tools/regression/sysvsem/
Dsemtest.c311 struct sembuf s; in waiter()
/freebsd-9-stable/sys/kern/
Dsysv_sem.c978 struct sembuf *sops;
986 struct sembuf small_sops[SMALL_SOPS]; in sys_semop()
989 struct sembuf *sops; in sys_semop()
991 struct sembuf *sopptr = 0; in sys_semop()
/freebsd-9-stable/sys/i386/ibcs2/
Dibcs2_ipc.c372 struct sembuf *sops;
/freebsd-9-stable/sys/compat/svr4/
Dsvr4_ipc.c293 ap.sops = (struct sembuf *) uap->sops;
/freebsd-9-stable/contrib/gcclibs/libmudflap/
Dmf-hooks2.c1747 WRAPPER2(int, semop, int semid, struct sembuf *sops, unsigned nsops) in WRAPPER2()