/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | xsem.c | 49 sem->semaphore = value; in xsem_init() 59 sem->semaphore = 0; in xsem_destroy() 67 if (sem->semaphore < 0) { in xsem_wait() 68 sem->semaphore = 0; in xsem_wait() 73 if (sem->semaphore > 0) { in xsem_wait() 74 sem->semaphore--; in xsem_wait() 76 while (sem->semaphore == 0) in xsem_wait() 79 if (sem->semaphore != 0) { in xsem_wait() 80 sem->semaphore--; in xsem_wait() 97 if (sem->semaphore < 0) { in xsem_trywait() [all …]
|
H A D | xsem.h | 57 int semaphore; member
|
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | events.c | 53 static sema_t semaphore; variable 102 (void) sema_wait(&semaphore); in dm_get_event() 148 (void) sema_post(&semaphore); in dm_init_event_queue() 164 *errp = sema_init(&semaphore, 0, USYNC_THREAD, NULL); in dm_init_event_queue() 307 (void) sema_post(&semaphore); in add_event_to_queue()
|
/titanic_41/usr/src/man/man3head/ |
H A D | Makefile | 69 semaphore.h.3head \ 158 semaphore.3head \ 247 semaphore.3head := LINKSRC = semaphore.h.3head
|
/titanic_41/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 42 sema_t semaphore; member 2530 &generic_so.semaphore, sizeof (generic_so.semaphore)) in sync_get_info_common() 2535 (generic_so.semaphore.type & USYNC_PROCESS); in sync_get_info_common() 2536 si_p->si_state.sem_count = generic_so.semaphore.count; in sync_get_info_common() 2537 si_p->si_size = sizeof (generic_so.semaphore); in sync_get_info_common() 2539 ((lwp_sema_t *)&generic_so.semaphore)->flags[7]; in sync_get_info_common() 2541 si_p->si_data = (psaddr_t)generic_so.semaphore.count; in sync_get_info_common() 2920 &generic_so.semaphore, sizeof (generic_so.semaphore)) in __td_sync_setstate() 2925 generic_so.semaphore.count = value; in __td_sync_setstate() 2926 if (ps_pdwrite(ph_p, sh_p->sh_unique, &generic_so.semaphore, in __td_sync_setstate() [all …]
|
/titanic_41/usr/src/lib/librt/common/ |
H A D | llib-lrt | 35 #include <semaphore.h>
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 1484 comment=1, semaphore ID, "sem ID" 1490 comment=1, semaphore ID, "sem ID" 1497 comment=1, semaphore ID, "sem ID" 1504 comment=1, semaphore ID, "sem ID" 1511 comment=1, semaphore ID, "sem ID" 1518 comment=1, semaphore ID, "sem ID" 1525 comment=1, semaphore ID, "sem ID" 1532 comment=1, semaphore ID, "sem ID" 1539 comment=1, semaphore ID, "sem ID" 1546 comment=1, semaphore ID, "sem ID" [all …]
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | libslp.po | 67 msgid "couldn't initialize semaphore"
|
/titanic_41/usr/src/man/man9f/ |
H A D | Makefile | 462 semaphore.9f \ 1941 sema_destroy.9f := LINKSRC = semaphore.9f 1942 sema_init.9f := LINKSRC = semaphore.9f 1943 sema_p.9f := LINKSRC = semaphore.9f 1944 sema_p_sig.9f := LINKSRC = semaphore.9f 1945 sema_tryp.9f := LINKSRC = semaphore.9f 1946 sema_v.9f := LINKSRC = semaphore.9f
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_isr.c | 210 WRT16_IO_REG(ha, semaphore, 0); in ql_isr_aif() 273 mbx = RD16_IO_REG(ha, semaphore); in ql_isr_aif() 276 WRT16_IO_REG(ha, semaphore, 0); in ql_isr_aif() 374 WRT16_IO_REG(ha, semaphore, 0); in ql_isr_aif() 382 WRT16_IO_REG(ha, semaphore, 0); in ql_isr_aif() 391 WRT16_IO_REG(ha, semaphore, 0); in ql_isr_aif()
|
H A D | ql_api.c | 2295 WRT16_IO_REG(ha, semaphore, 0); in ql_quiesce() 13174 WRT16_IO_REG(ha, semaphore, 0); in ql_2200_binary_fw_dump() 13267 WRT16_IO_REG(ha, semaphore, 0); in ql_2200_binary_fw_dump() 13317 if (RD16_IO_REG(ha, semaphore) & in ql_2200_binary_fw_dump() 13327 semaphore, 0); in ql_2200_binary_fw_dump() 13381 WRT16_IO_REG(ha, semaphore, 0); in ql_2300_binary_fw_dump() 13480 WRT16_IO_REG(ha, semaphore, 0); in ql_2300_binary_fw_dump() 15118 WRT16_IO_REG(ha, semaphore, 0); in ql_read_risc_ram()
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 396 semaphore.3c \ 2116 sema_destroy.3c := LINKSRC = semaphore.3c 2117 sema_init.3c := LINKSRC = semaphore.3c 2118 sema_post.3c := LINKSRC = semaphore.3c 2119 sema_trywait.3c := LINKSRC = semaphore.3c 2120 sema_wait.3c := LINKSRC = semaphore.3c
|
/titanic_41/usr/src/head/ |
H A D | Makefile | 164 semaphore.h \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 458 file path=usr/share/man/man9f/semaphore.9f 1222 link path=usr/share/man/man9f/sema_destroy.9f target=semaphore.9f 1223 link path=usr/share/man/man9f/sema_init.9f target=semaphore.9f 1224 link path=usr/share/man/man9f/sema_p.9f target=semaphore.9f 1225 link path=usr/share/man/man9f/sema_p_sig.9f target=semaphore.9f 1226 link path=usr/share/man/man9f/sema_tryp.9f target=semaphore.9f 1227 link path=usr/share/man/man9f/sema_v.9f target=semaphore.9f
|
H A D | system-library.man3c.inc | 391 file path=usr/share/man/man3c/semaphore.3c 1167 link path=usr/share/man/man3c/sema_destroy.3c target=semaphore.3c 1168 link path=usr/share/man/man3c/sema_init.3c target=semaphore.3c 1169 link path=usr/share/man/man3c/sema_post.3c target=semaphore.3c 1170 link path=usr/share/man/man3c/sema_trywait.3c target=semaphore.3c 1171 link path=usr/share/man/man3c/sema_wait.3c target=semaphore.3c
|
H A D | system-header.mf | 757 file path=usr/include/semaphore.h 1415 file path=usr/include/sys/semaphore.h 1897 file path=usr/share/man/man3head/semaphore.h.3head 2078 link path=usr/share/man/man3head/semaphore.3head target=semaphore.h.3head
|
/titanic_41/usr/src/uts/sun4u/starcat/ml/ |
H A D | drmach_asm.s | 583 ! as a semaphore. This avoids unwanted bus traffic during the critical
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | Makefile | 495 semaphore.h \
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge_hw.h | 1194 volatile uint32_t semaphore; /* 0x64 */ member
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 2928 always expires immediately if the semaphore is not available. The 6369 semaphore/mutex 6387 an alternate implementation of the semaphore timeout to allow aslts to 6686 Added semaphore support to the Linux/Unix application OS-services layer 8273 obtained before it is actually obtained. The global lock semaphore was 8326 specified, instead of creating a serialization semaphore per control 8330 Interpreter single-threaded. The overhead of a semaphore per-method is 8574 separate thread to signal the global lock semaphore. Instead, the 8575 semaphore 8650 Fixed a problem with Serialized control methods where the semaphore [all …]
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 466 uint16_t semaphore; /* Semaphore */ member
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | README | 359 6287250 e1000g may need to use new Intel-recommended semaphore mechanism
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | README | 359 6287250 e1000g may need to use new Intel-recommended semaphore mechanism
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.files | 308 semaphore.o \
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | llib-lc | 77 #include <semaphore.h>
|