Home
last modified time | relevance | path

Searched refs:Io (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfYAML.h96 static void mapping(IO &Io, memprof::Frame &F) {
97 MappingNormalization<FrameWithHex64, memprof::Frame> Keys(Io, F);
99 Io.mapRequired("Function", Keys->Function);
100 Io.mapRequired("LineOffset", Keys->LineOffset);
101 Io.mapRequired("Column", Keys->Column);
102 Io.mapRequired("IsInlineFrame", Keys->IsInlineFrame);
133 static void inputOne(IO &Io, StringRef KeyStr,
144 Io.mapRequired(KeyStr.str().c_str(), Value); \
151 Io.setError("Key is not a valid validation event");
154 static void output(IO &Io, memprof::PortableMemInfoBlock &MIB) {
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h31 static void mapping(IO &Io, clang::tooling::FileByteRange &R) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
32 Io.mapRequired("FilePath", R.FilePath); in LLVM_YAML_IS_SEQUENCE_VECTOR()
33 Io.mapRequired("FileOffset", R.FileOffset); in LLVM_YAML_IS_SEQUENCE_VECTOR()
34 Io.mapRequired("Length", R.Length); in LLVM_YAML_IS_SEQUENCE_VECTOR()
39 static void mapping(IO &Io, clang::tooling::DiagnosticMessage &M) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
40 Io.mapRequired("Message", M.Message); in LLVM_YAML_IS_SEQUENCE_VECTOR()
41 Io.mapOptional("FilePath", M.FilePath); in LLVM_YAML_IS_SEQUENCE_VECTOR()
42 Io.mapOptional("FileOffset", M.FileOffset); in LLVM_YAML_IS_SEQUENCE_VECTOR()
47 Io.mapRequired("Replacements", Fixes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
56 Io.mapOptional("Ranges", M.Ranges); in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
H A DReplacementsYaml.h50 static void mapping(IO &Io, clang::tooling::Replacement &R) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
52 Keys(Io, R); in LLVM_YAML_IS_SEQUENCE_VECTOR()
53 Io.mapRequired("FilePath", Keys->FilePath); in LLVM_YAML_IS_SEQUENCE_VECTOR()
54 Io.mapRequired("Offset", Keys->Offset); in LLVM_YAML_IS_SEQUENCE_VECTOR()
55 Io.mapRequired("Length", Keys->Length); in LLVM_YAML_IS_SEQUENCE_VECTOR()
56 Io.mapRequired("ReplacementText", Keys->ReplacementText); in LLVM_YAML_IS_SEQUENCE_VECTOR()
63 static void mapping(IO &Io, in LLVM_YAML_IS_SEQUENCE_VECTOR()
65 Io.mapRequired("MainSourceFile", Doc.MainSourceFile); in LLVM_YAML_IS_SEQUENCE_VECTOR()
66 Io.mapRequired("Replacements", Doc.Replacements); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslrestype1i.c393 Descriptor->Io.DescriptorType = in RsDoFixedIoDescriptor()
476 Descriptor->Io.DescriptorType = in RsDoIoDescriptor()
487 RsSetFlagBits (&Descriptor->Io.Flags, InitializerOp, 0, 1); in RsDoIoDescriptor()
489 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Flags), 0); in RsDoIoDescriptor()
494 Descriptor->Io.Minimum = in RsDoIoDescriptor()
497 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Minimum)); in RsDoIoDescriptor()
503 Descriptor->Io.Maximum = in RsDoIoDescriptor()
506 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Maximum)); in RsDoIoDescriptor()
512 Descriptor->Io.Alignment = in RsDoIoDescriptor()
515 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Alignment)); in RsDoIoDescriptor()
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Dio.cc79 class Io: public FuseTest, public WithParamInterface<IoParam> { class
85 Io(): m_backing_fd(-1), m_control_fd(-1), m_test_fd(-1), m_filesize(0), in Io() function in Io
389 class IoCacheable: public Io {
392 Io::SetUp(); in SetUp()
396 class IoCopyFileRange: public Io {
399 Io::SetUp(); in SetUp()
408 TEST_P(Io, extend_from_dirty_page) in TEST_P() argument
440 TEST_P(Io, last_page) in TEST_P() argument
463 TEST_P(Io, read_hole_from_cached_block) in TEST_P() argument
480 TEST_P(Io, truncate_into_dirty_buffer) in TEST_P() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp55 static void mapping(IO &Io, NormalizedAtomicChange &Doc) { in mapping()
56 Io.mapRequired("Key", Doc.Key); in mapping()
57 Io.mapRequired("FilePath", Doc.FilePath); in mapping()
58 Io.mapRequired("Error", Doc.Error); in mapping()
59 Io.mapRequired("InsertedHeaders", Doc.InsertedHeaders); in mapping()
60 Io.mapRequired("RemovedHeaders", Doc.RemovedHeaders); in mapping()
61 Io.mapRequired("Replacements", Doc.Replaces); in mapping()
68 static void mapping(IO &Io, clang::tooling::AtomicChange &Doc) { in mapping()
70 Keys(Io, Doc); in mapping()
71 Io.mapRequired("Key", Keys->Key); in mapping()
[all …]
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsio.c178 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Io.IoDecode),
179 AML_OFFSET (Io.Flags),
188 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Io.Alignment),
189 AML_OFFSET (Io.Alignment),
192 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Io.Minimum),
193 AML_OFFSET (Io.Minimum),
H A Drsdumpinfo.c214 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Io.IoDecode), "Address Decoding", …
215 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Io.Minimum), "Address Minimum", …
216 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Io.Maximum), "Address Maximum", …
217 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Io.Alignment), "Alignment", …
218 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Io.AddressLength), "Address Length", …
544 …{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.RangeType), "Range Type", …
545 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.Translation), "Translation", …
546 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.TranslationType), "Translation Type", …
H A Drsaddr.c401 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.RangeType),
405 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.Translation),
409 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.TranslationType),
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcs.c318 AcpiGbl_IoDecode [ACPI_GET_1BIT_FLAG (Resource->Io.Flags)]); in AcpiDmIoDescriptor()
321 AcpiDmDumpInteger16 (Resource->Io.Minimum, "Range Minimum"); in AcpiDmIoDescriptor()
324 AcpiDmDumpInteger16 (Resource->Io.Maximum, "Range Maximum"); in AcpiDmIoDescriptor()
327 AcpiDmDumpInteger8 (Resource->Io.Alignment, "Alignment"); in AcpiDmIoDescriptor()
330 AcpiDmDumpInteger8 (Resource->Io.AddressLength, "Length"); in AcpiDmIoDescriptor()
/freebsd/sys/dev/acpica/
H A Dacpi_resource.c275 if (res->Data.Io.AddressLength <= 0) in acpi_parse_resource()
277 if (res->Data.Io.Minimum == res->Data.Io.Maximum) { in acpi_parse_resource()
279 res->Data.Io.Minimum, res->Data.Io.AddressLength)); in acpi_parse_resource()
280 set->set_ioport(dev, arc->context, res->Data.Io.Minimum, in acpi_parse_resource()
281 res->Data.Io.AddressLength); in acpi_parse_resource()
284 res->Data.Io.Minimum, res->Data.Io.Maximum, in acpi_parse_resource()
285 res->Data.Io.AddressLength)); in acpi_parse_resource()
286 set->set_iorange(dev, arc->context, res->Data.Io.Minimum, in acpi_parse_resource()
287 res->Data.Io.Maximum, res->Data.Io.AddressLength, in acpi_parse_resource()
288 res->Data.Io.Alignment); in acpi_parse_resource()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DCpuIo2.h131 EFI_CPU_IO_PROTOCOL_ACCESS Io; member
H A DDeviceIo.h247 EFI_IO_ACCESS Io; member
H A DPciRootBridgeIo.h416 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS Io; member
H A DPciIo.h520 EFI_PCI_IO_PROTOCOL_ACCESS Io; member
/freebsd/sys/contrib/dev/acpica/include/
H A Dacrestyp.h436 ACPI_IO_ATTRIBUTE Io; member
886 ACPI_RESOURCE_IO Io; member
H A Damlresrc.h811 AML_RESOURCE_IO Io; member
/freebsd/stand/efi/include/
H A Defipciio.h527 EFI_PCI_IO_PROTOCOL_ACCESS Io; member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td5932 class MVE_vldst24_writeback<bit b, dag Oo, dag Io,
5936 dag Iops = Io;
6058 class MVE_ldst_direction<bit b, dag Oo, dag Io, string c=""> {
6061 dag Iops = Io;
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4875 +Io/CttjcV0N1jSHFB4rBSpVI9povI28IhzCQNR1yX8YtsdHN3V7uxJXVPN7VPMb
/freebsd/share/misc/
H A Dusb_vendors23155 0000 Thelio Io (thelio-io)
/freebsd/share/dict/
H A Dweb2a30404 Io moth
H A Dweb297844 Io