Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c49 static jobject copyArray(JNIEnv *, void **);
126 copyArray(JNIEnv *jenv, void **nativeArray) in copyArray() function
672 return (copyArray(jenv, (void **)result)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pools()
762 return (copyArray(jenv, (void *)result)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resources()
827 return (copyArray(jenv, (void **)result)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1components()
1052 return (copyArray(jenv, (void **)result)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resource_1components()
1215 return (copyArray(jenv, (void **)result)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pool_1resources()