Searched refs:Resource (Results 1 - 25 of 52) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DResource.h12 class SP_API Resource { class in namespace:SP_NAMESPACE
14 Resource();
15 Resource(const Resource &);
24 Resource::Resource() function in class:SP_NAMESPACE::Resource
30 Resource::Resource(const Resource &) function in class:SP_NAMESPACE::Resource
36 int Resource
[all...]
H A DNamedResource.h9 #include "Resource.h"
15 class SP_API NamedResource : public Named, public Resource {
H A DStringResource.h9 #include "Resource.h"
16 class StringResource : public String<T>, public Resource {
H A DEntityManager.h14 #include "Resource.h"
28 class SP_API EntityManager : public Resource {
H A DCodingSystemKit.h15 #include "Resource.h"
22 class SP_API InputCodingSystemKit : public Resource {
H A DEntityCatalog.h10 #include "Resource.h"
21 class SP_API EntityCatalog : public Resource {
H A DXcharMap.h9 #include "Resource.h"
18 class SharedXcharMap : public Resource {
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrcs.c3 * Module Name: dmresrcs.c - "Small" Resource Descriptor disassembly
132 * PARAMETERS: Resource - Pointer to the resource descriptor
144 AML_RESOURCE *Resource,
158 AcpiGbl_HeDecode [Resource->Irq.Flags & 1],
159 AcpiGbl_LlDecode [(Resource->Irq.Flags >> 3) & 1],
160 AcpiGbl_ShrDecode [(Resource->Irq.Flags >> 4) & 1]);
169 AcpiDmBitList (Resource->Irq.IrqMask);
177 * PARAMETERS: Resource - Pointer to the resource descriptor
189 AML_RESOURCE *Resource,
196 AcpiGbl_TypDecode [(Resource
143 AcpiDmIrqDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
188 AcpiDmDmaDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
225 AcpiDmIoDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
270 AcpiDmFixedIoDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
308 AcpiDmStartDependentDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
347 AcpiDmEndDependentDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
375 AcpiDmVendorSmallDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
[all...]
H A Ddmresrcl.c3 * Module Name: dmresrcl.c - "Large" Resource Descriptor disassembly
173 AML_RESOURCE *Resource,
189 AML_RESOURCE *Resource,
195 AML_RESOURCE *Resource);
342 * PARAMETERS: Resource - Raw AML descriptor
354 AML_RESOURCE *Resource,
363 ResourceType = Resource->Address.ResourceType;
364 SpecificFlags = Resource->Address.SpecificFlags;
365 Flags = Resource->Address.Flags;
373 AcpiOsPrintf ("/**** Invalid Resource Typ
353 AcpiDmAddressCommon( AML_RESOURCE *Resource, UINT8 Type, UINT32 Level) argument
425 AcpiDmAddressFlags( AML_RESOURCE *Resource) argument
586 AcpiDmResourceSource( AML_RESOURCE *Resource, ACPI_SIZE MinimumTotalLength, UINT32 ResourceLength) argument
650 AcpiDmWordDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
695 AcpiDmDwordDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
740 AcpiDmQwordDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
785 AcpiDmExtendedDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
832 AcpiDmMemory24Descriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
871 AcpiDmMemory32Descriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
910 AcpiDmFixedMemory32Descriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
951 AcpiDmGenericRegisterDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
1007 AcpiDmInterruptDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
1113 AcpiDmVendorLargeDescriptor( AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/resources/
H A Drslist.c151 ACPI_RESOURCE *Resource; local
162 Resource = *ResourcePtr;
163 if (ACPI_IS_MISALIGNED (Resource))
166 "Misaligned resource pointer %p", Resource));
172 Resource, ACPI_CAST_PTR (AML_RESOURCE, Aml),
184 Resource->Length));
188 *ResourcePtr = ACPI_ADD_PTR (void, Resource, Resource->Length);
197 * PARAMETERS: Resource - Pointer to the resource linked list
214 ACPI_RESOURCE *Resource,
213 AcpiRsConvertResourcesToAml( ACPI_RESOURCE *Resource, ACPI_SIZE AmlSizeNeeded, UINT8 *OutputBuffer) argument
[all...]
H A Drsmisc.c139 * PARAMETERS: Resource - Pointer to the resource descriptor
152 ACPI_RESOURCE *Resource,
169 if (((ACPI_SIZE) Resource) & 0x3)
175 Resource, Resource->Type, Resource->Length));
195 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset);
203 ACPI_MEMSET (Resource, 0, INIT_RESOURCE_LENGTH (Info));
204 Resource->Type = INIT_RESOURCE_TYPE (Info);
205 Resource
151 AcpiRsConvertAmlToResource( ACPI_RESOURCE *Resource, AML_RESOURCE *Aml, ACPI_RSCONVERT_INFO *Info) argument
424 AcpiRsConvertResourceToAml( ACPI_RESOURCE *Resource, AML_RESOURCE *Aml, ACPI_RSCONVERT_INFO *Info) argument
[all...]
H A Drsxface.c149 ACPI_RESOURCE *Resource,
430 * PARAMETERS: Resource - Pointer to a resource
445 ACPI_RESOURCE *Resource,
452 if (!Resource || !Out)
459 switch (Resource->Type)
463 Address16 = ACPI_CAST_PTR (ACPI_RESOURCE_ADDRESS16, &Resource->Data);
469 Address32 = ACPI_CAST_PTR (ACPI_RESOURCE_ADDRESS32, &Resource->Data);
477 ACPI_MEMCPY (Out, &Resource->Data, sizeof (ACPI_RESOURCE_ADDRESS64));
560 ACPI_RESOURCE *Resource,
571 if (Resource
559 AcpiRsMatchVendorResource( ACPI_RESOURCE *Resource, void *Context) argument
641 ACPI_RESOURCE *Resource; local
[all...]
H A Drsaddr.c142 /* Resource Type, General Flags, and Type-Specific Flags */
182 /* Resource Type, General Flags, and Type-Specific Flags */
222 /* Resource Type, General Flags, and Type-Specific Flags */
262 /* Resource Type, General Flags, and Type-Specific Flags */
297 /* Resource Type (Memory, Io, BusNumber, etc.) */
385 * PARAMETERS: Resource - Pointer to the internal resource struct
397 ACPI_RESOURCE *Resource,
403 /* Validate the Resource Type */
410 /* Get the Resource Type and General Flags */
412 (void) AcpiRsConvertAmlToResource (Resource, Am
396 AcpiRsGetAddressCommon( ACPI_RESOURCE *Resource, AML_RESOURCE *Aml) argument
450 AcpiRsSetAddressCommon( AML_RESOURCE *Aml, ACPI_RESOURCE *Resource) argument
[all...]
H A Drscalc.c271 * PARAMETERS: Resource - Pointer to the resource linked list
284 ACPI_RESOURCE *Resource,
296 while (Resource)
300 if (Resource->Type > ACPI_RESOURCE_TYPE_MAX)
307 TotalSize = AcpiGbl_AmlResourceSizes [Resource->Type];
313 switch (Resource->Type)
319 if (Resource->Data.Irq.DescriptorLength == 2)
330 if (Resource->Data.Irq.DescriptorLength == 0)
339 * Vendor Defined Resource:
341 * it will be created as a Small Resource dat
283 AcpiRsGetAmlLength( ACPI_RESOURCE *Resource, ACPI_SIZE *SizeNeeded) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DMove.java45 private Resource from;
50 private Resource to;
58 protected Move(Resource from, Resource to)
67 Resource getFrom()
75 Resource getTo()
112 ComponentMove(Resource from, Resource to, Component comp)
183 QuantityMove(Resource from, Resource t
[all...]
H A DMonitor.java34 import com.sun.solaris.service.pools.Resource;
87 public double getUtilization(Resource res) throws StaleMonitorException;
89 public ResourceMonitor get(Resource res) throws StaleMonitorException;
H A DResourceMonitor.java37 import com.sun.solaris.service.pools.Resource;
50 private Resource target;
77 public ResourceMonitor(Resource target, int maxSize)
130 public Resource getMonitored()
144 public void setResource(Resource target)
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DResource.java35 * The <code>Resource</code> class represents a resource.
37 public class Resource extends Element class in inherits:Element
59 Resource(Configuration conf, long resource) throws PoolsException method in class:Resource
93 public void transfer(Resource donor, long qty) throws PoolsException
110 public void transfer(Resource donor, List components)
177 * Indicates whether some other Resource is "equal to this one.
187 if (!(o instanceof Resource))
189 Resource other = (Resource) o;
H A DPool.java36 * The <code>Pool</code> class represents a Resource Pool.
84 public void associate(Resource res) throws PoolsException
98 public void dissociate(Resource res) throws PoolsException
128 aList.add(new Resource(_conf,
H A DMakefile45 Resource.java \
H A DConfiguration.java362 public Resource createResource(String type, String name)
371 Resource res = new Resource(this, aResource);
382 public void destroyResource(Resource res) throws PoolsException
397 public Resource getResource(String type, String name)
407 return ((Resource) elements.get(type + "." + name));
409 Resource r = new Resource(this, res);
457 aList.add(new Resource(this,
/opensolaris-onvv-gate/usr/src/uts/intel/sys/acpi/
H A Dacdisasm.h613 AML_RESOURCE *Resource,
619 AML_RESOURCE *Resource,
625 AML_RESOURCE *Resource,
631 AML_RESOURCE *Resource,
637 AML_RESOURCE *Resource,
643 AML_RESOURCE *Resource,
649 AML_RESOURCE *Resource,
655 AML_RESOURCE *Resource,
661 AML_RESOURCE *Resource,
667 AML_RESOURCE *Resource,
[all...]
H A Dacresrc.h3 * Name: acresrc.h - Resource Manager function prototypes
149 /* Resource conversion opcodes */
174 /* Resource Conversion sub-opcodes */
216 /* Resource tables indexed by internal resource type */
221 /* Resource tables indexed by raw AML resource descriptor type */
314 ACPI_RESOURCE *Resource,
325 ACPI_RESOURCE *Resource);
329 ACPI_RESOURCE *Resource,
338 ACPI_RESOURCE *Resource,
344 ACPI_RESOURCE *Resource,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/resources/
H A DLogMessages.properties40 SRM_10000=Resource monitor could not be opened.
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DRecognizer.h11 #include "Resource.h"
25 class Recognizer : public Resource {

Completed in 370 milliseconds

123