Searched refs:IO (Results 76 - 96 of 96) sorted by relevance

1234

/freebsd-11-stable/bin/dd/
H A Ddd.c73 static void getfdtype(IO *);
76 IO in, out; /* input/output state */
259 getfdtype(IO *io)
H A Dposition.c56 seek_offset(IO *io)
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde.h72 enum {JUNK, IO, VALID} state; enumerator in enum:g_bde_sector::__anon12041
H A Dg_bde_work.c476 sp->state = IO;
531 sp->state = IO;
574 if (wp->ksp->state == IO)
581 if (wp->bp->bio_cmd == BIO_READ && wp->sp->state == IO)
/freebsd-11-stable/contrib/llvm-project/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));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c172 ProfBufferIO *IO = lprofCreateBufferIO(fileWriter); local
173 IO->OwnFileWriter = 1;
174 return IO;
/freebsd-11-stable/crypto/openssl/apps/
H A Dtsget7 use IO::Handle;
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in31 use IO::Socket::SSL 1.56;
467 IO::Socket::SSL - version >= 1.56
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h328 bool handledDocTag(llvm::yaml::IO &io, const lld::File *&file) const override;
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_update.c1100 LIBELF_SET_ERROR(IO, errno);
1108 LIBELF_SET_ERROR(IO, errno);
1119 LIBELF_SET_ERROR(IO, errno);
1143 LIBELF_SET_ERROR(IO, errno);
/freebsd-11-stable/sys/dev/rp/
H A Drpreg.h371 int io_num; /* Number of IO resources */
372 int *io_rid; /* IO resource IDs */
373 struct resource **io; /* IO resources */
994 #define sWriteTxByte(ChP,IO,DATA) rp_writech1(ChP,IO,DATA)
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl10 use IO::Socket;
176 $S = new IO::Socket::INET (
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_io.c99 #define FUSE_DEBUG_MODULE IO
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp496 void yaml::SIMachineFunctionInfo::mappingImpl(yaml::IO &YamlIO) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1503 for (const auto &IO : IndexOffsets) {
1505 P.formatLine("TI: {0}, Offset: {1}", IO.Type, fmtle(IO.Offset));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3034 for (unsigned IO = 0, EO = Instr.getNumOperands();
3035 !isSafe && IO != EO; ++IO) {
3036 const MachineOperand &MO = Instr.getOperand(IO);
3053 CC = (ARMCC::CondCodes)Instr.getOperand(IO - 1).getImm();
3102 std::make_pair(&((*I).getOperand(IO - 1)), NewCC));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp363 static void mapping(IO &io, TemplightEntry &fields) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3258 auto *IO = cast<ConstantInt>(
3261 IO->getZExtValue());
3283 auto *IO = cast<ConstantInt>(
3285 Idx = IO->getZExtValue();
3297 auto *IO = cast<ConstantInt>(
3299 Idx = IO->getZExtValue();
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex97 only have virtual IO devices, which makes it quite simple to work
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3115 CodeViewRecordIO IO(Writer);
3116 cantFail(IO.mapEncodedInteger(Val));
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure1582 --enable-signalled-io s Use signalled IO if we can

Completed in 435 milliseconds

1234