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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_value.c67 pool_value_get_uint64(const pool_value_t *pv, uint64_t *result) function
372 (void) pool_value_get_uint64(pv1, &uval1);
373 (void) pool_value_get_uint64(pv2, &uval2);
/illumos-gate/usr/src/man/man3pool/
H A DMakefile80 pool_value_get_uint64.3pool \
150 pool_value_get_uint64.3pool := LINKSRC = pool_value_alloc.3pool
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java133 final static native int pool_value_get_uint64(long pv, long result); method in class:PoolInternal

Completed in 59 milliseconds