Searched refs:propValue (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_property.c | 174 jobject propValue = NULL; in create_BasicProperty() local 182 propValue = convert_str(env, propbuf); in create_BasicProperty() 189 propValue = convert_uint64(env, value); in create_BasicProperty() 192 if (propValue != NULL) { in create_BasicProperty() 216 env, class, constructor, propName, propValue, in create_BasicProperty() 230 env, class, constructor, propName, propValue, in create_BasicProperty() 267 jobject propValue = NULL; in create_ObjectProperty() local 275 propValue = convert_str(env, propbuf); in create_ObjectProperty() 282 propValue = convert_uint64(env, value); in create_ObjectProperty() 285 if (propValue != NULL) { in create_ObjectProperty() [all …]
|