Home
last modified time | relevance | path

Searched defs:sops (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/lib/libc/gen/
H A Dsysvipc_semop.c10 int semop(int semid, struct sembuf *sops, unsigned nsops) in semop()
/dflybsd-src/lib/libc/sysvipc/
H A Dsem.c590 sysvipc_semop(int semid, struct sembuf *sops, unsigned nsops)
/dflybsd-src/sys/kern/
H A Dsysv_sem.c734 struct sembuf sops[MAX_SOPS]; in sys_semop() local
/dflybsd-src/sys/sys/
H A Dsysproto.h599 struct sembuf * sops; char sops_[PAD_(struct sembuf *)]; member