HomeSort by: relevance | last modified time | path
    Searched refs:nvlist_lookup_uint64_array (Results 1 - 10 of 10) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_status.c 158 verify(nvlist_lookup_uint64_array(vdev, ZPOOL_CONFIG_VDEV_STATS,
212 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS,
220 (void) nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_SCAN_STATS,
libzfs_import.c 527 if (nvlist_lookup_uint64_array(tmp,
libzfs_pool.c 352 verify(nvlist_lookup_uint64_array(nvroot,
1874 (void) nvlist_lookup_uint64_array(nvroot,
3375 have_stats = nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS,
  /src/external/cddl/osnet/dist/lib/libzpool/common/
util.c 92 if (nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS,
  /src/external/cddl/osnet/sys/sys/
nvnamespace.h 156 #define nvlist_lookup_uint64_array opensolaris_nvlist_lookup_uint64_array macro
  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_main.c 1345 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS,
1454 (void) nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_SCAN_STATS,
1501 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS,
1645 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS,
2379 verify(nvlist_lookup_uint64_array(oldnv,
2385 verify(nvlist_lookup_uint64_array(newnv, ZPOOL_CONFIG_VDEV_STATS,
2977 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS,
4098 if (nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_DDT_OBJ_STATS,
4114 verify(nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_DDT_STATS,
4116 verify(nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_DDT_HISTOGRAM
    [all...]
  /src/external/cddl/osnet/dist/uts/common/sys/
nvpair.h 229 int nvlist_lookup_uint64_array(nvlist_t *, const char *, uint64_t **, uint_t *);
  /src/external/cddl/osnet/dist/common/zfs/
zfs_ioctl_compat.c 972 if ((nvlist_lookup_uint64_array(nvl, ZPOOL_CONFIG_VDEV_STATS,
974 if ((nvlist_lookup_uint64_array(nvl, "stats",
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa.c 2143 if (nvlist_lookup_uint64_array(nvl, ZPOOL_CONFIG_SPLIT_LIST,
3324 VERIFY(nvlist_lookup_uint64_array(
3381 VERIFY(nvlist_lookup_uint64_array(l2cache[i],
4170 nvlist_lookup_uint64_array(best_cfg, ZPOOL_CONFIG_HOLE_ARRAY,
  /src/external/cddl/osnet/dist/common/nvpair/
nvpair.c 1503 nvlist_lookup_uint64_array(nvlist_t *nvl, const char *name, function

Completed in 112 milliseconds