/illumos-gate/usr/src/uts/common/sys/ |
H A D | sem.h | 99 struct sembuf { struct 109 int semop(int, struct sembuf *, size_t); argument 111 int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
|
/illumos-gate/usr/src/lib/libima/common/ |
H A D | sunima-lib.c | 131 struct sembuf sem_b; in os_obtainmutex() 142 struct sembuf sem_b; in os_releasemutex()
|
H A D | ima-lib.c | 360 struct sembuf sem_b; in os_obtainmutex() 371 struct sembuf sem_b; in os_releasemutex()
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | semsys.c | 127 semop(int semid, struct sembuf *sops, size_t nsops) in semop() 139 semtimedop(int semid, struct sembuf *sops, size_t nsops, in semtimedop()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/aso/ |
H A D | aso-sem.c | 62 struct sembuf sem; 175 struct sembuf sem;
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | sem.c | 118 struct sembuf semops[1]; 157 struct sembuf semops[1];
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sem.c | 288 sem_rollback(ksemid_t *sp, struct sembuf *op, int n, struct sem_undo *undo) in sem_rollback() 863 semop(int semid, struct sembuf *sops, size_t nsops, timespec_t *timeout) in semop() 867 struct sembuf *op; /* ptr to operation */ in semop() 871 struct sembuf *uops; /* ptr to copy of user ops */ in semop() 872 struct sembuf x_sem; /* avoid kmem_alloc's */ in semop() 1203 error = semop((int)a1, (struct sembuf *)a2, (size_t)a3, 0); in semsys() 1209 error = semop((int)a1, (struct sembuf *)a2, (size_t)a3, in semsys()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | asometh | 31 struct sembuf sem;
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 2359 struct sembuf sembuf; in show_semop() local 2368 for (; nsops > 0 && !interrupt; --nsops, offset += sizeof (sembuf)) { in show_semop() 2369 if (Pread(Proc, &sembuf, sizeof (sembuf), offset) != in show_semop() 2370 sizeof (sembuf)) in show_semop() 2375 sembuf.sem_num, in show_semop() 2376 sembuf.sem_op); in show_semop() 2378 if (sembuf.sem_flg == 0) in show_semop() 2380 else if ((str = semflags(pri, sembuf.sem_flg)) != NULL) in show_semop() 2383 (void) printf("0%.6o\n", sembuf.sem_flg); in show_semop()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.v1 | 563 …)->tv_sec, (struct timespec)->tv_nsec, (struct sembuf)->sem_num, (struct sembuf)->sem_flg, (struct…
|
H A D | kernel.implicit_dependencies.no_structs | 128 …)->tv_sec, (struct timespec)->tv_nsec, (struct sembuf)->sem_num, (struct sembuf)->sem_flg, (struct… 454 SYSC_semtimedop write_list: [(struct sembuf)->sem_num, (struct sembuf)->sem_op, (struct sembuf)->se…
|
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 87 struct sembuf Sem_buf, /* semaphore operation buffer */
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies_verbose | 18001 ('sembuf', 'sem_flg'), 18002 ('sembuf', 'sem_num'), 18003 ('sembuf', 'sem_op'),
|