Home
last modified time | relevance | path

Searched refs:zpool_get_name (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c564 "configuration:\n"), zpool_get_name(zhp)); in zpool_do_add()
1146 "could not unmount datasets\n"), zpool_get_name(zhp)); in zpool_do_destroy()
1408 if (strcmp(zpool_get_name(cb.cb_zhp), in print_status_config()
1409 zpool_get_name(zhp)) == 0) in print_status_config()
1415 zpool_get_name(cb.cb_zhp)); in print_status_config()
2546 print_vdev_stats(zhp, zpool_get_name(zhp), oldnvroot, newnvroot, cb, 0); in print_iostat()
2564 cb->cb_namewidth = strlen(zpool_get_name(zhp)); in get_namewidth()
3841 "currently unavailable\n"), zpool_get_name(zhp)); in scrub_callback()
4163 zpool_get_name(zhp)); in status_callback()
4181 (void) printf(gettext(" pool: %s\n"), zpool_get_name(zhp)); in status_callback()
[all …]
H A Dzpool_iter.c66 const char *lname = zpool_get_name(l); in zpool_compare()
67 const char *rname = zpool_get_name(r); in zpool_compare()
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs.h211 extern const char *zpool_get_name(zpool_handle_t *);
H A Dlibzfs_import.c1764 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use()
1780 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use()
H A Dlibzfs_pool.c257 (void) strlcpy(buf, zpool_get_name(zhp), len); in zpool_get_prop()
1078 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name() function
H A Dlibzfs_dataset.c251 (strncmp(pool_name, zpool_get_name(zph), len) != 0)) in zpool_find_handle()