sembuf            453 plugin/svipc/sysvipc.cpp void SysVSem::on_semop(int semid, struct sembuf *sops, unsigned nsops)
sembuf            721 plugin/svipc/sysvipc.cpp void Semaphore::on_semop(struct sembuf *sops, unsigned nsops)
sembuf            753 plugin/svipc/sysvipc.cpp   struct sembuf sops;
sembuf            805 plugin/svipc/sysvipc.cpp   struct sembuf sops;
sembuf            102 plugin/svipc/sysvipc.h       virtual void on_semop(int semid, struct sembuf *sops, unsigned nsops) {}
sembuf            142 plugin/svipc/sysvipc.h       virtual void on_semop(int semid, struct sembuf *sops, unsigned nsops);
sembuf            247 plugin/svipc/sysvipc.h       void on_semop(struct sembuf *sops, unsigned nsops);
sembuf            156 plugin/svipc/sysvipcwrappers.cpp int semop(int semid, struct sembuf *sops, size_t nsops)
sembuf            162 plugin/svipc/sysvipcwrappers.cpp int semtimedop(int semid, struct sembuf *sops, size_t nsops,
sembuf            991 syscallsreal.c int _real_semop(int semid, struct sembuf *sops, size_t nsops) {
sembuf            996 syscallsreal.c int _real_semtimedop(int semid, struct sembuf *sops, size_t nsops,
sembuf            454 syscallwrappers.h   int _real_semop(int semid, struct sembuf *sops, size_t nsops);
sembuf            455 syscallwrappers.h   int _real_semtimedop(int semid, struct sembuf *sops, size_t nsops,