| /src/bin/dd/ |
| extern.h | 67 ssize_t bwrite(IO *, const void *, size_t); 69 extern IO in, out;
|
| dd.c | 72 static void getfdtype(IO *); 73 static void redup_clean_fd(IO *); 77 IO in, out; /* input/output state */ 317 getfdtype(IO *io) 322 if (io->ops->op_fstat(io->fd, &sb)) { 323 err(EXIT_FAILURE, "%s", io->name); 327 io->flags |= io->ops->op_ioctl(io->fd, MTIOCGET, &mt [all...] |
| dd.h | 87 } IO;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| InstrProfilingWriter.c | 70 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size}}; 72 if (BufferIO->FileWriter(IO, 1, &BufferIO->File)) 77 llvmBufferWriter(IO, 1, (void **)&Buffer); 85 ProfDataIOVec IO[] = { 87 if (BufferIO->FileWriter(IO, 1, &BufferIO->File))
|
| /src/sys/arch/hpcmips/tx/ |
| tx39var.h | 49 IO,
|
| tx39io.c | 61 /* IO/MFIO common */ 72 /* IO */ 122 /* IO */ 123 io_hc->hc_chipid = IO; 124 io_hc->hc_name = "IO"; 164 printf("IO i0x%08x o0x%08x MFIO i0x%08x o0x%08x\n", 305 /* IO [0:6] */ 309 panic("%s: IO%d is not output port.", device_xname(sc->sc_dev), 331 /* IO [0:6] */ 386 /* IO [0:15] * [all...] |
| /src/sys/arch/arm/ep93xx/ |
| eppcic.c | 99 #define IO 0 188 ph->ph_space[IO].reg = EP93XX_PCMCIA0_IO; 189 ph->ph_space[IO].base = EP93XX_PCMCIA0_HWBASE + EP93XX_PCMCIA_IO; 190 ph->ph_space[IO].size = EP93XX_PCMCIA_IO_SIZE; 413 pa = pih->addr + ph->ph_space[IO].base; 450 eppcic_set_pcreg(ph, IO); 613 case IO:
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 9 using System.IO;
|
| GZipStream.cs | 9 using System.IO;
|
| UnitTests.cs | 10 using System.IO;
|
| /src/sys/arch/arm/at91/ |
| at91cf.c | 78 #define IO 0 180 ph->ph_space[IO].base = sa->sa_addr + IO_BASE; 181 ph->ph_space[IO].size = IO_SIZE; 397 pa = pih->addr + ph->ph_space[IO].base;
|
| /src/sys/arch/sparc64/sparc64/ |
| bsd_fdintr.s | 113 ld [R_fdc + FDC_DATA], R_buf ! IO buffer 128 btst NE7_DIO, %l7 ! IO direction
|
| /src/sys/arch/sparc/sparc/ |
| bsd_fdintr.s | 210 ld [R_fdc + FDC_DATA], R_buf ! IO buffer 236 0: btst NE7_DIO, %l7 ! IO direction
|
| /src/sys/external/bsd/acpica/dist/tests/misc/ |
| badcode.asl | 230 IO (Decode16,
|
| grammar.asl | 267 IO (Decode16, 0x0CF8, 0x0CFF, 0x01, 0x08) 352 IO (Decode16, 0x0010, 0x0020, 0x01, 0x10) 353 IO (Decode16, 0x0090, 0x00A0, 0x01, 0x10) 410 IO (Decode16, 0x03D8, 0x03F8, 0x01, 0x08) 415 IO (Decode16, 0x03D8, 0x03E8, 0x01, 0x08) 420 IO (Decode16, 0x02E8, 0x02F8, 0x01, 0x08) 425 IO (Decode16, 0x02D8, 0x02E8, 0x01, 0x08) 430 IO (Decode16, 0x0100, 0x03F8, 0x08, 0x08) 6495 IO (Decode16, 0x62, 0x62, 1, 1) 6496 IO (Decode16, 0x66, 0x66, 1, 1 [all...] |
| /src/sys/dev/ic/ |
| ihareg.h | 162 #define IO 0x01 /* I/O signal */
|
| /src/games/warp/ |
| config.h.SH | 123 * to find out if there is input pending on an IO channel. Generally
|
| /src/sys/arch/atari/atari/ |
| locore.s | 383 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 417 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 438 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 452 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 726 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 748 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
|
| /src/sys/arch/hp300/hp300/ |
| locore.s | 413 * CLKbase, MMUbase: important registers in internal IO space 1141 .long 0 | KVA of base of internal IO space 1144 .long 0 | KVA of base of external IO space
|
| /src/sys/arch/evbsh3/ap_ms104_sh4/ |
| ap_ms104_sh4_space.c | 56 #define AP_MS104_SH4_IOMEM_PCMCIA_IO 2 /* PCMCIA IO space */ 115 m = MODE(type, IO);
|
| /src/sys/arch/evbsh3/t_sh7706lan/ |
| t_sh7706lan_space.c | 56 #define T_SH7706LAN_IOMEM_PCMCIA_IO 2 /* PCMCIA IO space */ 115 m = MODE(type, IO);
|
| /src/sys/arch/landisk/dev/ |
| obio.c | 66 bus_space_tag_t sc_iot; /* io space tag */ 227 #define OBIO_IOMEM_PCMCIA_IO 2 /* PCMCIA IO space */ 288 m = MODE(type, IO);
|
| /src/sys/arch/m68k/060sp/dist/ |
| os.s | 66 # Each IO routine checks to see if the memory write/read is to/from user
|
| /src/sys/arch/mips/rmi/ |
| rmixl_pcix.c | 427 * get PCI IO space base [addr, size] from SBC PCIe IO BAR 434 RMIXL_PCIX_BAR_INIT(IO, bar, n, n); 446 * initialize the PCI MEM and IO bus space tags 1098 * from PCIX CFG, ECFG, IO, MEM BARs 1139 __LINE__, "IO", r, base * 1024 * 1024, size));
|
| rmixl_pcie.c | 346 * get PCI IO space base [addr, size] from SBC PCIe IO BAR 353 RMIXL_PCIE_BAR_INIT(IO, bar, n, n); 368 * initialize the PCI MEM and IO bus space tags 1532 * from PCIE CFG, ECFG, IO, MEM BARs 1585 __LINE__, "IO", r, base * 1024 * 1024, size));
|