Searched refs:dtj_NewStringNative (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.h283 extern jstring dtj_NewStringNative(JNIEnv *jenv, const char *str);
H A Ddtj_consume.c211 msg = dtj_NewStringNative(jenv, data->dtdda_msg);
309 msg = dtj_NewStringNative(jenv, data->dteda_msg);
415 message = dtj_NewStringNative(jenv, msg);
523 return (dtj_NewStringNative(jenv, (char *)addr));
542 jobj = dtj_NewStringNative(jenv, s);
1087 jstr = dtj_NewStringNative(jenv, s);
1324 jstr = dtj_NewStringNative(jenv, s);
1686 jstring jstr = dtj_NewStringNative(jenv, s);
H A Ddtj_util.c887 jfile = dtj_NewStringNative(jenv, file);
1011 jstr = dtj_NewStringNative(jenv, str);
1017 dtj_NewStringNative(JNIEnv *jenv, const char *str) function
H A Ddtj_jnitab.c900 message = dtj_NewStringNative(jenv, msg);
H A Ddtrace_jni.c1845 return (dtj_NewStringNative(env, _dtrace_version));

Completed in 57 milliseconds