HomeSort by: relevance | last modified time | path
    Searched defs:zpool_handle (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_impl.h 102 struct zpool_handle { struct
libzfs_dataset.c 262 zpool_handle(zfs_handle_t *zhp) function
437 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL)
501 zhp->zpool_hdl = zpool_handle(zhp);
607 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) {
828 zpool_handle_t *zpool_handle = zhp->zpool_hdl; local
830 if (zpool_handle == NULL)
833 *spa_version = zpool_get_prop_int(zpool_handle,
3266 zpool_handle_t *zpool_handle = zpool_open(hdl, pool_path); local
3269 zoned, NULL, zpool_handle, errbuf)) == 0) {
3270 zpool_close(zpool_handle);
    [all...]
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c 858 zpool_handle_t *zpool_handle; local
868 zpool_handle = zpool_open(g_zfs, argv[0]);
871 if (zpool_handle == NULL)
873 spa_version = zpool_get_prop_int(zpool_handle,
883 props, 0, NULL, zpool_handle, msg)) == NULL) {
884 zpool_close(zpool_handle);
887 zpool_close(zpool_handle);

Completed in 29 milliseconds