Searched refs:sembuf (Results 1 – 10 of 10) sorted by relevance
59 struct sembuf { struct148 int semop(int, struct sembuf *, size_t);
660 char sops_l_[PADL_(struct sembuf *)]; struct sembuf * sops; char sops_r_[PADR_(struct sembuf *)];
118 struct sembuf semops[1];157 struct sembuf semops[1];
41 struct sembuf;
924 extern int semop(int, struct sembuf *, unsigned int);
311 struct sembuf s; in waiter()
978 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()
372 struct sembuf *sops;
293 ap.sops = (struct sembuf *) uap->sops;
1747 WRAPPER2(int, semop, int semid, struct sembuf *sops, unsigned nsops) in WRAPPER2()