Home
last modified time | relevance | path

Searched full:io (Results 1 – 25 of 2176) sorted by relevance

12345678910>>...88

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp86 IO &IO, MachOYAML::FileHeader &FileHdr) { in mapping()
87 IO.mapRequired("magic", FileHdr.magic); in mapping()
88 IO.mapRequired("cputype", FileHdr.cputype); in mapping()
89 IO.mapRequired("cpusubtype", FileHdr.cpusubtype); in mapping()
90 IO.mapRequired("filetype", FileHdr.filetype); in mapping()
91 IO.mapRequired("ncmds", FileHdr.ncmds); in mapping()
92 IO.mapRequired("sizeofcmds", FileHdr.sizeofcmds); in mapping()
93 IO.mapRequired("flags", FileHdr.flags); in mapping()
96 IO in mapping()
85 mapping(IO & IO,MachOYAML::FileHeader & FileHdr) mapping() argument
98 mapping(IO & IO,MachOYAML::Object & Object) mapping() argument
128 mapping(IO & IO,MachOYAML::FatHeader & FatHeader) mapping() argument
133 mapping(IO & IO,MachOYAML::FatArch & FatArch) mapping() argument
145 mapping(IO & IO,MachOYAML::UniversalBinary & UniversalBinary) mapping() argument
159 mapping(IO & IO,MachOYAML::LinkEditData & LinkEditData) mapping() argument
175 mapping(IO & IO,MachOYAML::RebaseOpcode & RebaseOpcode) mapping() argument
182 mapping(IO & IO,MachOYAML::BindOpcode & BindOpcode) mapping() argument
191 mapping(IO & IO,MachOYAML::ExportEntry & ExportEntry) mapping() argument
203 mapping(IO & IO,MachOYAML::NListEntry & NListEntry) mapping() argument
212 mapping(IO & IO,MachOYAML::DataInCodeEntry & DataInCodeEntry) mapping() argument
219 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
223 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
229 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
235 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
241 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
247 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
253 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
259 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
265 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
271 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
277 mapLoadCommandData(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapLoadCommandData() argument
282 mapping(IO & IO,MachOYAML::LoadCommand & LoadCommand) mapping() argument
304 mapping(IO & IO,MachO::dyld_info_command & LoadCommand) mapping() argument
318 mapping(IO & IO,MachOYAML::Relocation & Relocation) mapping() argument
329 mapping(IO & IO,MachOYAML::Section & Section) mapping() argument
348 validate(IO & IO,MachOYAML::Section & Section) validate() argument
356 mapping(IO & IO,MachO::build_tool_version & tool) mapping() argument
361 mapping(IO & IO,MachO::dylib & DylibStruct) mapping() argument
369 mapping(IO & IO,MachO::dylib_command & LoadCommand) mapping() argument
374 mapping(IO & IO,MachO::dylinker_command & LoadCommand) mapping() argument
379 mapping(IO & IO,MachO::dysymtab_command & LoadCommand) mapping() argument
401 mapping(IO & IO,MachO::encryption_info_command & LoadCommand) mapping() argument
408 mapping(IO & IO,MachO::encryption_info_command_64 & LoadCommand) mapping() argument
416 mapping(IO & IO,MachO::entry_point_command & LoadCommand) mapping() argument
422 mapping(IO & IO,MachO::fvmfile_command & LoadCommand) mapping() argument
427 mapping(IO & IO,MachO::fvmlib & FVMLib) mapping() argument
434 mapping(IO & IO,MachO::fvmlib_command & LoadCommand) mapping() argument
439 mapping(IO & IO,MachO::ident_command & LoadCommand) mapping() argument
442 mapping(IO & IO,MachO::linkedit_data_command & LoadCommand) mapping() argument
448 mapping(IO & IO,MachO::linker_option_command & LoadCommand) mapping() argument
453 mapping(IO & IO,MachO::prebind_cksum_command & LoadCommand) mapping() argument
458 mapping(IO & IO,MachO::load_command & LoadCommand) mapping() argument
461 mapping(IO & IO,MachO::prebound_dylib_command & LoadCommand) mapping() argument
468 mapping(IO & IO,MachO::routines_command & LoadCommand) mapping() argument
480 mapping(IO & IO,MachO::routines_command_64 & LoadCommand) mapping() argument
492 mapping(IO & IO,MachO::rpath_command & LoadCommand) mapping() argument
496 mapping(IO & IO,MachO::section & Section) mapping() argument
510 mapping(IO & IO,MachO::section_64 & Section) mapping() argument
527 mapping(IO & IO,MachO::segment_command & LoadCommand) mapping() argument
540 mapping(IO & IO,MachO::segment_command_64 & LoadCommand) mapping() argument
553 mapping(IO & IO,MachO::source_version_command & LoadCommand) mapping() argument
558 mapping(IO & IO,MachO::sub_client_command & LoadCommand) mapping() argument
563 mapping(IO & IO,MachO::sub_framework_command & LoadCommand) mapping() argument
568 mapping(IO & IO,MachO::sub_library_command & LoadCommand) mapping() argument
573 mapping(IO & IO,MachO::sub_umbrella_command & LoadCommand) mapping() argument
578 mapping(IO & IO,MachO::symseg_command & LoadCommand) mapping() argument
584 mapping(IO & IO,MachO::symtab_command & LoadCommand) mapping() argument
592 mapping(IO & IO,MachO::thread_command & LoadCommand) mapping() argument
595 mapping(IO & IO,MachO::twolevel_hints_command & LoadCommand) mapping() argument
601 mapping(IO & IO,MachO::uuid_command & LoadCommand) mapping() argument
606 mapping(IO & IO,MachO::version_min_command & LoadCommand) mapping() argument
612 mapping(IO & IO,MachO::note_command & LoadCommand) mapping() argument
619 mapping(IO & IO,MachO::build_version_command & LoadCommand) mapping() argument
627 mapping(IO & IO,MachO::fileset_entry_command & LoadCommand) mapping() argument
[all...]
H A DCodeViewYAMLSymbols.cpp79 void ScalarEnumerationTraits<SymbolKind>::enumeration(IO &io, in enumeration() argument
83 io.enumCase(Value, E.Name.str().c_str(), E.Value); in enumeration()
86 void ScalarBitSetTraits<CompileSym2Flags>::bitset(IO &io, in bitset() argument
90 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset()
95 void ScalarBitSetTraits<CompileSym3Flags>::bitset(IO &io, in bitset() argument
99 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset()
104 void ScalarBitSetTraits<ExportFlags>::bitset(IO &io, ExportFlags &Flags) { in bitset() argument
107 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset()
112 void ScalarBitSetTraits<PublicSymFlags>::bitset(IO &io, PublicSymFlags &Flags) { in bitset() argument
115 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset()
[all …]
H A DWasmYAML.cpp33 IO &IO, WasmYAML::FileHeader &FileHdr) { in mapping() argument
34 IO.mapRequired("Version", FileHdr.Version); in mapping()
37 void MappingTraits<WasmYAML::Object>::mapping(IO &IO, in mapping() argument
39 IO.setContext(&Object); in mapping()
40 IO.mapTag("!WASM", true); in mapping()
41 IO.mapRequired("FileHeader", Object.Header); in mapping()
42 IO.mapOptional("Sections", Object.Sections); in mapping()
43 IO.setContext(nullptr); in mapping()
46 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) { in commonSectionMapping() argument
47 IO.mapRequired("Type", Section.Type); in commonSectionMapping()
[all …]
H A DCodeViewYAMLTypes.cpp84 virtual void map(yaml::IO &io) = 0;
93 void map(yaml::IO &io) override;
110 void map(yaml::IO &io) override;
123 virtual void map(yaml::IO &io) = 0;
131 void map(yaml::IO &io) override;
198 void ScalarEnumerationTraits<TypeLeafKind>::enumeration(IO &io, in enumeration() argument
200 #define CV_TYPE(name, val) io.enumCase(Value, #name, name); in enumeration()
206 IO &IO, PointerToMemberRepresentation &Value) { in enumeration() argument
207 IO.enumCase(Value, "Unknown", PointerToMemberRepresentation::Unknown); in enumeration()
208 IO.enumCase(Value, "SingleInheritanceData", in enumeration()
[all …]
H A DDWARFYAML.cpp91 void MappingTraits<DWARFYAML::Data>::mapping(IO &IO, DWARFYAML::Data &DWARF) { in mapping() argument
92 void *OldContext = IO.getContext(); in mapping()
94 IO.setContext(&DWARFCtx); in mapping()
95 IO.mapOptional("debug_str", DWARF.DebugStrings); in mapping()
96 IO.mapOptional("debug_abbrev", DWARF.DebugAbbrev); in mapping()
97 IO.mapOptional("debug_aranges", DWARF.DebugAranges); in mapping()
98 IO.mapOptional("debug_ranges", DWARF.DebugRanges); in mapping()
99 IO.mapOptional("debug_pubnames", DWARF.PubNames); in mapping()
100 IO.mapOptional("debug_pubtypes", DWARF.PubTypes); in mapping()
102 IO.mapOptional("debug_gnu_pubnames", DWARF.GNUPubNames); in mapping()
[all …]
H A DXCOFFYAML.cpp29 IO &IO, XCOFF::SectionTypeFlags &Value) { in bitset() argument
30 #define ECase(X) IO.bitSetCase(Value, #X, XCOFF::X) in bitset()
48 IO &IO, XCOFF::DwarfSectionSubtypeFlags &Value) { in enumeration() argument
49 #define ECase(X) IO.enumCase(Value, #X, XCOFF::X) in enumeration()
62 IO.enumFallback<Hex32>(Value); in enumeration()
66 IO &IO, XCOFF::StorageClass &Value) { in enumeration() argument
67 #define ECase(X) IO.enumCase(Value, #X, XCOFF::X) in enumeration()
122 IO &IO, XCOFF::StorageMappingClass &Value) { in enumeration() argument
123 #define ECase(X) IO.enumCase(Value, #X, XCOFF::X) in enumeration()
149 IO &IO, XCOFF::SymbolType &Value) { in enumeration() argument
[all …]
H A DDXContainerYAML.cpp90 IO &IO, DXContainerYAML::VersionTuple &Version) { in mapping() argument
91 IO.mapRequired("Major", Version.Major); in mapping()
92 IO.mapRequired("Minor", Version.Minor); in mapping()
96 IO &IO, DXContainerYAML::FileHeader &Header) { in mapping() argument
97 IO.mapRequired("Hash", Header.Hash); in mapping()
98 IO.mapRequired("Version", Header.Version); in mapping()
99 IO.mapOptional("FileSize", Header.FileSize); in mapping()
100 IO.mapRequired("PartCount", Header.PartCount); in mapping()
101 IO.mapOptional("PartOffsets", Header.PartOffsets); in mapping()
105 IO &IO, DXContainerYAML::DXILProgram &Program) { in mapping() argument
[all …]
H A DCOFFYAML.cpp19 #define ECase(X) IO.enumCase(Value, #X, COFF::X);
34 IO &IO, COFFYAML::COMDATType &Value) { in enumeration() argument
35 IO.enumCase(Value, "0", 0); in enumeration()
47 IO &IO, COFFYAML::WeakExternalCharacteristics &Value) { in enumeration() argument
48 IO.enumCase(Value, "0", 0); in enumeration()
56 IO &IO, COFFYAML::AuxSymbolType &Value) { in enumeration() argument
61 IO &IO, COFF::MachineTypes &Value) { in enumeration() argument
92 IO &IO, COFF::SymbolBaseType &Value) { in enumeration() argument
112 IO &IO, COFF::SymbolStorageClass &Value) { in enumeration() argument
143 IO &IO, COFF::SymbolComplexType &Value) { in enumeration() argument
[all …]
H A DELFYAML.cpp47 IO &IO, ELFYAML::ELF_ET &Value) { in enumeration() argument
48 #define ECase(X) IO.enumCase(Value, #X, ELF::X) in enumeration()
55 IO.enumFallback<Hex16>(Value); in enumeration()
59 IO &IO, ELFYAML::ELF_PT &Value) { in enumeration() argument
60 #define ECase(X) IO.enumCase(Value, #X, ELF::X) in enumeration()
74 IO.enumFallback<Hex32>(Value); in enumeration()
78 IO &IO, ELFYAML::ELF_NT &Value) { in enumeration() argument
79 #define ECase(X) IO.enumCase(Value, #X, ELF::X) in enumeration()
190 IO.enumFallback<Hex32>(Value); in enumeration()
194 IO &IO, ELFYAML::ELF_EM &Value) { in enumeration() argument
[all …]
H A DMinidumpYAML.cpp20 static inline void mapOptional(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptional() argument
22 IO.mapOptional(Key, Val, EndianType(Default)); in mapOptional()
27 static inline void mapRequiredAs(yaml::IO &IO, const char *Key, in mapRequiredAs() argument
30 IO.mapRequired(Key, Mapped); in mapRequiredAs()
37 static inline void mapOptionalAs(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptionalAs() argument
40 IO.mapOptional(Key, Mapped, Default); in mapOptionalAs()
54 static inline void mapRequiredHex(yaml::IO &IO, const char *Key, in mapRequiredHex() argument
56 mapRequiredAs<typename HexType<EndianType>::type>(IO, Key, Val); in mapRequiredHex()
62 static inline void mapOptionalHex(yaml::IO &IO, const char *Key, in mapOptionalHex() argument
65 mapOptionalAs<typename HexType<EndianType>::type>(IO, Key, Val, Default); in mapOptionalHex()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp34 static void enumeration(IO &io, llvm::pdb::PDB_Machine &Value) { in enumeration()
35 io.enumCase(Value, "Invalid", PDB_Machine::Invalid); in enumeration()
36 io.enumCase(Value, "Am33", PDB_Machine::Am33); in enumeration()
37 io.enumCase(Value, "Amd64", PDB_Machine::Amd64); in enumeration()
38 io.enumCase(Value, "Arm", PDB_Machine::Arm); in enumeration()
39 io.enumCase(Value, "ArmNT", PDB_Machine::ArmNT); in enumeration()
40 io.enumCase(Value, "Ebc", PDB_Machine::Ebc); in enumeration()
41 io.enumCase(Value, "x86", PDB_Machine::x86); in enumeration()
42 io.enumCase(Value, "Ia64", PDB_Machine::Ia64); in enumeration()
43 io.enumCase(Value, "M32R", PDB_Machine::M32R); in enumeration()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp20 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const { in operator ()()
21 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()()
22 error(IO.mapInteger(Gap.Range)); in operator ()()
28 static Error mapLocalVariableAddrRange(CodeViewRecordIO &IO, in mapLocalVariableAddrRange() argument
30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange()
31 error(IO.mapInteger(Range.ISectStart)); in mapLocalVariableAddrRange()
32 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange()
37 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix))); in visitSymbolBegin()
42 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd()
43 error(IO in visitSymbolEnd()
432 __anon00aee1980202(CodeViewRecordIO &IO, TypeIndex &N) visitKnownRecord() argument
481 __anon00aee1980302(CodeViewRecordIO &IO, StringRef &S) visitKnownRecord() argument
[all...]
H A DTypeRecordMapping.cpp67 static std::string getFlagNames(CodeViewRecordIO &IO, T Value, in getFlagNames() argument
69 if (!IO.isStreaming()) in getFlagNames()
104 static StringRef getEnumName(CodeViewRecordIO &IO, T Value, in getEnumName() argument
106 if (!IO.isStreaming()) in getEnumName()
119 static std::string getMemberAttributes(CodeViewRecordIO &IO, in getMemberAttributes() argument
122 if (!IO.isStreaming()) in getMemberAttributes()
125 getEnumName(IO, uint8_t(Access), ArrayRef(getMemberAccessNames()))); in getMemberAttributes()
129 getEnumName(IO, unsigned(Kind), ArrayRef(getMemberKindNames()))); in getMemberAttributes()
134 getFlagNames(IO, unsigned(Options), ArrayRef(getMethodOptionNames())); in getMemberAttributes()
144 Error operator()(CodeViewRecordIO &IO, OneMethodRecord &Method) const { in operator ()()
[all …]
/freebsd/tests/sys/netpfil/pf/ioctl/
H A Dvalidation.c70 struct pfioc_table io; in ATF_TC_BODY() local
79 bzero(&io, sizeof(io)); in ATF_TC_BODY()
80 io.pfrio_flags = flags; in ATF_TC_BODY()
81 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
82 io.pfrio_esize = sizeof(tbl); in ATF_TC_BODY()
85 io.pfrio_size = -1; in ATF_TC_BODY()
86 if (ioctl(dev, DIOCRADDTABLES, &io) == 0) in ATF_TC_BODY()
90 io.pfrio_size = 1 << 24; in ATF_TC_BODY()
91 if (ioctl(dev, DIOCRADDTABLES, &io) == 0) in ATF_TC_BODY()
95 io.pfrio_size = 1; in ATF_TC_BODY()
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_io.c34 * Provide IO object allocation.
38 * @defgroup io_alloc IO allocation
46 void ocs_mgmt_io_list(ocs_textbuf_t *textbuf, void *io);
47 void ocs_mgmt_io_get_all(ocs_textbuf_t *textbuf, void *io);
48 int ocs_mgmt_io_get(ocs_textbuf_t *textbuf, char *parent, char *name, void *io);
57 * @brief IO pool.
59 * Structure encapsulating a pool of IO objects.
65 ocs_lock_t lock; /* IO pool lock */
71 * @brief Create a pool of IO objects.
75 * "slabs" which are a fixed size. It calculates the number of IO objects that
[all …]
H A Docs_scsi.c51 …fine SCSI_IOFMT_ARGS(io) io->instance_index, SCSI_ITT_SIZE(io->ocs), io->init_task_tag, SCSI_ITT_S… argument
56 #define scsi_io_printf(io, fmt, ...) ocs_log_info(io->ocs, "[%s]" SCSI_IOFMT fmt, \ argument
57 io->node->display_name, SCSI_IOFMT_ARGS(io), ##__VA_ARGS__)
59 #define scsi_io_trace(io, fmt, ...) \ argument
61 if (OCS_LOG_ENABLE_SCSI_TRACE(io->ocs)) \
62 scsi_io_printf(io, fmt, ##__VA_ARGS__); \
71 static int32_t ocs_target_send_bls_resp(ocs_io_t *io, ocs_scsi_io_cb_t cb, void *arg);
75 static void ocs_scsi_io_free_ovfl(ocs_io_t *io);
78 static ocs_scsi_io_status_e ocs_scsi_dif_check_unknown(ocs_io_t *io, uint32_t length, uint32_t chec…
85 static int32_t ocs_scsi_io_dispatch_hw_io(ocs_io_t *io, ocs_hw_io_t *hio);
[all …]
/freebsd/sys/cam/ctl/
H A Dctl_util.c99 ctl_scsi_tur(union ctl_io *io, ctl_tag_type tag_type, uint8_t control) in ctl_scsi_tur()
104 ctl_scsi_zero_io(io); in ctl_scsi_tur()
106 io->io_hdr.io_type = CTL_IO_SCSI; in ctl_scsi_tur()
107 ctsio = &io->scsiio; in ctl_scsi_tur()
112 io->io_hdr.flags = CTL_FLAG_DATA_NONE; in ctl_scsi_tur()
123 ctl_scsi_inquiry(union ctl_io *io, uint8_t *data_ptr, int32_t data_len, in ctl_scsi_inquiry()
130 ctl_scsi_zero_io(io); in ctl_scsi_inquiry()
132 io->io_hdr.io_type = CTL_IO_SCSI; in ctl_scsi_inquiry()
133 ctsio = &io->scsiio; in ctl_scsi_inquiry()
141 io in ctl_scsi_inquiry()
98 ctl_scsi_tur(union ctl_io * io,ctl_tag_type tag_type,uint8_t control) ctl_scsi_tur() argument
122 ctl_scsi_inquiry(union ctl_io * io,uint8_t * data_ptr,int32_t data_len,uint8_t byte2,uint8_t page_code,ctl_tag_type tag_type,uint8_t control) ctl_scsi_inquiry() argument
152 ctl_scsi_request_sense(union ctl_io * io,uint8_t * data_ptr,int32_t data_len,uint8_t byte2,ctl_tag_type tag_type,uint8_t control) ctl_scsi_request_sense() argument
181 ctl_scsi_report_luns(union ctl_io * io,uint8_t * data_ptr,uint32_t data_len,uint8_t select_report,ctl_tag_type tag_type,uint8_t control) ctl_scsi_report_luns() argument
210 ctl_scsi_read_write_buffer(union ctl_io * io,uint8_t * data_ptr,uint32_t data_len,int read_buffer,uint8_t mode,uint8_t buffer_id,uint32_t buffer_offset,ctl_tag_type tag_type,uint8_t control) ctl_scsi_read_write_buffer() argument
249 ctl_scsi_read_write(union ctl_io * io,uint8_t * data_ptr,uint32_t data_len,int read_op,uint8_t byte2,int minimum_cdb_size,uint64_t lba,uint32_t num_blocks,ctl_tag_type tag_type,uint8_t control) ctl_scsi_read_write() argument
350 ctl_scsi_write_same(union ctl_io * io,uint8_t * data_ptr,uint32_t data_len,uint8_t byte2,uint64_t lba,uint32_t num_blocks,ctl_tag_type tag_type,uint8_t control) ctl_scsi_write_same() argument
381 ctl_scsi_read_capacity(union ctl_io * io,uint8_t * data_ptr,uint32_t data_len,uint32_t addr,int reladr,int pmi,ctl_tag_type tag_type,uint8_t control) ctl_scsi_read_capacity() argument
410 ctl_scsi_read_capacity_16(union ctl_io * io,uint8_t * data_ptr,uint32_t data_len,uint64_t addr,int reladr,int pmi,ctl_tag_type tag_type,uint8_t control) ctl_scsi_read_capacity_16() argument
442 ctl_scsi_mode_sense(union ctl_io * io,uint8_t * data_ptr,uint32_t data_len,int dbd,int llbaa,uint8_t page_code,uint8_t pc,uint8_t subpage,int minimum_cdb_size,ctl_tag_type tag_type,uint8_t control) ctl_scsi_mode_sense() argument
490 ctl_scsi_start_stop(union ctl_io * io,int start,int load_eject,int immediate,int power_conditions,ctl_tag_type tag_type,uint8_t control) ctl_scsi_start_stop() argument
519 ctl_scsi_sync_cache(union ctl_io * io,int immed,int reladr,int minimum_cdb_size,uint64_t starting_lba,uint32_t block_count,ctl_tag_type tag_type,uint8_t control) ctl_scsi_sync_cache() argument
570 ctl_scsi_persistent_res_in(union ctl_io * io,uint8_t * data_ptr,uint32_t data_len,int action,ctl_tag_type tag_type,uint8_t control) ctl_scsi_persistent_res_in() argument
596 ctl_scsi_persistent_res_out(union ctl_io * io,uint8_t * data_ptr,uint32_t data_len,int action,int type,uint64_t key,uint64_t sa_key,ctl_tag_type tag_type,uint8_t control) ctl_scsi_persistent_res_out() argument
654 ctl_scsi_maintenance_in(union ctl_io * io,uint8_t * data_ptr,uint32_t data_len,uint8_t action,ctl_tag_type tag_type,uint8_t control) ctl_scsi_maintenance_in() argument
681 union ctl_io *io; ctl_scsi_alloc_io() local
694 ctl_scsi_free_io(union ctl_io * io) ctl_scsi_free_io() argument
700 ctl_scsi_zero_io(union ctl_io * io) ctl_scsi_zero_io() argument
729 ctl_io_sbuf(union ctl_io * io,struct sbuf * sb) ctl_io_sbuf() argument
768 ctl_io_error_sbuf(union ctl_io * io,struct scsi_inquiry_data * inq_data,struct sbuf * sb) ctl_io_error_sbuf() argument
809 ctl_io_string(union ctl_io * io,char * str,int str_len) ctl_io_string() argument
820 ctl_io_error_string(union ctl_io * io,struct scsi_inquiry_data * inq_data,char * str,int str_len) ctl_io_error_string() argument
834 ctl_io_print(union ctl_io * io) ctl_io_print() argument
842 ctl_io_error_print(union ctl_io * io,struct scsi_inquiry_data * inq_data) ctl_io_error_print() argument
851 ctl_data_print(union ctl_io * io) ctl_data_print() argument
884 ctl_io_error_print(union ctl_io * io,struct scsi_inquiry_data * inq_data,FILE * ofile) ctl_io_error_print() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h19 static void enumeration(IO &io, TypeTestResolution::Kind &value) {
20 io.enumCase(value, "Unknown", TypeTestResolution::Unknown);
21 io.enumCase(value, "Unsat", TypeTestResolution::Unsat);
22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
23 io.enumCase(value, "Inline", TypeTestResolution::Inline);
24 io.enumCase(value, "Single", TypeTestResolution::Single);
25 io.enumCase(value, "AllOnes", TypeTestResolution::AllOnes);
30 static void mapping(IO &io, TypeTestResolution &res) {
31 io.mapOptional("Kind", res.TheKind);
32 io.mapOptional("SizeM1BitWidth", res.SizeM1BitWidth);
[all …]
/freebsd/sbin/pfctl/
H A Dpfctl_radix.c59 pfr_report_error(struct pfr_table *tbl, struct pfioc_table *io, in pfr_report_error() argument
70 if (io->pfrio_size > maxcount || io->pfrio_size2 > maxcount) in pfr_report_error()
79 struct pfioc_table io; in pfr_add_tables() local
85 bzero(&io, sizeof io); in pfr_add_tables()
86 io.pfrio_flags = flags; in pfr_add_tables()
87 io.pfrio_buffer = tbl; in pfr_add_tables()
88 io.pfrio_esize = sizeof(*tbl); in pfr_add_tables()
89 io.pfrio_size = size; in pfr_add_tables()
90 if (ioctl(dev, DIOCRADDTABLES, &io)) { in pfr_add_tables()
91 pfr_report_error(tbl, &io, "add table"); in pfr_add_tables()
[all …]
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_io.c43 * Read exactly @p nbytes from @p io at @p offset.
45 * @param io NVRAM I/O context.
46 * @param offset The offset within @p io at which to perform the read.
47 * @param[out] buffer Output buffer to which @p nbytes from @p io will be
49 * @param nbytes The maximum number of bytes to be read from @p io.
52 * @retval EIO if an input error occurred reading @p io.
54 * of @p io.
55 * @retval EFAULT if @p io requires I/O request alignment and @p offset is
57 * @retval EFAULT if @p io requires I/O request alignment and @p nbytes is
61 bhnd_nvram_io_read(struct bhnd_nvram_io *io, size_t offset, void *buffer, in bhnd_nvram_io_read() argument
[all …]
/freebsd/sys/crypto/camellia/
H A Dcamellia.c943 camellia_encrypt128(const uint32_t *subkey, uint32_t *io) in camellia_encrypt128() argument
948 io[0] ^= SUBL(0); in camellia_encrypt128()
949 io[1] ^= SUBR(0); in camellia_encrypt128()
952 CAMELLIA_ROUNDSM(io[0],io[1], SUBL(2),SUBR(2), in camellia_encrypt128()
953 io[2],io[3],il,ir,t0,t1); in camellia_encrypt128()
954 CAMELLIA_ROUNDSM(io[2],io[3], SUBL(3),SUBR(3), in camellia_encrypt128()
955 io[0],io[1],il,ir,t0,t1); in camellia_encrypt128()
956 CAMELLIA_ROUNDSM(io[0],io[1], SUBL(4),SUBR(4), in camellia_encrypt128()
957 io[2],io[3],il,ir,t0,t1); in camellia_encrypt128()
958 CAMELLIA_ROUNDSM(io[2],io[3], SUBL(5),SUBR(5), in camellia_encrypt128()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h310 static void mapping(IO &IO, DWARFYAML::Data &DWARF); in LLVM_YAML_IS_SEQUENCE_VECTOR()
314 static void mapping(IO &IO, DWARFYAML::AbbrevTable &AbbrevTable); in LLVM_YAML_IS_SEQUENCE_VECTOR()
318 static void mapping(IO &IO, DWARFYAML::Abbrev &Abbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()
322 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()
326 static void mapping(IO &IO, DWARFYAML::ARangeDescriptor &Descriptor); in LLVM_YAML_IS_SEQUENCE_VECTOR()
330 static void mapping(IO &IO, DWARFYAML::ARange &ARange); in LLVM_YAML_IS_SEQUENCE_VECTOR()
334 static void mapping(IO &IO, DWARFYAML::RangeEntry &Entry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
338 static void mapping(IO &IO, DWARFYAML::Ranges &Ranges); in LLVM_YAML_IS_SEQUENCE_VECTOR()
342 static void mapping(IO &IO, DWARFYAML::PubEntry &Entry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
346 static void mapping(IO &IO, DWARFYAML::PubSection &Section); in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
/freebsd/usr.sbin/sa/tests/
H A Dv1-amd64-u.out1 0 0.000 cpu 0k mem 0 io accton
2 0 0.172 cpu 41k mem 0 io awk
3 0 0.000 cpu 140k mem 0 io time
4 0 3.031 cpu 45k mem 1 io egrep
5 0 0.000 cpu 0k mem 0 io time
6 0 0.250 cpu 42k mem 1087 io find
7 0 0.000 cpu 0k mem 0 io time
8 0 0.000 cpu 0k mem 0 io sleep
9 0 0.000 cpu 57k mem 0 io time
10 0 0.016 cpu 31k mem 16 io dd
[all …]
H A Dv1-i386-u.out1 0 0.000 cpu 264k mem 0 io accton
2 0 0.453 cpu 41k mem 0 io awk
3 0 0.000 cpu 0k mem 0 io time
4 0 4.984 cpu 41k mem 28 io egrep
5 0 0.000 cpu 140k mem 0 io time
6 0 0.266 cpu 36k mem 3921 io find
7 0 0.000 cpu 0k mem 0 io time
8 0 0.000 cpu 0k mem 0 io sleep
9 0 0.000 cpu 0k mem 0 io time
10 0 0.016 cpu 25k mem 16 io dd
[all …]
H A Dv2-amd64-u.out1 0 0.002 cpu 68k mem 0 io accton
2 0 0.163 cpu 35k mem 0 io awk
3 0 0.003 cpu 0k mem 0 io time
4 0 3.247 cpu 29k mem 26 io egrep
5 0 0.003 cpu 93k mem 0 io time
6 0 0.822 cpu 19k mem 4472 io find
7 0 0.003 cpu 0k mem 0 io time
8 0 0.002 cpu 0k mem 0 io sleep
9 0 0.004 cpu 88k mem 0 io time
10 0 0.076 cpu 18k mem 16 io dd
[all …]

12345678910>>...88