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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_value.c82 pool_value_get_int64(const pool_value_t *pv, int64_t *result) function
378 (void) pool_value_get_int64(pv1, &ival1);
379 (void) pool_value_get_int64(pv2, &ival2);
/illumos-gate/usr/src/man/man3pool/
H A DMakefile76 pool_value_get_int64.3pool \
146 pool_value_get_int64.3pool := LINKSRC = pool_value_alloc.3pool
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java134 final static native int pool_value_get_int64(long pv, long result); method in class:PoolInternal

Completed in 121 milliseconds