| /netbsd-src/sys/external/bsd/acpica/dist/disassembler/ |
| H A D | dmresrcl2.c | 61 AML_RESOURCE *Resource, 68 AML_RESOURCE *Resource, 75 AML_RESOURCE *Resource, 82 AML_RESOURCE *Resource, 89 AML_RESOURCE *Resource, 198 AML_RESOURCE *Resource, in AcpiDmGpioCommon() argument 211 if (Resource->Gpio.ResSourceOffset) in AcpiDmGpioCommon() 214 Resource, Resource->Gpio.ResSourceOffset); in AcpiDmGpioCommon() 219 AcpiOsPrintf ("0x%2.2X, ", Resource->Gpio.ResSourceIndex); in AcpiDmGpioCommon() 221 AcpiGbl_ConsumeDecode [ACPI_GET_1BIT_FLAG (Resource->Gpio.Flags)]); in AcpiDmGpioCommon() [all …]
|
| H A D | dmresrcl.c | 98 AML_RESOURCE *Resource, 114 AML_RESOURCE *Resource, 120 AML_RESOURCE *Resource); 291 AML_RESOURCE *Resource, in AcpiDmAddressCommon() argument 300 ResourceType = Resource->Address.ResourceType; in AcpiDmAddressCommon() 301 SpecificFlags = Resource->Address.SpecificFlags; in AcpiDmAddressCommon() 302 Flags = Resource->Address.Flags; in AcpiDmAddressCommon() 366 AML_RESOURCE *Resource) in AcpiDmAddressFlags() argument 369 if (Resource->Address.ResourceType == ACPI_IO_RANGE) in AcpiDmAddressFlags() 371 AcpiDmIoFlags2 (Resource->Address.SpecificFlags); in AcpiDmAddressFlags() [all …]
|
| H A D | dmresrcs.c | 71 AML_RESOURCE *Resource, in AcpiDmIrqDescriptor() argument 85 AcpiGbl_HeDecode [ACPI_GET_1BIT_FLAG (Resource->Irq.Flags)], in AcpiDmIrqDescriptor() 86 AcpiGbl_LlDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->Irq.Flags, 3)], in AcpiDmIrqDescriptor() 87 AcpiGbl_ShrDecode [ACPI_EXTRACT_2BIT_FLAG (Resource->Irq.Flags, 4)]); in AcpiDmIrqDescriptor() 96 AcpiDmBitList (Resource->Irq.IrqMask); in AcpiDmIrqDescriptor() 118 AML_RESOURCE *Resource, in AcpiDmDmaDescriptor() argument 125 AcpiGbl_TypDecode [ACPI_EXTRACT_2BIT_FLAG (Resource->Dma.Flags, 5)], in AcpiDmDmaDescriptor() 126 AcpiGbl_BmDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->Dma.Flags, 2)], in AcpiDmDmaDescriptor() 127 AcpiGbl_SizDecode [ACPI_GET_2BIT_FLAG (Resource->Dma.Flags)]); in AcpiDmDmaDescriptor() 135 AcpiDmBitList (Resource->Dma.DmaChannelMask); in AcpiDmDmaDescriptor() [all …]
|
| /netbsd-src/sys/external/bsd/acpica/dist/resources/ |
| H A D | rsmisc.c | 78 ACPI_RESOURCE *Resource, in AcpiRsConvertAmlToResource() argument 100 if (((ACPI_SIZE) Resource) & 0x3) in AcpiRsConvertAmlToResource() 106 Resource, Resource->Type, Resource->Length)); in AcpiRsConvertAmlToResource() 127 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset); in AcpiRsConvertAmlToResource() 135 memset (Resource, 0, INIT_RESOURCE_LENGTH (Info)); in AcpiRsConvertAmlToResource() 136 Resource->Type = INIT_RESOURCE_TYPE (Info); in AcpiRsConvertAmlToResource() 137 Resource->Length = INIT_RESOURCE_LENGTH (Info); in AcpiRsConvertAmlToResource() 185 Resource->Length = Resource->Length + in AcpiRsConvertAmlToResource() 194 Resource->Length = Resource->Length + in AcpiRsConvertAmlToResource() 203 Resource->Length = Resource->Length + ItemCount; in AcpiRsConvertAmlToResource() [all …]
|
| H A D | rslist.c | 77 ACPI_RESOURCE *Resource; in AcpiRsConvertAmlToResources() local 90 Resource = *ResourcePtr; in AcpiRsConvertAmlToResources() 91 if (ACPI_IS_MISALIGNED (Resource)) in AcpiRsConvertAmlToResources() 94 "Misaligned resource pointer %p", Resource)); in AcpiRsConvertAmlToResources() 138 Resource, AmlResource, ConversionTable); in AcpiRsConvertAmlToResources() 146 if (!Resource->Length) in AcpiRsConvertAmlToResources() 155 Resource->Length)); in AcpiRsConvertAmlToResources() 159 *ResourcePtr = ACPI_NEXT_RESOURCE (Resource); in AcpiRsConvertAmlToResources() 185 ACPI_RESOURCE *Resource, in AcpiRsConvertResourcesToAml() argument 204 if (Resource->Type > ACPI_RESOURCE_TYPE_MAX) in AcpiRsConvertResourcesToAml() [all …]
|
| H A D | rscalc.c | 212 ACPI_RESOURCE *Resource, in AcpiRsGetAmlLength() argument 226 ResourceEnd = ACPI_ADD_PTR (ACPI_RESOURCE, Resource, ResourceListSize); in AcpiRsGetAmlLength() 227 while (Resource < ResourceEnd) in AcpiRsGetAmlLength() 231 if (Resource->Type > ACPI_RESOURCE_TYPE_MAX) in AcpiRsGetAmlLength() 238 if (!Resource->Length) in AcpiRsGetAmlLength() 245 TotalSize = AcpiGbl_AmlResourceSizes [Resource->Type]; in AcpiRsGetAmlLength() 251 switch (Resource->Type) in AcpiRsGetAmlLength() 257 if (Resource->Data.Irq.DescriptorLength == 2) in AcpiRsGetAmlLength() 268 if (Resource->Data.Irq.DescriptorLength == 0) in AcpiRsGetAmlLength() 282 if (Resource->Data.Vendor.ByteLength > 7) in AcpiRsGetAmlLength() [all …]
|
| H A D | rsxface.c | 76 ACPI_RESOURCE *Resource, 418 ACPI_RESOURCE *Resource, in ACPI_EXPORT_SYMBOL() 425 if (!Resource || !Out) in ACPI_EXPORT_SYMBOL() 432 switch (Resource->Type) in ACPI_EXPORT_SYMBOL() 437 ACPI_RESOURCE_ADDRESS16, &Resource->Data); in ACPI_EXPORT_SYMBOL() 444 ACPI_RESOURCE_ADDRESS32, &Resource->Data); in ACPI_EXPORT_SYMBOL() 452 memcpy (Out, &Resource->Data, sizeof (ACPI_RESOURCE_ADDRESS64)); in ACPI_EXPORT_SYMBOL() 536 ACPI_RESOURCE *Resource, in ACPI_EXPORT_SYMBOL() 547 if (Resource->Type != ACPI_RESOURCE_TYPE_VENDOR) in ACPI_EXPORT_SYMBOL() 552 Vendor = &Resource->Data.VendorTyped; in ACPI_EXPORT_SYMBOL() [all …]
|
| H A D | rsaddr.c | 68 /* Resource Type, General Flags, and Type-Specific Flags */ 108 /* Resource Type, General Flags, and Type-Specific Flags */ 148 /* Resource Type, General Flags, and Type-Specific Flags */ 188 /* Resource Type, General Flags, and Type-Specific Flags */ 223 /* Resource Type (Memory, Io, BusNumber, etc.) */ 311 * PARAMETERS: Resource - Pointer to the internal resource struct 323 ACPI_RESOURCE *Resource, in AcpiRsGetAddressCommon() argument 333 /* Validate the Resource Type */ in AcpiRsGetAddressCommon() 342 /* Get the Resource Type and General Flags */ in AcpiRsGetAddressCommon() 345 Resource, Am in AcpiRsGetAddressCommon() 387 AcpiRsSetAddressCommon(AML_RESOURCE * Aml,ACPI_RESOURCE * Resource) AcpiRsSetAddressCommon() argument [all...] |
| H A D | rsdump.c | 117 ACPI_RESOURCE_DATA *Resource); 121 void *Resource, 175 ACPI_ERROR ((AE_INFO, "Invalid Zero Resource Type")); in AcpiRsDumpResourceList() 261 * PARAMETERS: Resource - Buffer containing the resource 272 void *Resource, in AcpiRsDumpDescriptor() 288 Target = ACPI_ADD_PTR (UINT8, Resource, Table->Offset); in AcpiRsDumpDescriptor() 299 AcpiOsPrintf ("%s Resource\n", Name); in AcpiRsDumpDescriptor() 446 AcpiRsDumpResourceLabel ("Resource Label", ACPI_CAST_PTR ( in AcpiRsDumpDescriptor() 454 AcpiRsDumpResourceLabel ("Resource Source Label", ACPI_CAST_PTR ( in AcpiRsDumpDescriptor() 475 * PARAMETERS: ResourceSource - Pointer to a Resource Sourc 271 AcpiRsDumpDescriptor(void * Resource,ACPI_RSDUMP_INFO * Table) AcpiRsDumpDescriptor() argument 545 AcpiRsDumpAddressCommon(ACPI_RESOURCE_DATA * Resource) AcpiRsDumpAddressCommon() argument [all...] |
| H A D | rscreate.c | 75 void *Resource; in AcpiBufferToResource() local 102 Resource = ACPI_ALLOCATE_ZEROED (ListSizeNeeded); in AcpiBufferToResource() 103 CurrentResourcePtr = Resource; in AcpiBufferToResource() 104 if (!Resource) in AcpiBufferToResource() 119 ACPI_FREE (Resource); in AcpiBufferToResource() 123 *ResourcePtr = Resource; in AcpiBufferToResource() 160 void *Resource; in ACPI_EXPORT_SYMBOL() local 198 Resource = OutputBuffer->Pointer; in ACPI_EXPORT_SYMBOL() 200 AcpiRsConvertAmlToResources, &Resource); in ACPI_EXPORT_SYMBOL()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | errinfo_example.txt | 8 wnck-applet read 11 Resource temporarily unavailable 9 Xorg read 11 Resource temporarily unavailable 10 nautilus read 11 Resource temporarily unavailable 11 Xorg read 11 Resource temporarily unavailable 12 dsdm read 11 Resource temporarily unavailable 13 Xorg read 11 Resource temporarily unavailable 18 Xorg read 11 Resource temporarily unavailable 35 xscreensaver read 11 1 Resource temporarily unavailable 45 soffice.bin read 11 9 Resource temporarily unavailable 46 gnome-terminal read 11 23 Resource temporarily unavailable [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | errinfo_example.txt | 8 wnck-applet read 11 Resource temporarily unavailable 9 Xorg read 11 Resource temporarily unavailable 10 nautilus read 11 Resource temporarily unavailable 11 Xorg read 11 Resource temporarily unavailable 12 dsdm read 11 Resource temporarily unavailable 13 Xorg read 11 Resource temporarily unavailable 18 Xorg read 11 Resource temporarily unavailable 35 xscreensaver read 11 1 Resource temporarily unavailable 45 soffice.bin read 11 9 Resource temporarily unavailable 46 gnome-terminal read 11 23 Resource temporarily unavailable [all …]
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | aslmapenter.c | 88 AML_RESOURCE *Resource, in MpSaveGpioInfo() argument 115 Info->Type = Resource->Gpio.ConnectionType; in MpSaveGpioInfo() 116 … Info->Direction = (UINT8) (Resource->Gpio.IntFlags & 0x0003); /* _IOR, for IO descriptor */ in MpSaveGpioInfo() 117 … Info->Polarity = (UINT8) ((Resource->Gpio.IntFlags >> 1) & 0x0003); /* _POL, for INT descriptor */ in MpSaveGpioInfo() 140 AML_RESOURCE *Resource, in MpSaveSerialInfo() argument 155 if (Resource->DescriptorType != ACPI_RESOURCE_NAME_SERIAL_BUS) in MpSaveSerialInfo() 162 switch (Resource->CommonSerialBus.Type) in MpSaveSerialInfo() 166 Address = Resource->I2cSerialBus.SlaveAddress; in MpSaveSerialInfo() 167 Speed = Resource->I2cSerialBus.ConnectionSpeed; in MpSaveSerialInfo() 172 Address = Resource->SpiSerialBus.DeviceSelection; in MpSaveSerialInfo() [all …]
|
| H A D | aslmapoutput.c | 330 AML_RESOURCE *Resource; in MpEmitSerialInfo() local 338 Resource = Info->Resource; in MpEmitSerialInfo() 339 switch (Resource->CommonSerialBus.Type) in MpEmitSerialInfo()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | acdisasm.h | 251 AML_RESOURCE *Resource, 1139 AML_RESOURCE *Resource, 1146 AML_RESOURCE *Resource, 1153 AML_RESOURCE *Resource, 1160 AML_RESOURCE *Resource, 1167 AML_RESOURCE *Resource, 1174 AML_RESOURCE *Resource, 1181 AML_RESOURCE *Resource, 1188 AML_RESOURCE *Resource, 1195 AML_RESOURCE *Resource, [all...] |
| H A D | acresrc.h | 277 ACPI_RESOURCE *Resource, 288 ACPI_RESOURCE *Resource); 292 ACPI_RESOURCE *Resource, 301 ACPI_RESOURCE *Resource, 307 ACPI_RESOURCE *Resource, 364 ACPI_RESOURCE *Resource);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
| H A D | InstructionTables.cpp | 27 for (const std::pair<const uint64_t, ResourceUsage> Resource : in execute() local 30 if (!Resource.second.size()) in execute() 32 unsigned Cycles = Resource.second.size(); in execute() 33 unsigned Index = std::distance(Masks.begin(), find(Masks, Resource.first)); in execute()
|
| H A D | ExecuteStage.cpp | 257 for (const std::pair<ResourceRef, ResourceCycles> &Resource : Used) { in notifyInstructionIssued() 258 assert(Resource.second.getDenominator() == 1 && "Invalid cycles!"); in notifyInstructionIssued() 259 dbgs() << "[E] Resource Used: [" << Resource.first.first << '.' in notifyInstructionIssued() 260 << Resource.first.second << "], "; in notifyInstructionIssued() 261 dbgs() << "cycles: " << Resource.second.getNumerator() << '\n'; in notifyInstructionIssued()
|
| /netbsd-src/sys/external/bsd/acpica/dist/common/ |
| H A D | dmrestag.c | 70 AML_RESOURCE *Resource, 846 AML_RESOURCE *Resource, in AcpiDmGetResourceTag() argument 860 switch (Resource->DescriptorType) in AcpiDmGetResourceTag() 870 if (Resource->Address.ResourceType == ACPI_ADDRESS_TYPE_MEMORY_RANGE) in AcpiDmGetResourceTag() 874 else if (Resource->Address.ResourceType == ACPI_ADDRESS_TYPE_IO_RANGE) in AcpiDmGetResourceTag() 891 if (Resource->Gpio.ConnectionType > AML_RESOURCE_MAX_GPIOTYPE) in AcpiDmGetResourceTag() 896 TagList = AcpiGbl_GpioResourceTags[Resource->Gpio.ConnectionType]; in AcpiDmGetResourceTag() 903 if ((Resource->CommonSerialBus.Type == 0) || in AcpiDmGetResourceTag() 904 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiDmGetResourceTag() 909 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type]; in AcpiDmGetResourceTag()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
| H A D | ResourceManager.cpp | 345 ResourceState &Resource = *Resources[Index]; in reserveResource() local 346 assert(Resource.isAResourceGroup() && !Resource.isReserved() && in reserveResource() 348 Resource.setReserved(); in reserveResource() 354 ResourceState &Resource = *Resources[Index]; in releaseResource() local 355 Resource.clearReserved(); in releaseResource() 356 if (Resource.isAResourceGroup()) in releaseResource() 359 if (Resource.isADispatchHazard()) in releaseResource()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
| H A D | memory.d | 931 static class Resource 975 auto r = new Resource; in createGarbage() 979 assert(Resource.outcome == Outcome.notCalled); 983 Resource.outcome == Outcome.notCalled || 984 Resource.outcome == Outcome.calledFromDruntime); 986 auto r = new Resource; 987 GC.runFinalizers((cast(const void*)typeid(Resource).destructor)[0..1]); 988 assert(Resource.outcome == Outcome.calledFromDruntime); 989 Resource.outcome = Outcome.notCalled; 995 assert(Resource.outcome == Outcome.notCalled); [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | qt | 7 0 string \<!DOCTYPE\040RCC\> Qt Resource Collection file 12 0 string qres\0\0 Qt Binary Resource file 13 0 search/1024 The\040Resource\040Compiler\040for\040Qt Qt C-code resource file
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| H A D | aeregion.c | 99 ACPI_RESOURCE *Resource; in AeRegionHandler() local 254 MyContext->Length, &Resource); in AeRegionHandler() 257 ACPI_FREE (Resource); in AeRegionHandler() 620 MyContext->Length, &Resource); in AeRegionHandler() 630 ACPI_FREE (Resource); in AeRegionHandler()
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc2079.txt | 13 Uniform Resource Identifiers (URIs) 25 Uniform Resource Locators (URLs) are being widely used to specify the 29 Resource Identifiers (URIs) as they are defined. A number of 38 Uniform Resource Locators (URLs) as defined by [1] are the first of 39 several types of Uniform Resource Identifiers (URIs) being defined by 67 Description: Uniform Resource Identifier with optional label 193 Description: Uniform Resource Locator with optional label 203 Resource Locators (URL)", RFC 1738, CERN, Xerox Corporation,
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
| H A D | TODO | 5 Resource and command-line option to specify font path. 7 Resource to specify name of environment variable from which to get the
|