Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c51 static jobject copyArray(JNIEnv *, void **);
128 copyArray(JNIEnv *jenv, void **nativeArray) in copyArray() function
638 return (copyArray(jenv, (void **)result)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pools()
726 return (copyArray(jenv, (void *)result)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resources()
790 return (copyArray(jenv, (void **)result)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1components()
1008 return (copyArray(jenv, (void **)result)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resource_1components()
1164 return (copyArray(jenv, (void **)result)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pool_1resources()