Home
last modified time | relevance | path

Searched refs:nvlist_lookup_uint64_array (Results 1 – 23 of 23) sorted by relevance

/freebsd/cddl/usr.sbin/zfsd/
H A Dvdev.cc176 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 Dcase_file.cc574 if (nvlist_lookup_uint64_array(a, ZPOOL_CONFIG_VDEV_STATS, in spare_is_preferred()
579 if (nvlist_lookup_uint64_array(b, ZPOOL_CONFIG_VDEV_STATS, in spare_is_preferred()
669 if (nvlist_lookup_uint64_array(vdev_config, in ActivateSpare()
703 if (nvlist_lookup_uint64_array(spare, in ActivateSpare()
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c180 nvlist_lookup_uint64_array(spares[i], in remove_spares()
302 nvlist_lookup_uint64_array(child[c], in is_draid_fdomain_failure()
384 if (nvlist_lookup_uint64_array(a, ZPOOL_CONFIG_VDEV_STATS, in spare_is_preferred()
387 if (nvlist_lookup_uint64_array(b, ZPOOL_CONFIG_VDEV_STATS, in spare_is_preferred()
433 if (nvlist_lookup_uint64_array(vdev, ZPOOL_CONFIG_VDEV_STATS, in replace_with_spare()
632 nvlist_lookup_uint64_array(vdev, ZPOOL_CONFIG_VDEV_STATS, in zfs_retire_recv()
H A Dzfs_mod.c114 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in zfs_toplevel_state()
219 verify(nvlist_lookup_uint64_array(vdev, ZPOOL_CONFIG_VDEV_STATS, in zfs_process_add()
1004 verify(nvlist_lookup_uint64_array(nvl, ZPOOL_CONFIG_VDEV_STATS, in vdev_size_from_config()
H A Dzfs_diagnosis.c305 (void) nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_LOADED_TIME, in zfs_mark_pool()
363 if (nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_LOADED_TIME, in zpool_find_load_time()
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A Dzpool_influxdb.c152 (void) nvlist_lookup_uint64_array(nvroot, in print_scan_status()
338 if (nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in print_summary_stats()
411 if (nvlist_lookup_uint64_array(nv_ex, in print_vdev_latency_stats()
508 if (nvlist_lookup_uint64_array(nv_ex, size_type[i].name, in print_vdev_size_stats()
734 if (nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in print_stats()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c260 (void) nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_SCAN_STATS, in check_status()
276 if ((nvlist_lookup_uint64_array(child[c], in check_status()
H A Dlibzfs_sendrecv.c1883 if (nvlist_lookup_uint64_array(resume_nvl, "book_redact_snaps", in zfs_send_resume_impl_cb_impl()
1901 if (nvlist_lookup_uint64_array(resume_nvl, in zfs_send_resume_impl_cb_impl()
H A Dlibzfs_dataset.c2346 if (nvlist_lookup_uint64_array(value, ZPROP_VALUE, &snaps, in get_rsnaps_string()
H A Dlibzfs_pool.c3085 (void) nvlist_lookup_uint64_array(nvroot, in zpool_scan_range()
H A Dlibzfs.abi4718 …<function-decl name='nvlist_lookup_uint64_array' visibility='default' binding='global' size-in-bit…
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c1267 if (nvlist_lookup_uint64_array(nvdev, ZPOOL_CONFIG_VDEV_STATS, in fill_vdev_info()
2881 if (nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in vdev_health_check_cb()
2920 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_status_config()
3148 (void) nvlist_lookup_uint64_array(root, ZPOOL_CONFIG_SCAN_STATS, in print_status_config()
3207 (void) nvlist_lookup_uint64_array(nv, in print_status_config()
3239 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_import_config()
3428 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in show_import()
5614 verify(nvlist_lookup_uint64_array(oldnv, in print_vdev_stats()
5640 verify(nvlist_lookup_uint64_array(newnv, ZPOOL_CONFIG_VDEV_STATS, in print_vdev_stats()
7098 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in collect_list_stats()
[all …]
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dspa_os.c100 nvlist_lookup_uint64_array(best_cfg, ZPOOL_CONFIG_HOLE_ARRAY, in spa_generate_rootconf()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c66 if (nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in show_vdev_stats()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dnvpair.h247 _SYS_NVPAIR_H int nvlist_lookup_uint64_array(nvlist_t *, const char *,
/freebsd/sys/contrib/openzfs/module/nvpair/
H A Dfnvpair.c487 VERIFY0(nvlist_lookup_uint64_array(nvl, name, &rv, n)); in fnvlist_lookup_uint64_array()
H A Dnvpair.c1840 nvlist_lookup_uint64_array(nvlist_t *nvl, const char *name, in nvlist_lookup_uint64_array() function
4043 EXPORT_SYMBOL(nvlist_lookup_uint64_array);
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dtest_nvpair.c750 unit_ok(nvlist_lookup_uint64_array(nvl, "array", &out, &n)); in test_nv_uint64_array()
1383 unit_ok(nvlist_lookup_uint64_array(nvl2, in test_nv_pack_unpack_deep()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c325 if (nvlist_lookup_uint64_array(drc->drc_begin_nvl, in redact_check()
345 err = nvlist_lookup_uint64_array(drc->drc_begin_nvl, in redact_check()
1008 if (nvlist_lookup_uint64_array(drc->drc_begin_nvl, in dmu_recv_begin_sync()
1031 VERIFY0(nvlist_lookup_uint64_array(drc->drc_begin_nvl, in dmu_recv_begin_sync()
1249 if (nvlist_lookup_uint64_array(drc->drc_begin_nvl, in dmu_recv_resume_begin_check()
H A Dspa.c3713 if (nvlist_lookup_uint64_array(nvl, ZPOOL_CONFIG_SPLIT_LIST, in spa_try_repair()
6808 VERIFY0(nvlist_lookup_uint64_array(spares[i],
6868 VERIFY0(nvlist_lookup_uint64_array(l2cache[i],
H A Dvdev_raidz.c5439 error = nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_RAIDZ_EXPAND_TXGS, in vdev_raidz_init()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c633 if (nvlist_lookup_uint64_array(tmp, in get_configs()
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi149 …<elf-symbol name='nvlist_lookup_uint64_array' type='func-type' binding='global-binding' visibility…
3288 …nvlist_lookup_uint64_array' mangled-name='nvlist_lookup_uint64_array' visibility='default' binding…