Searched defs:Configuration (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java38 * The <code>Configuration</code> class represents a pools configuration.
40 public class Configuration extends Element class in inherits:Element
77 public Configuration(String location, int perms) throws PoolsException method in class:Configuration
621 * Indicates whether some other Configuration is "equal to this one.
631 if (!(o instanceof Configuration))
633 Configuration other = (Configuration) o;
/illumos-gate/usr/src/uts/common/sys/mpt/
H A Dmpi_cnfg.h538 uint32_t Configuration; member in struct:config_page_scsi_port_1
616 uint32_t Configuration; member in struct:config_page_scsi_device_1

Completed in 353 milliseconds