Searched refs:zpool_open (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfsbootenv/ |
| H A D | lzbe_device.c | 44 zphdl = zpool_open(hdl, pool); in lzbe_set_boot_device() 129 zphdl = zpool_open(hdl, pool); in lzbe_get_boot_device()
|
| H A D | lzbe_pair.c | 42 zphdl = zpool_open(hdl, pool); in lzbe_nvlist_get() 90 zphdl = zpool_open(hdl, pool); in lzbe_nvlist_set()
|
| H A D | libzfsbootenv.abi | 209 <function-decl name='zpool_open' visibility='default' binding='global' size-in-bits='64'>
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zfs_ids_to_path.c | 78 zpool_handle_t *pool = zpool_open(g_zfs, argv[0]); in main()
|
| /freebsd/sys/contrib/openzfs/cmd/zinject/ |
| H A D | translate.c | 345 if ((zhp = zpool_open(g_zfs, pool)) == NULL) in translate_device()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 866 zhp = zpool_open(g_zfs, poolname); in zpool_do_initialize() 873 zhp = zpool_open(g_zfs, poolname); in zpool_do_initialize() 1499 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_add() 1689 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_remove() 2445 zpool_handle_t *zhp = zpool_open(g_zfs, aea->aea_poolname); in zpool_export_task() 4180 if ((zhp = zpool_open(g_zfs, pool)) == NULL) { in zpool_do_checkpoint() 4251 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_prefetch() 7636 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) { in zpool_do_attach_or_replace() 7778 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_detach() 7910 if ((zhp = zpool_open(g_zfs, srcpool)) == NULL) { in zpool_do_split() [all …]
|
| /freebsd/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 245 _LIBZFS_H zpool_handle_t *zpool_open(libzfs_handle_t *, const char *);
|
| /freebsd/lib/libbe/ |
| H A D | be.c | 143 if ((lbh->active_phandle = zpool_open(lbh->lzh, poolname)) == NULL) in libbe_init()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 3759 if ((zpool_handle = zpool_open(hdl, pool_path)) == NULL) in zfs_create() 4240 zpool_hdl = zpool_open(hdl, pool); in zfs_snapshot_nvl()
|
| H A D | libzfs_pool.c | 1377 zpool_open(libzfs_handle_t *hdl, const char *pool) in zpool_open() function
|
| H A D | libzfs_sendrecv.c | 4229 zpool_hdl = zpool_open(hdl, namebuf); in zfs_setup_cmdline_props()
|
| H A D | libzfs.abi | 604 …<elf-symbol name='zpool_open' type='func-type' binding='global-binding' visibility='default-visibi… 4449 …ction-decl name='zpool_open' mangled-name='zpool_open' visibility='default' binding='global' size-…
|
| /freebsd/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 1194 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create() 8384 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) { in zfs_do_channel_program()
|