Home
last modified time | relevance | path

Searched refs:typeVal (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java535 Value typeVal = new Value(name); in getComponents() local
539 typeVal.getValue()) == PoolInternal.POC_INVAL) in getComponents()
541 if (typeVal == null) in getComponents()
543 String type = typeVal.getString(); in getComponents()
544 typeVal.close(); in getComponents()
/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.h88 void displayLogicalUnitNameTypeString(MP_LOGICAL_UNIT_NAME_TYPE typeVal);
H A Dmpathadm.c2724 displayLogicalUnitNameTypeString(MP_LOGICAL_UNIT_NAME_TYPE typeVal) in displayLogicalUnitNameTypeString() argument
2729 switch (typeVal) { in displayLogicalUnitNameTypeString()