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

/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c647 JNIEnv *jenv, jclass jcls, jlong jconf, jstring jtype, jstring jname) {
652 type = (jtype) ? (*jenv)->GetStringUTFChars(jenv, jtype, 0) :
659 (*jenv)->ReleaseStringUTFChars(jenv, jtype, type);
834 JNIEnv *jenv, jclass jcls, jlong jconf, jstring jtype, jstring jname) {
839 type = (jtype) ? (*jenv)->GetStringUTFChars(jenv, jtype, 0) :
847 (*jenv)->ReleaseStringUTFChars(jenv, jtype, type);
1524 JNIEnv *jenv, jclass jcls, jstring jtype, jint jpid) {
1529 type = (jtype)
646 Java_com_sun_solaris_service_pools_PoolInternal_pool_1get_1resource( JNIEnv *jenv, jclass jcls, jlong jconf, jstring jtype, jstring jname) argument
833 Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1create( JNIEnv *jenv, jclass jcls, jlong jconf, jstring jtype, jstring jname) argument
1523 Java_com_sun_solaris_service_pools_PoolInternal_pool_1get_1resource_1binding( JNIEnv *jenv, jclass jcls, jstring jtype, jint jpid) argument
[all...]

Completed in 88 milliseconds