Searched refs:zphp (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_dataset.c355 populate_PoolBean(JNIEnv *env, zpool_handle_t *zphp, zfs_handle_t *zhp, argument
362 nvlist_t *devices = zjni_get_root_vdev(zphp);
373 zpool_get_prop_int(zphp, ZPOOL_PROP_SIZE, NULL));
378 env, zpool_get_state(zphp)));
383 zpool_get_status(zphp, &msgid)));
387 zpool_get_prop_int(zphp, ZPOOL_PROP_VERSION, NULL));
396 (char *)zpool_get_name(zphp),
440 create_PoolBean(JNIEnv *env, zpool_handle_t *zphp, zfs_handle_t *zhp) argument
449 result = populate_PoolBean(env, zphp, zhp, bean);
608 zjni_create_add_Pool(zpool_handle_t *zphp, voi argument
713 zpool_handle_t *zphp = zpool_open_canfail(g_zfs, name); local
774 zpool_handle_t *zphp = zpool_open_canfail(g_zfs, local
811 zpool_handle_t *zphp = zpool_open_canfail(g_zfs, name); local
[all...]
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_activate.c557 zpool_handle_t *zphp = NULL; local
581 if ((zphp = zpool_open(g_zfs, zpool)) == NULL) {
588 if ((config = zpool_get_config(zphp, NULL)) == NULL) {
700 if (zphp != NULL)
701 zpool_close(zphp);
H A Dbe_list.c794 zpool_handle_t *zphp = NULL; local
842 if ((zphp = zpool_open(g_zfs, rpool)) == NULL) {
849 (void) zpool_get_prop(zphp, ZPOOL_PROP_BOOTFS, prop_buf,
875 zpool_close(zphp);

Completed in 33 milliseconds