Searched refs:zpool_open (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/cddl/contrib/opensolaris/cmd/zinject/ |
| HD | translate.c | 442 if ((zhp = zpool_open(g_zfs, pool)) == NULL) in translate_device()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zpool/ |
| HD | zpool_main.c | 538 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_add() 616 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_remove() 3263 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_attach_or_replace() 3366 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_detach() 3475 if ((zhp = zpool_open(g_zfs, srcpool)) == NULL) in zpool_do_split() 3558 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_online() 3635 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_offline() 3769 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_reguid()
|
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs.h | 210 extern zpool_handle_t *zpool_open(libzfs_handle_t *, const char *);
|
| HD | libzfs_pool.c | 1034 zpool_open(libzfs_handle_t *hdl, const char *pool) in zpool_open() function 4091 if ((zhp = zpool_open(hdl, poolname)) == NULL) {
|
| HD | libzfs_dataset.c | 3268 zpool_handle_t *zpool_handle = zpool_open(hdl, pool_path); in zfs_create() 3689 zpool_handle_t *zpool_hdl = zpool_open(hdl, pool); in zfs_snapshot_nvl()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zfs/ |
| HD | zfs_main.c | 858 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create()
|