Searched refs:zpool_open (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 222 zpool_open;
|
H A D | libzfs.h | 206 extern zpool_handle_t *zpool_open(libzfs_handle_t *, const char *);
|
H A D | libzfs_pool.c | 1006 zpool_open(libzfs_handle_t *hdl, const char *pool) in zpool_open() function 4009 if ((zhp = zpool_open(hdl, poolname)) == NULL) { in zvol_check_dump_config()
|
H A D | libzfs_dataset.c | 3308 zpool_handle_t *zpool_handle = zpool_open(hdl, pool_path); in zfs_create() 3730 zpool_handle_t *zpool_hdl = zpool_open(hdl, pool); in zfs_snapshot_nvl()
|
/titanic_50/usr/src/cmd/zinject/ |
H A D | translate.c | 459 if ((zhp = zpool_open(g_zfs, pool)) == NULL) in translate_device()
|
/titanic_50/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 532 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_add() 610 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_remove() 3092 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_attach_or_replace() 3195 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_detach() 3302 if ((zhp = zpool_open(g_zfs, srcpool)) == NULL) in zpool_do_split() 3385 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_online() 3462 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_offline() 3596 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_reguid()
|
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_list.c | 253 if ((zphp = zpool_open(g_zfs, rpool)) == NULL) { in _be_list() 1058 if ((zphp = zpool_open(g_zfs, rpool)) == NULL) { in be_get_node_data()
|
H A D | be_snapshot.c | 299 if ((zphp = zpool_open(g_zfs, bt.obe_zpool)) == NULL) { in be_rollback()
|
H A D | be_activate.c | 489 if ((zhp = zpool_open(g_zfs, boot_rpool)) == NULL) { in set_bootfs() 1276 if ((zphp = zpool_open(g_zfs, bt->obe_zpool)) == NULL) { in be_do_installboot()
|
H A D | be_create.c | 177 if ((zlp = zpool_open(g_zfs, bt.nbe_zpool)) == NULL) { in be_init() 652 if ((zphp = zpool_open(g_zfs, bt.obe_zpool)) == NULL) { in be_copy()
|
/titanic_50/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 184 (zph = zpool_open(fs->gf_lzfh, name)) == NULL) in get_zfs_root()
|
/titanic_50/usr/src/cmd/power/ |
H A D | handlers.c | 1027 if ((zpool_handle = zpool_open(lzfs, pool_name)) == NULL) { in ztop()
|
/titanic_50/usr/src/cmd/halt/ |
H A D | halt.c | 796 if ((zpoolp = zpool_open(g_zfs, poolname)) == NULL) { in get_zfs_bootfs_arg()
|
/titanic_50/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 864 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create()
|