Searched refs:SEM (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c301 #define SEM "/thesem" macro
307 sem = sem_open(SEM, O_CREAT, 0444, 0);
310 if (sem_unlink(SEM) == -1)
/freebsd-11-stable/sys/dev/ncr/
H A Dncrreg.h134 #define SEM 0x10 /* r/w: message between host + ncr */ macro
/freebsd-11-stable/sys/dev/sym/
H A Dsym_fw1.h239 * (Indicate this by setting SEM in ISTAT)
251 SCR_INT ^ IFTRUE (MASK (SEM, SEM)),
H A Dsym_fw2.h230 * (Indicate this by setting SEM in ISTAT)
241 SCR_INT ^ IFTRUE (MASK (SEM, SEM)),
H A Dsym_defs.h350 #define SEM 0x10 /* r/w: message between host + script */ macro
H A Dsym_hipd.c1702 u_char istat_sem; /* Tells the chip to stop (SEM) */
4878 * As long as we have tasks to abort, we keep the SEM
5010 * Remove the SEM flag from the ISTAT.
7377 np->istat_sem = SEM;
7378 OUTB (nc_istat, SIGP|SEM);
7404 np->istat_sem = SEM;
7405 OUTB (nc_istat, SIGP|SEM);

Completed in 157 milliseconds