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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h57 static void mapping(IO &Io, clang::tooling::Replacement &R) { argument
59 Keys(Io, R);
60 Io.mapRequired("FilePath", Keys->FilePath);
61 Io.mapRequired("Offset", Keys->Offset);
62 Io.mapRequired("Length", Keys->Length);
63 Io.mapRequired("ReplacementText", Keys->ReplacementText);
70 static void mapping(IO &Io, argument
72 Io.mapRequired("MainSourceFile", Doc.MainSourceFile);
73 Io.mapRequired("Replacements", Doc.Replacements);
H A DDiagnosticsYaml.h30 static void mapping(IO &Io, clang::tooling::DiagnosticMessage &M) { argument
31 Io.mapRequired("Message", M.Message);
32 Io.mapOptional("FilePath", M.FilePath);
33 Io.mapOptional("FileOffset", M.FileOffset);
39 Io.mapRequired("Replacements", Fixes);
76 static void mapping(IO &Io, clang::tooling::Diagnostic &D) { argument
78 Io, D);
79 Io.mapRequired("DiagnosticName", Keys->DiagnosticName);
80 Io.mapRequired("DiagnosticMessage", Keys->Message);
81 Io
90 mapping(IO &Io, clang::tooling::TranslationUnitDiagnostics &Doc) argument
[all...]
/freebsd-11-stable/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}
518 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.RangeType), "Range Type", AcpiGbl_RngDecode},
519 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.Translation), "Translation", AcpiGbl_TtpDecode},
520 {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-11-stable/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-11-stable/sys/dev/ce/
H A Dceddk.c228 len = req->Io.Rx.Received;
233 if (req->Io.Rx.FrameEnd) {
258 req->Io.Rx.Channel = c->num;
260 req->Io.Rx.BufferLength = BUFSZ+4;
261 req->Io.Rx.PhysicalDataAddress = item->phys;
286 len = req->Io.Tx.Transmitted;
341 req->Io.Tx.Channel = c->num;
343 req->Io.Tx.DataLength = len;
344 req->Io.Tx.PhysicalDataAddress = item->phys;
374 ce_chan_t *c = b->chan + req->Io
[all...]
H A Dtau32-ddk.h440 } Io; member in struct:tag_TAU32_UserRequest
/freebsd-11-stable/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-11-stable/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-11-stable/sys/dev/acpica/
H A Dacpi_resource.c208 if (res->Data.Io.AddressLength <= 0)
210 if (res->Data.Io.Minimum == res->Data.Io.Maximum) {
211 ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "Io 0x%x/%d\n",
212 res->Data.Io.Minimum, res->Data.Io.AddressLength));
213 set->set_ioport(dev, arc->context, res->Data.Io.Minimum,
214 res->Data.Io.AddressLength);
216 ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "Io 0x%x-0x%x/%d\n",
217 res->Data.Io
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacrestyp.h430 ACPI_IO_ATTRIBUTE Io; member in union:acpi_resource_attribute
856 ACPI_RESOURCE_IO Io; member in union:acpi_resource_data
H A Damlresrc.h773 AML_RESOURCE_IO Io; member in union:aml_resource
/freebsd-11-stable/stand/efi/include/
H A Defipciio.h529 EFI_PCI_IO_PROTOCOL_ACCESS Io; member in struct:_EFI_PCI_IO_PROTOCOL
H A Defiprot.h474 EFI_IO_ACCESS Io; member in struct:_EFI_DEVICE_IO_INTERFACE
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4875 +Io/CttjcV0N1jSHFB4rBSpVI9povI28IhzCQNR1yX8YtsdHN3V7uxJXVPN7VPMb

Completed in 211 milliseconds