HomeSort by: relevance | last modified time | path
    Searched defs:outsw (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/ia64/include/
cpufunc.h 180 outsw(unsigned int port, const void *addr, size_t count) function in typeref:typename:void
  /src/sys/arch/arm/arm/
blockio.S 215 ENTRY(outsw) function
226 /* Non aligned outsw */
239 /* Word aligned outsw */
266 END(outsw)
347 bne _C_LABEL(outsw)
349 /* Word aligned outsw */
513 bne _C_LABEL(outsw)
515 /* Word aligned outsw */
  /src/games/adventure/
io.c 173 static int outsw = 0; /* putting stuff to data file? */ variable in typeref:typename:int
185 if (outsw) { /* putting data in tmp file */
299 outsw = 1; /* these msgs go into tmp file */
341 outsw = 0; /* turn off output */
  /src/sys/arch/powerpc/include/
pio.h 267 #define outsw(a,s,c) (__outsw((volatile uint16_t *)(a), s, c)) macro
268 #define outs16(a,s,c) outsw(a,s,c)

Completed in 35 milliseconds