Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_property.c76 static jobject str_to_string(JNIEnv *, char *);
140 { ZFS_PROP_MOUNTPOINT, str_to_string, NULL,
148 { ZFS_PROP_SHARENFS, str_to_string, NULL,
256 return (create_BasicProperty(env, zhp, prop, str_to_string, NULL, in create_StringProperty()
390 return (create_default_BasicProperty(env, prop, str_to_string, NULL, in create_default_StringProperty()
489 str_to_string(JNIEnv *env, char *str) in str_to_string() function