Home
last modified time | relevance | path

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

/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.cc80 class Io: public FuseTest, public WithParamInterface<IoParam> { class
86 Io(): m_backing_fd(-1), m_control_fd(-1), m_test_fd(-1), m_filesize(0), in Io() function in Io
390 class IoCacheable: public Io {
393 Io::SetUp(); in SetUp()
397 class IoCopyFileRange: public Io {
400 Io::SetUp(); in SetUp()
409 TEST_P(Io, extend_from_dirty_page) in TEST_P() argument
441 TEST_P(Io, last_page) in TEST_P() argument
464 TEST_P(Io, read_hole_from_cached_block) in TEST_P() argument
481 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.c265 if (res->Data.Io.AddressLength <= 0) in acpi_parse_resource()
267 if (res->Data.Io.Minimum == res->Data.Io.Maximum) { in acpi_parse_resource()
269 res->Data.Io.Minimum, res->Data.Io.AddressLength)); in acpi_parse_resource()
270 set->set_ioport(dev, arc->context, res->Data.Io.Minimum, in acpi_parse_resource()
271 res->Data.Io.AddressLength); in acpi_parse_resource()
274 res->Data.Io.Minimum, res->Data.Io.Maximum, in acpi_parse_resource()
275 res->Data.Io.AddressLength)); in acpi_parse_resource()
276 set->set_iorange(dev, arc->context, res->Data.Io.Minimum, in acpi_parse_resource()
277 res->Data.Io.Maximum, res->Data.Io.AddressLength, in acpi_parse_resource()
278 res->Data.Io.Alignment); in acpi_parse_resource()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacrestyp.h436 ACPI_IO_ATTRIBUTE Io; member
885 ACPI_RESOURCE_IO Io; member
H A Damlresrc.h815 AML_RESOURCE_IO Io; member
/freebsd/stand/efi/include/
H A Defipciio.h528 EFI_PCI_IO_PROTOCOL_ACCESS Io; member
H A Defiprot.h473 EFI_IO_ACCESS Io; member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td6000 class MVE_vldst24_writeback<bit b, dag Oo, dag Io,
6004 dag Iops = Io;
6126 class MVE_ldst_direction<bit b, dag Oo, dag Io, string c=""> {
6129 dag Iops = Io;
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4875 +Io/CttjcV0N1jSHFB4rBSpVI9povI28IhzCQNR1yX8YtsdHN3V7uxJXVPN7VPMb
/freebsd/share/misc/
H A Dusb_vendors23097 0000 Thelio Io (thelio-io)
/freebsd/share/dict/
H A Dweb2a30404 Io moth
H A Dweb297844 Io