Searched defs:Component (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java33 * The <code>Component</code> class represents a configuration
36 public class Component extends Element class in inherits:Element
60 Component(Configuration conf, long comp) throws PoolsException method in class:Component
113 * Indicates whether some other Component is "equal to this one.
123 if (!(o instanceof Component))
125 Component other = (Component) o;
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Duttrack.c75 UINT32 Component,
82 UINT32 Component,
131 * Component - Component type of caller
144 UINT32 Component,
173 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line);
200 * Component - Component type of caller
213 UINT32 Component,
242 ACPI_MEM_CALLOC, Component, Modul
142 AcpiUtAllocateAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
211 AcpiUtAllocateZeroedAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
280 AcpiUtFreeAndTrack( void *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument
406 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument
510 AcpiUtRemoveAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument
647 AcpiUtDumpAllocations( UINT32 Component, const char *Module) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsdump.c152 * Component - Caller's component ID
166 UINT32 Component)
174 if (!ACPI_IS_DEBUG_ENABLED (Level, Component))
162 AcpiNsDumpPathname( ACPI_HANDLE Handle, const char *Msg, UINT32 Level, UINT32 Component) argument

Completed in 46 milliseconds