Searched refs:Io (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h50 static void mapping(IO &Io, clang::tooling::Replacement &R) { argument
52 Keys(Io, R);
53 Io.mapRequired("FilePath", Keys->FilePath);
54 Io.mapRequired("Offset", Keys->Offset);
55 Io.mapRequired("Length", Keys->Length);
56 Io.mapRequired("ReplacementText", Keys->ReplacementText);
63 static void mapping(IO &Io, argument
65 Io.mapRequired("MainSourceFile", Doc.MainSourceFile);
66 Io.mapRequired("Replacements", Doc.Replacements);
H A DDiagnosticsYaml.h31 static void mapping(IO &Io, clang::tooling::FileByteRange &R) { argument
32 Io.mapRequired("FilePath", R.FilePath);
33 Io.mapRequired("FileOffset", R.FileOffset);
34 Io.mapRequired("Length", R.Length);
39 static void mapping(IO &Io, clang::tooling::DiagnosticMessage &M) { argument
40 Io.mapRequired("Message", M.Message);
41 Io.mapOptional("FilePath", M.FilePath);
42 Io.mapOptional("FileOffset", M.FileOffset);
47 Io.mapRequired("Replacements", Fixes);
56 Io
84 mapping(IO &Io, clang::tooling::Diagnostic &D) argument
98 mapping(IO &Io, clang::tooling::TranslationUnitDiagnostics &Doc) argument
[all...]
/freebsd-current/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", AcpiGbl_IoDecode},
215 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Io.Minimum), "Address Minimum", NULL},
216 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Io.Maximum), "Address Maximum", NULL},
217 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Io.Alignment), "Alignment", NULL},
218 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Io.AddressLength), "Address Length", NULL}
544 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.RangeType), "Range Type", AcpiGbl_RngDecode},
545 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.Translation), "Translation", AcpiGbl_TtpDecode},
546 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.TranslationType), "Translation Type", AcpiGbl_TrsDecode}
H A Drsaddr.c331 /* Resource Type (Memory, Io, BusNumber, etc.) */
401 {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-current/sys/contrib/dev/acpica/compiler/
H A Daslrestype1i.c393 Descriptor->Io.DescriptorType =
476 Descriptor->Io.DescriptorType =
487 RsSetFlagBits (&Descriptor->Io.Flags, InitializerOp, 0, 1);
489 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Flags), 0);
494 Descriptor->Io.Minimum =
497 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Minimum));
503 Descriptor->Io.Maximum =
506 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Maximum));
512 Descriptor->Io.Alignment =
515 CurrentByteOffset + ASL_RESDESC_OFFSET (Io
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp55 static void mapping(IO &Io, NormalizedAtomicChange &Doc) { argument
56 Io.mapRequired("Key", Doc.Key);
57 Io.mapRequired("FilePath", Doc.FilePath);
58 Io.mapRequired("Error", Doc.Error);
59 Io.mapRequired("InsertedHeaders", Doc.InsertedHeaders);
60 Io.mapRequired("RemovedHeaders", Doc.RemovedHeaders);
61 Io.mapRequired("Replacements", Doc.Replaces);
68 static void mapping(IO &Io, clang::tooling::AtomicChange &Doc) { argument
70 Keys(Io, Doc);
71 Io
[all...]
/freebsd-current/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcs.c318 AcpiGbl_IoDecode [ACPI_GET_1BIT_FLAG (Resource->Io.Flags)]);
321 AcpiDmDumpInteger16 (Resource->Io.Minimum, "Range Minimum");
324 AcpiDmDumpInteger16 (Resource->Io.Maximum, "Range Maximum");
327 AcpiDmDumpInteger8 (Resource->Io.Alignment, "Alignment");
330 AcpiDmDumpInteger8 (Resource->Io.AddressLength, "Length");
/freebsd-current/tests/sys/fs/fusefs/
H A Dio.cc78 class Io: public FuseTest, public WithParamInterface<IoParam> { class in inherits:FuseTest,WithParamInterface
84 Io(): m_backing_fd(-1), m_control_fd(-1), m_test_fd(-1), m_filesize(0), function in class:Io
388 class IoCacheable: public Io {
391 Io::SetUp();
395 class IoCopyFileRange: public Io {
398 Io::SetUp();
407 TEST_P(Io, extend_from_dirty_page)
439 TEST_P(Io, last_page)
462 TEST_P(Io, read_hole_from_cached_block)
479 TEST_P(Io, truncate_into_dirty_buffe
[all...]
/freebsd-current/sys/dev/acpica/
H A Dacpi_resource.c259 if (res->Data.Io.AddressLength <= 0)
261 if (res->Data.Io.Minimum == res->Data.Io.Maximum) {
262 ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "Io 0x%x/%d\n",
263 res->Data.Io.Minimum, res->Data.Io.AddressLength));
264 set->set_ioport(dev, arc->context, res->Data.Io.Minimum,
265 res->Data.Io.AddressLength);
267 ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "Io 0x%x-0x%x/%d\n",
268 res->Data.Io
[all...]
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacrestyp.h436 ACPI_IO_ATTRIBUTE Io; member in union:acpi_resource_attribute
885 ACPI_RESOURCE_IO Io; member in union:acpi_resource_data
H A Damlresrc.h815 AML_RESOURCE_IO Io; member in union:aml_resource
/freebsd-current/stand/efi/include/
H A Defipciio.h528 EFI_PCI_IO_PROTOCOL_ACCESS Io; member in struct:_EFI_PCI_IO_PROTOCOL
H A Defiprot.h473 EFI_IO_ACCESS Io; member in struct:_EFI_DEVICE_IO_INTERFACE
/freebsd-current/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4875 +Io/CttjcV0N1jSHFB4rBSpVI9povI28IhzCQNR1yX8YtsdHN3V7uxJXVPN7VPMb

Completed in 238 milliseconds