Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java546 Value idValue = new Value(name); in getComponents() local
550 type + ".sys_id", idValue.getValue()) == in getComponents()
553 if (idValue == null) in getComponents()
555 long sys_id = idValue.getLong(); in getComponents()
556 idValue.close(); in getComponents()