Searched refs:nvlist_lookup_uint64_array (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_status.c | 158 verify(nvlist_lookup_uint64_array(vdev, ZPOOL_CONFIG_VDEV_STATS, in find_vdev_problem() 212 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in check_status() 220 (void) nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_SCAN_STATS, in check_status()
|
H A D | libzfs_pool.c | 352 verify(nvlist_lookup_uint64_array(nvroot, in zpool_get_prop() 1874 (void) nvlist_lookup_uint64_array(nvroot, in zpool_scan() 3375 have_stats = nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS,
|
H A D | libzfs_import.c | 526 if (nvlist_lookup_uint64_array(tmp, in get_configs()
|
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/ |
H A D | util.c | 92 if (nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in show_vdev_stats()
|
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/ |
H A D | zpool_main.c | 1345 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_status_config() 1454 (void) nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_SCAN_STATS, in print_status_config() 1501 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_import_config() 1645 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in show_import() 2379 verify(nvlist_lookup_uint64_array(oldnv, in print_vdev_stats() 2385 verify(nvlist_lookup_uint64_array(newnv, ZPOOL_CONFIG_VDEV_STATS, in print_vdev_stats() 2977 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_list_stats() 4098 if (nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_DDT_OBJ_STATS, in print_dedup_stats() 4114 verify(nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_DDT_STATS, in print_dedup_stats() 4116 verify(nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_DDT_HISTOGRAM, in print_dedup_stats() [all …]
|
/netbsd-src/external/cddl/osnet/sys/sys/ |
H A D | nvnamespace.h | 156 #define nvlist_lookup_uint64_array opensolaris_nvlist_lookup_uint64_array macro
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | nvpair.h | 229 int nvlist_lookup_uint64_array(nvlist_t *, const char *, uint64_t **, uint_t *);
|
/netbsd-src/external/cddl/osnet/dist/common/zfs/ |
H A D | zfs_ioctl_compat.c | 971 if ((nvlist_lookup_uint64_array(nvl, ZPOOL_CONFIG_VDEV_STATS, in zfs_ioctl_compat_fix_stats_nvlist() 973 if ((nvlist_lookup_uint64_array(nvl, "stats", in zfs_ioctl_compat_fix_stats_nvlist()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | spa.c | 2143 if (nvlist_lookup_uint64_array(nvl, ZPOOL_CONFIG_SPLIT_LIST, in spa_try_repair() 3324 VERIFY(nvlist_lookup_uint64_array( in spa_add_spares() 3381 VERIFY(nvlist_lookup_uint64_array(l2cache[i], in spa_add_l2cache() 4170 nvlist_lookup_uint64_array(best_cfg, ZPOOL_CONFIG_HOLE_ARRAY, in spa_generate_rootconf()
|
/netbsd-src/external/cddl/osnet/dist/common/nvpair/ |
H A D | nvpair.c | 1497 nvlist_lookup_uint64_array(nvlist_t *nvl, const char *name, in nvlist_lookup_uint64_array() function
|