Searched refs:nvlist_remove (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_config.c159 nvlist_remove(nvl, ZPOOL_CONFIG_VDEV_STATS, DATA_TYPE_UINT64_ARRAY);
160 nvlist_remove(nvl, ZPOOL_CONFIG_SCAN_STATS, DATA_TYPE_UINT64_ARRAY);
H A Dspa.c632 error = nvlist_remove(props,
1483 VERIFY(nvlist_remove(spa->spa_spares.sav_config, ZPOOL_CONFIG_SPARES,
1613 VERIFY(nvlist_remove(sav->sav_config, ZPOOL_CONFIG_L2CACHE,
3543 VERIFY(nvlist_remove(sav->sav_config, config,
4160 nvlist_remove(config, ZPOOL_CONFIG_GUID, DATA_TYPE_UINT64);
4161 nvlist_remove(config, ZPOOL_CONFIG_TOP_GUID, DATA_TYPE_UINT64);
4392 VERIFY(nvlist_remove(spa->spa_spares.sav_config,
4407 VERIFY(nvlist_remove(spa->spa_l2cache.sav_config,
5568 VERIFY(nvlist_remove(config, name, DATA_TYPE_NVLIST_ARRAY) == 0);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_ioctl_compat.c985 nvlist_remove(nvl, ZPOOL_CONFIG_VDEV_STATS,
987 nvlist_remove(nvl, "stats",
1034 nvlist_remove(nv, "allocated", DATA_TYPE_NVLIST);
1039 nvlist_remove(nv, "free", DATA_TYPE_NVLIST);
1044 nvlist_remove(nv, "used", DATA_TYPE_NVLIST);
1049 nvlist_remove(nv, "available", DATA_TYPE_NVLIST);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c499 (void) nvlist_remove(config,
502 (void) nvlist_remove(config,
809 (void) nvlist_remove(config, ZPOOL_CONFIG_HOSTID,
811 (void) nvlist_remove(config, ZPOOL_CONFIG_HOSTNAME,
H A Dlibzfs_dataset.c1123 (void) nvlist_remove(ret, zfs_prop_to_name(prop),
4286 (void) nvlist_remove(zhp->zfs_props,
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dnvpair.h200 int nvlist_remove(nvlist_t *, const char *, data_type_t);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair.c675 nvlist_remove(nvlist_t *nvl, const char *name, data_type_t type) function
980 (void) nvlist_remove(nvl, name, type);

Completed in 87 milliseconds