Searched refs:zpool_get_name (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/cddl/contrib/opensolaris/cmd/zpool/ |
| HD | zpool_main.c | 563 "configuration:\n"), zpool_get_name(zhp)); in zpool_do_add() 1117 "could not unmount datasets\n"), zpool_get_name(zhp)); in zpool_do_destroy() 1379 if (strcmp(zpool_get_name(cb.cb_zhp), in print_status_config() 1380 zpool_get_name(zhp)) == 0) in print_status_config() 1386 zpool_get_name(cb.cb_zhp)); in print_status_config() 2517 print_vdev_stats(zhp, zpool_get_name(zhp), oldnvroot, newnvroot, cb, 0); in print_iostat() 2535 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 …]
|
| HD | zpool_iter.c | 65 const char *lname = zpool_get_name(l); in zpool_compare() 66 const char *rname = zpool_get_name(r); in zpool_compare()
|
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs.h | 213 extern const char *zpool_get_name(zpool_handle_t *);
|
| HD | libzfs_import.c | 1705 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use() 1721 name = (char *)zpool_get_name(cb.cb_zhp); in zpool_in_use()
|
| HD | libzfs_pool.c | 255 (void) strlcpy(buf, zpool_get_name(zhp), len); in zpool_get_prop() 1070 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name() function
|
| HD | libzfs_dataset.c | 282 (strncmp(pool_name, zpool_get_name(zph), len) != 0)) in zpool_find_handle()
|