Searched defs:io (Results 26 - 50 of 172) sorted by last modified time

1234567

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp286 static void enumeration(IO &io, lld::File::Kind &value) { argument
295 static void enumeration(IO &io, lld::Atom::Scope &value) { argument
303 enumeration(IO &io, lld::DefinedAtom::SectionChoice &value) argument
312 enumeration(IO &io, lld::DefinedAtom::Interposable &value) argument
320 enumeration(IO &io, lld::DefinedAtom::Merge &value) argument
334 enumeration(IO &io, lld::DefinedAtom::DeadStripKind &value) argument
342 enumeration(IO &io, lld::DefinedAtom::DynamicExport &value) argument
349 enumeration(IO &io, lld::DefinedAtom::CodeModel &value) argument
364 enumeration(IO &io, lld::DefinedAtom::ContentPermissions &value) argument
376 enumeration(IO &io, lld::DefinedAtom::ContentType &value) argument
434 enumeration(IO &io, lld::UndefinedAtom::CanBeNull &value) argument
442 enumeration(IO &io, ShlibCanBeNull &value) argument
450 enumeration(IO &io, lld::SharedLibraryAtom::Type &value) argument
501 enumeration(IO &io, FileKinds &value) argument
509 mapping(IO &io, ArchMember &member) argument
518 size(IO &io, AtomList<T> &seq) argument
519 element(IO &io, AtomList<T> &seq, size_t index) argument
528 size(IO &io, File::AtomRange<T> &seq) argument
529 element(IO &io, File::AtomRange<T> &seq, size_t index) argument
582 denormalize(IO &io) argument
626 NormalizedFile(IO &io) argument
633 NormalizedFile(IO &io, const lld::File *file) argument
692 mapping(IO &io, const lld::File *&file) argument
704 mappingAtoms(IO &io, const lld::File *&file) argument
726 mappingArchive(IO &io, const lld::File *&file) argument
740 NormalizedReference(IO &io) argument
745 NormalizedReference(IO &io, const lld::Reference *ref) argument
756 denormalize(IO &io) argument
791 mapping(IO &io, const lld::Reference *&ref) argument
809 NormalizedAtom(IO &io) argument
815 NormalizedAtom(IO &io, const lld::DefinedAtom *atom) argument
837 denormalize(IO &io) argument
858 fileFromContext(IO &io) argument
988 mapping(IO &io, lld::DefinedAtom *&atom) argument
999 NormalizedAtom(IO &io) argument
1002 NormalizedAtom(IO &io, const lld::UndefinedAtom *atom) argument
1008 denormalize(IO &io) argument
1024 fileFromContext(IO &io) argument
1040 mapping(IO &io, const lld::UndefinedAtom *&atom) argument
1052 mapping(IO &io, lld::UndefinedAtom *&atom) argument
1063 NormalizedAtom(IO &io) argument
1067 NormalizedAtom(IO &io, const lld::SharedLibraryAtom *atom) argument
1074 denormalize(IO &io) argument
1093 fileFromContext(IO &io) argument
1115 mapping(IO &io, const lld::SharedLibraryAtom *&atom) argument
1130 mapping(IO &io, lld::SharedLibraryAtom *&atom) argument
1141 NormalizedAtom(IO &io) argument
1144 NormalizedAtom(IO &io, const lld::AbsoluteAtom *atom) argument
1150 denormalize(IO &io) argument
1166 fileFromContext(IO &io) argument
1185 mapping(IO &io, const lld::AbsoluteAtom *&atom) argument
1210 mapping(IO &io, lld::AbsoluteAtom *&atom) argument
1220 RefNameResolver(const lld::File *file, IO &io) argument
1248 denormalize(IO &io) argument
1278 targetName( IO &io, const lld::Reference *ref) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp700 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_io, dispatch_io_type_t type, dispatch_io_t io, dispatch_queue_t q, cleanup_handler_t h) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp363 static void mapping(IO &io, TemplightEntry &fields) { argument
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_altq.c1322 struct pf_ifspeed io; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp34 static void enumeration(IO &io, llvm::pdb::PDB_Machine &Value) { argument
58 enumeration(IO &io, llvm::pdb::PdbRaw_DbiVer &Value) argument
68 enumeration(IO &io, llvm::pdb::PdbRaw_ImplVer &Value) argument
83 enumeration(IO &io, llvm::pdb::PdbRaw_TpiVer &Value) argument
93 enumeration(IO &io, PdbRaw_FeatureSig &Features) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp193 void ScalarEnumerationTraits<TypeLeafKind>::enumeration(IO &io, argument
502 void MappingTraits<OneMethodRecord>::mapping(IO &io, OneMethodRecord &Record) { argument
704 mapping(IO &io, LeafRecordBase &Record) argument
708 mapping(IO &io, MemberRecordBase &Record) argument
[all...]
H A DCodeViewYAMLTypeHashing.cpp29 void MappingTraits<DebugHSection>::mapping(IO &io, DebugHSection &DebugH) { argument
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp56 static size_t size(IO &io, std::vector<Section> &seq) { argument
59 static Section& element(IO &io, std::vector<Section> &seq, size_t index) { argument
68 static size_t size(IO &io, std::vector<Symbol> &seq) { argument
71 static Symbol& element(IO &io, std::vector<Symbol> &seq, size_t index) { argument
81 static size_t size(IO &io, Relocations &seq) { argument
84 static Relocation& element(IO &io, Relocations &seq, size_t index) { argument
94 static size_t size(IO &io, ContentBytes &seq) { argument
97 static Hex8& element(IO &io, ContentBytes &seq, size_t index) { argument
109 static size_t size(IO &io, IndirectSymbols &seq) { argument
112 static uint32_t& element(IO &io, IndirectSymbol argument
122 enumeration(IO &io, lld::MachOLinkingContext::Arch &value) argument
136 enumeration(IO &io, lld::MachOLinkingContext::OS &value) argument
151 enumeration(IO &io, HeaderFileType &value) argument
162 bitset(IO &io, FileFlags &value) argument
173 enumeration(IO &io, SectionType &value) argument
223 bitset(IO &io, SectionAttr &value) argument
264 enumeration(IO &io, NListType &value) argument
275 bitset(IO &io, SymbolScope &value) argument
283 bitset(IO &io, SymbolDesc &value) argument
296 mapping(IO &io, Section &sect) argument
321 NormalizedContent(IO &io) argument
322 NormalizedContent(IO &io, ArrayRef<uint8_t> content) argument
328 denormalize(IO &io) argument
351 mapping(IO &io, Relocation &reloc) argument
369 enumeration(IO &io, RelocationInfoType &value) argument
462 mapping(IO &io, Symbol& sym) argument
530 mapping(IO &io, Segment& seg) argument
541 enumeration(IO &io, LoadCommandType &value) argument
565 mapping(IO &io, DependentDylib& dylib) argument
578 enumeration(IO &io, RebaseType &value) argument
591 mapping(IO &io, RebaseLocation& rebase) argument
603 enumeration(IO &io, BindType &value) argument
615 mapping(IO &io, BindLocation &bind) argument
630 enumeration(IO &io, ExportSymbolKind &value) argument
642 bitset(IO &io, ExportFlags &value) argument
655 mapping(IO &io, Export &exp) argument
669 enumeration(IO &io, DataRegionType &value) argument
685 mapping(IO &io, DataInCode &entry) argument
713 mapping(IO &io, NormalizedFile &file) argument
743 validate(IO &io, NormalizedFile &file) argument
756 handledDocTag(llvm::yaml::IO &io, const lld::File *&file) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DReader.cpp62 bool Registry::handleTaggedDoc(llvm::yaml::IO &io, argument
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c573 struct uio io, *uiop = &io; local
640 struct uio io, *uiop = &io; local
727 struct uio io, *uiop = &io; local
1579 struct uio io; local
1829 struct uio io; local
[all...]
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi.c2187 struct mfi_io_frame *io; local
2606 struct mfi_io_frame *io; local
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c2696 struct sg_io_hdr io; local
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_device.c67 ocs_d_send_prli_rsp(ocs_io_t *io, uint16_t ox_id) argument
476 ocs_send_ls_acc_after_attach(ocs_io_t *io, fc_header_ argument
526 ocs_process_abts(ocs_io_t *io, fc_header_t *hdr) argument
[all...]
H A Docs_pci.c370 ocs_io_t *io = NULL; local
572 ocs_io_t *io = NULL; local
H A Docs.h280 ocs_io_free(ocs_t *ocs, ocs_io_t *io) argument
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1112 struct info_io_stats *io; local
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_refclock.h142 struct refclockio io; /* I/O handler structure */ member in struct:refclockproc
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1147 struct pfioc_iface io; local
1301 struct pfioc_table io; local
1369 struct pfioc_table io; local
1435 struct pfioc_table io; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-wb.c185 const struct id_off *io; local
271 const struct id_off *io, *ie; local
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_server.c2801 BIO *io, *ssl_bio, *sbio; local
3209 BIO *io, *ssl_bio, *sbio; local
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c288 cfcs_datamove(union ctl_io *io) argument
426 cfcs_done(union ctl_io *io) argument
497 union ctl_io *io; local
598 union ctl_io *io; local
701 union ctl_io *io; local
[all...]
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c809 icl_cxgbei_conn_transfer_setup(struct icl_conn *ic, union ctl_io *io, argument
H A Dcxgbei.c294 cxgbei_map_sg_tgt(struct cxgbei_sgl *sgl, union ctl_io *io) argument
421 cxgbei_task_reserve_ttt(struct icl_conn *ic, void **prv, union ctl_io *io, argument
[all...]
/freebsd-11-stable/sys/dev/sound/pci/
H A Dcsamidi.c74 struct resource *io; /* io */ member in struct:csa_midi_softc
[all...]
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h2616 struct mrsas_io_frame io; member in union:mrsas_frame

Completed in 277 milliseconds

1234567