Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DValue.java298 return (String.valueOf(getLong())); in toString()
330 public final long getLong() throws PoolsException in getLong() method in Value
H A DComponent.java65 sys_id = val.getLong(); in Component()
H A DElement.java205 long ret = val.getLong(); in getLongProperty()
H A DConfiguration.java555 long sys_id = idValue.getLong(); in getComponents()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c3664 local uLong getLong OF((gz_stream *s));
4063 if (getLong(s) != s->crc && !s->nocrc) {
4065 if (getLong(s) != s->crc) {
4069 (void)getLong(s);
4105 local uLong getLong (s) in getLong() function