/freebsd/cddl/usr.sbin/zfsd/ |
H A D | vdev.cc | 176 if (nvlist_lookup_uint64_array(m_config, ZPOOL_CONFIG_VDEV_STATS, in State() 293 (void) nvlist_lookup_uint64_array(m_config, ZPOOL_CONFIG_VDEV_STATS, in IsActiveSpare() 309 (void) nvlist_lookup_uint64_array(m_config, ZPOOL_CONFIG_SCAN_STATS, in IsResilvering()
|
H A D | case_file.cc | 574 if (nvlist_lookup_uint64_array(spares[i], in ActivateSpare()
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | zpool_influxdb.c | 160 (void) nvlist_lookup_uint64_array(nvroot, in print_scan_status() 346 if (nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in print_summary_stats() 418 if (nvlist_lookup_uint64_array(nv_ex, in print_vdev_latency_stats() 515 if (nvlist_lookup_uint64_array(nv_ex, size_type[i].name, in print_vdev_size_stats() 741 if (nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in print_stats()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_status.c | 243 (void) nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_SCAN_STATS, in check_status() 259 if ((nvlist_lookup_uint64_array(child[c], in check_status()
|
H A D | libzfs_sendrecv.c | 1880 if (nvlist_lookup_uint64_array(resume_nvl, "book_redact_snaps", in zfs_send_resume_impl_cb_impl() 1898 if (nvlist_lookup_uint64_array(resume_nvl, in zfs_send_resume_impl_cb_impl()
|
H A D | libzfs_dataset.c | 2580 if (nvlist_lookup_uint64_array(value, ZPROP_VALUE, &snaps, in get_rsnaps_string()
|
H A D | libzfs_pool.c | 2819 (void) nvlist_lookup_uint64_array(nvroot, in zpool_scan()
|
H A D | libzfs.abi | 4395 …<function-decl name='nvlist_lookup_uint64_array' visibility='default' binding='global' size-in-bit…
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 1248 if (nvlist_lookup_uint64_array(nvdev, ZPOOL_CONFIG_VDEV_STATS, in fill_vdev_info() 2860 if (nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in vdev_health_check_cb() 2899 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_status_config() 3127 (void) nvlist_lookup_uint64_array(root, ZPOOL_CONFIG_SCAN_STATS, in print_status_config() 3186 (void) nvlist_lookup_uint64_array(nv, in print_status_config() 3218 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_import_config() 3407 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in show_import() 5558 verify(nvlist_lookup_uint64_array(oldnv, in print_vdev_stats() 5584 verify(nvlist_lookup_uint64_array(newnv, ZPOOL_CONFIG_VDEV_STATS, in print_vdev_stats() 7014 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in collect_list_stats() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | zfs_retire.c | 177 nvlist_lookup_uint64_array(spares[i], in remove_spares() 441 nvlist_lookup_uint64_array(vdev, ZPOOL_CONFIG_VDEV_STATS, in zfs_retire_recv()
|
H A D | zfs_mod.c | 124 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in zfs_toplevel_state() 229 verify(nvlist_lookup_uint64_array(vdev, ZPOOL_CONFIG_VDEV_STATS, in zfs_process_add() 1014 verify(nvlist_lookup_uint64_array(nvl, ZPOOL_CONFIG_VDEV_STATS, in vdev_size_from_config()
|
H A D | zfs_diagnosis.c | 319 (void) nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_LOADED_TIME, in zfs_mark_pool() 377 if (nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_LOADED_TIME, in zpool_find_load_time()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | spa_os.c | 110 nvlist_lookup_uint64_array(best_cfg, ZPOOL_CONFIG_HOLE_ARRAY, in spa_generate_rootconf()
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | util.c | 75 if (nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in show_vdev_stats()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | nvpair.h | 257 _SYS_NVPAIR_H int nvlist_lookup_uint64_array(nvlist_t *, const char *,
|
/freebsd/sys/contrib/openzfs/module/nvpair/ |
H A D | fnvpair.c | 497 VERIFY0(nvlist_lookup_uint64_array(nvl, name, &rv, n)); in fnvlist_lookup_uint64_array()
|
H A D | nvpair.c | 1811 nvlist_lookup_uint64_array(nvlist_t *nvl, const char *name, in nvlist_lookup_uint64_array() function 3760 EXPORT_SYMBOL(nvlist_lookup_uint64_array);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_recv.c | 302 if (nvlist_lookup_uint64_array(drc->drc_begin_nvl, in redact_check() 322 err = nvlist_lookup_uint64_array(drc->drc_begin_nvl, in redact_check() 972 if (nvlist_lookup_uint64_array(drc->drc_begin_nvl, in dmu_recv_begin_sync() 995 VERIFY0(nvlist_lookup_uint64_array(drc->drc_begin_nvl, in dmu_recv_begin_sync() 1179 if (nvlist_lookup_uint64_array(drc->drc_begin_nvl, in dmu_recv_resume_begin_check()
|
H A D | spa.c | 3377 if (nvlist_lookup_uint64_array(nvl, ZPOOL_CONFIG_SPLIT_LIST, in spa_try_repair() 5990 VERIFY0(nvlist_lookup_uint64_array(spares[i], 6050 VERIFY0(nvlist_lookup_uint64_array(l2cache[i],
|
H A D | vdev_raidz.c | 4982 error = nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_RAIDZ_EXPAND_TXGS, in vdev_raidz_init()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 571 if (nvlist_lookup_uint64_array(tmp, in get_configs()
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 149 …<elf-symbol name='nvlist_lookup_uint64_array' type='func-type' binding='global-binding' visibility… 3282 …nvlist_lookup_uint64_array' mangled-name='nvlist_lookup_uint64_array' visibility='default' binding…
|