Searched refs:nsops (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc-tools/pwmtachtool/src/ |
| H A D | EINTR_wrappers.h | 54 int sigwrap_semop(int semid, struct sembuf *sops, size_t nsops); 55 int sigwrap_semtimedop(int semid, struct sembuf *sops, size_t nsops, const struct timespec *timeou…
|
| H A D | EINTR_wrappers.c | 97 int sigwrap_semop(int semid, struct sembuf *sops, size_t nsops) in sigwrap_semop() argument 101 if (semop(semid, sops, nsops) == 0) in sigwrap_semop()
|
| /openbmc/openbmc-tools/adcapp/src/ |
| H A D | EINTR_wrappers.h | 54 int sigwrap_semop(int semid, struct sembuf *sops, size_t nsops); 55 int sigwrap_semtimedop(int semid, struct sembuf *sops, size_t nsops, const struct timespec *timeou…
|
| H A D | EINTR_wrappers.c | 97 int sigwrap_semop(int semid, struct sembuf *sops, size_t nsops) in sigwrap_semop() argument 101 if (semop(semid, sops, nsops) == 0) in sigwrap_semop() 110 int sigwrap_semtimedop(int semid, struct sembuf *sops, size_t nsops, const struct timespec *timeout) 115 return (sigwrap_semop(semid, sops, nsops)); 121 if (semtimedop(semid, sops, nsops, &To.Timeout) == 0)
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 774 unsigned, nsops, const struct timespec *, timeout) in safe_syscall3() 4079 unsigned nsops) in target_to_host_sembuf() 4085 nsops*sizeof(struct target_sembuf), 1); in target_to_host_sembuf() 4089 for(i=0; i<nsops; i++) { in target_to_host_sembuf() 4117 unsigned nsops, in do_semtimedop() 4137 if (nsops > TARGET_SEMOPM) { in do_semtimedop() 4141 sops = g_new(struct sembuf, nsops); in do_semtimedop() 4143 if (target_to_host_sembuf(sops, ptr, nsops)) { in do_semtimedop() 4150 ret = get_errno(safe_semtimedop(semid, sops, nsops, pts)); in do_semtimedop() 4155 SEMTIMEDOP_IPC_ARGS(nsops, sop in do_semtimedop() 4081 target_to_host_sembuf(struct sembuf * host_sembuf,abi_ulong target_addr,unsigned nsops) target_to_host_sembuf() argument 4119 do_semtimedop(int semid,abi_long ptr,unsigned nsops,abi_long timeout,bool time64) do_semtimedop() argument [all...] |