Searched refs:IO (Results 176 - 200 of 227) sorted by relevance

12345678910

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp357 for (unsigned IO = 0, EO = Instr.getNumOperands(); !isSafe && IO != EO;
358 ++IO) {
359 const MachineOperand &MO = Instr.getOperand(IO);
372 CC = (LPCC::CondCode)Instr.getOperand(IO - 1).getImm();
385 std::make_pair(&((*I).getOperand(IO - 1)), NewCC));
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_openssl.c484 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12,
487 /* If IO$_SENSEMODE doesn't work, this is not a terminal device */
510 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12,
548 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_openssl.c475 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12,
478 /* If IO$_SENSEMODE doesn't work, this is not a terminal device */
501 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12,
533 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12,
/netbsd-current/external/gpl2/gmake/dist/
H A Dvmsjobs.c45 /* Set up IO redirection. */
260 status= sys$qiow (0, chan, IO$_SETMODE|IO$M_CTRLYAST,&iosb,0,0,
312 /* Parse IO redirection. */
H A Dvmsfunctions.c222 status = sys$qiow (0, DevChan, IO$_ACCESS, &iosb, 0, 0,
/netbsd-current/sys/arch/sparc/sparc/
H A Dbsd_fdintr.s210 ld [R_fdc + FDC_DATA], R_buf ! IO buffer
236 0: btst NE7_DIO, %l7 ! IO direction
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dtsget.in11 use IO::Handle;
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dtsget.in11 use IO::Handle;
/netbsd-current/sys/dev/ic/
H A Dihareg.h162 #define IO 0x01 /* I/O signal */ macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A Dintl.cs52 using System.IO; /* Path, FileNotFoundException, Stream */
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgunfmt.cs28 using System.IO; /* BufferedStream, StreamWriter, TextWriter, FileNotFoundException, Path */
/netbsd-current/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap.in31 use IO::Socket::SSL 1.56;
467 IO::Socket::SSL - version >= 1.56
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs10 using System.IO;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs10 using System.IO;
/netbsd-current/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs10 using System.IO;
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs10 using System.IO;
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs10 using System.IO;
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Delf_update.c1105 LIBELF_SET_ERROR(IO, errno);
1113 LIBELF_SET_ERROR(IO, errno);
1124 LIBELF_SET_ERROR(IO, errno);
1148 LIBELF_SET_ERROR(IO, errno);
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DGeneral.pm43 use IO::File;
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs23 using System.IO;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvmsdbgout.c1781 /* Get the device name and assign an IO channel. */
1802 = SYS$QIOW (0, chan, IO$_ACCESS|IO$M_ACCESS, &iosb, 0, 0,
1810 status = SYS$QIOW (0, chan, IO$_DEACCESS, &iosb, 0, 0, &fibdsc, 0, 0, 0,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvmsdbgout.cc1782 /* Get the device name and assign an IO channel. */
1803 = SYS$QIOW (0, chan, IO$_ACCESS|IO$M_ACCESS, &iosb, 0, 0,
1811 status = SYS$QIOW (0, chan, IO$_DEACCESS, &iosb, 0, 0, &fibdsc, 0, 0, 0,
/netbsd-current/external/bsd/ipf/dist/perl/
H A Dplog148 use IO::File;
430 my $sf = new IO::File ($sm, "r");
/netbsd-current/sys/arch/hpcmips/tx/
H A Dtx39io.c61 /* 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 [
[all...]
/netbsd-current/games/warp/
H A Dconfig.h.SH123 * to find out if there is input pending on an IO channel. Generally

Completed in 256 milliseconds

12345678910