Searched refs:semop (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dsem.c125 return semop(semid, semops, 1);
128 r = semop(semid, semops, 1);
169 return semop(semid, semops, 1);
172 r = semop(semid, semops, 1);
/illumos-gate/usr/src/uts/common/sys/
H A Dsem.h84 time_t sem_otime; /* last semop time */
87 time_t sem_otime; /* last semop time */
97 * User semaphore template for semop system calls.
109 int semop(int, struct sembuf *, size_t);
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsemsys.c74 semop(int semid, struct sembuf *sops, int nsops) function
113 return (semop(semid, sops, nsops));
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsemsys.c35 #pragma weak _semop = semop
129 semop(int semid, struct sembuf *sops, size_t nsops) function
/illumos-gate/usr/src/lib/libima/common/
H A Dsunima-lib.c135 retVal = semop(semid, &sem_b, 1);
146 retVal = semop(semid, &sem_b, 1);
H A Dima-lib.c362 retVal = semop(semid, &sem_b, 1);
373 retVal = semop(semid, &sem_b, 1);
/illumos-gate/usr/src/man/man2/
H A DMakefile120 semop.2 \
372 semtimedop.2 := LINKSRC = semop.2
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c916 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
948 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
980 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
1028 if (semop(Sem_id[cur_buf], &Rstsem_buf, 1) < 0)
1032 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
1035 if (semop(Sem_id[cur_buf], &Rstsem_buf, 1) < 0)
1133 if (semop(Sem_id[buffer], &Rstsem_buf, 1) < 0)
1135 if (semop(Sem_id[buffer], &Sem_buf, 1) < 0)
/illumos-gate/usr/src/uts/common/syscall/
H A Dsem.c62 * semop call.
66 * "system-imposed maximum" number of operations a semop() call for
80 * ID lock). The former is used by semop, where a lookup is performed
170 #define SEM_MAXUCOPS 4096 /* max # of unchecked ops per semop call */
753 * Helper function for semop - copies in the provided timespec and
802 * Helper function for semop - creates an undo structure and adds it to
860 * semop - Semop system call.
863 semop(int semid, struct sembuf *sops, size_t nsops, timespec_t *timeout) function
1188 * semsys - System entry point for semctl, semget, and semop system calls.
1203 error = semop((in
[all...]
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1408 int semop(int semid, struct sembuf *sops, size_t nsops);

Completed in 84 milliseconds