Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/pools/poold/libjkstat/
H A Djkstat.c70 makeUnsignedInt64(JNIEnv *env, uint64_t value) in makeUnsignedInt64() function
270 valueObj = makeUnsignedInt64(env, ksnp->value.ui64); in Java_com_sun_solaris_service_kstat_Kstat_getValue()
316 makeUnsignedInt64(env, *((hrtime_t *)ksp + ksfieldoff * in ksobj_get_hrtime()
/titanic_50/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c48 static jobject makeUnsignedInt64(JNIEnv *, uint64_t);
94 makeUnsignedInt64(JNIEnv *env, uint64_t value) in makeUnsignedInt64() function
1765 return (makeUnsignedInt64(jenv, arg2)); in Java_com_sun_solaris_service_pools_Value_getUnsignedInt64Value()
1772 return (makeUnsignedInt64(env, gethrtime())); in Java_com_sun_solaris_service_pools_HRTime_timestamp()