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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DReplacementsYaml.h65 static void mapping(IO &Io, clang::tooling::Replacement &R) { argument
67 Keys(Io, R);
68 Io.mapRequired("FilePath", Keys->FilePath);
69 Io.mapRequired("Offset", Keys->Offset);
70 Io.mapRequired("Length", Keys->Length);
71 Io.mapRequired("ReplacementText", Keys->ReplacementText);
78 static void mapping(IO &Io, argument
80 Io.mapRequired("MainSourceFile", Doc.MainSourceFile);
81 Io.mapOptional("Context", Doc.Context, std::string());
82 Io
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/resources/
H A Drsio.c70 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Io.IoDecode),
71 AML_OFFSET (Io.Flags),
80 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Io.Alignment),
81 AML_OFFSET (Io.Alignment),
84 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Io.Minimum),
85 AML_OFFSET (Io.Minimum),
H A Drsdumpinfo.c106 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Io.IoDecode), "Address Decoding", AcpiGbl_IoDecode},
107 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Io.Minimum), "Address Minimum", NULL},
108 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Io.Maximum), "Address Maximum", NULL},
109 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Io.Alignment), "Alignment", NULL},
110 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Io.AddressLength), "Address Length", NULL}
341 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.RangeType), "Range Type", AcpiGbl_RngDecode},
342 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.Translation), "Translation", AcpiGbl_TtpDecode},
343 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.TranslationType), "Translation Type", AcpiGbl_TrsDecode}
H A Drsaddr.c223 /* Resource Type (Memory, Io, BusNumber, etc.) */
293 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.RangeType),
297 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.Translation),
301 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.TranslationType),
/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Daslrestype1i.c285 Descriptor->Io.DescriptorType = ACPI_RESOURCE_NAME_FIXED_IO |
368 Descriptor->Io.DescriptorType = ACPI_RESOURCE_NAME_IO |
379 RsSetFlagBits (&Descriptor->Io.Flags, InitializerOp, 0, 1);
381 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Flags), 0);
386 Descriptor->Io.Minimum =
389 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Minimum));
395 Descriptor->Io.Maximum =
398 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Maximum));
404 Descriptor->Io.Alignment =
407 CurrentByteOffset + ASL_RESDESC_OFFSET (Io
[all...]
/freebsd-10.2-release/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-10.2-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcs.c211 AcpiGbl_IoDecode [ACPI_GET_1BIT_FLAG (Resource->Io.Flags)]);
214 AcpiDmDumpInteger16 (Resource->Io.Minimum, "Range Minimum");
217 AcpiDmDumpInteger16 (Resource->Io.Maximum, "Range Maximum");
220 AcpiDmDumpInteger8 (Resource->Io.Alignment, "Alignment");
223 AcpiDmDumpInteger8 (Resource->Io.AddressLength, "Length");
/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi_resource.c206 if (res->Data.Io.AddressLength <= 0)
208 if (res->Data.Io.Minimum == res->Data.Io.Maximum) {
209 ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "Io 0x%x/%d\n",
210 res->Data.Io.Minimum, res->Data.Io.AddressLength));
211 set->set_ioport(dev, arc->context, res->Data.Io.Minimum,
212 res->Data.Io.AddressLength);
214 ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "Io 0x%x-0x%x/%d\n",
215 res->Data.Io
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dacrestyp.h322 ACPI_IO_ATTRIBUTE Io; member in union:acpi_resource_attribute
651 ACPI_RESOURCE_IO Io; member in union:acpi_resource_data
H A Damlresrc.h552 AML_RESOURCE_IO Io; member in union:aml_resource
/freebsd-10.2-release/sys/boot/efi/include/
H A Defiprot.h472 EFI_IO_ACCESS Io; member in struct:_EFI_DEVICE_IO_INTERFACE

Completed in 195 milliseconds