nvlist_remove
int nvlist_remove(nvlist_t *, const char *, data_type_t);
(void) nvlist_remove(nvl, name, type);
rv = nvlist_remove(nv, name, DATA_TYPE_UNKNOWN);
rv = nvlist_remove(spa->spa_bootenv, OS_NVSTORE,
(void) nvlist_remove(benv, key, DATA_TYPE_STRING);
(void) nvlist_remove(nvl, IPADM_NVP_REQHOST,
(void) nvlist_remove(nvl, IPADM_NVP_LIFNUM, DATA_TYPE_INT32);
nvlist_remove(db_nvl, pname, DATA_TYPE_STRING) != 0) {
err = nvlist_remove(db_nvl, IPADM_NVP_MIFNAMES,
return (nvlist_remove(nvl, IPADM_NVP_FAMILIES, DATA_TYPE_UINT16_ARRAY));
if ((*errp = nvlist_remove(db_nvl, IPADM_NVP_GIFNAME,
(void) nvlist_remove(nvl, FM_FAULT_ASRU,
(void) nvlist_remove(nvl, FM_FAULT_FRU,
(void) nvlist_remove(nvl, FM_FAULT_LOCATION,
(void) nvlist_remove(nvl, name, type);
(void) nvlist_remove(nvl, name, type);
(void) nvlist_remove(flt_copy, FM_FAULT_ASRU, DATA_TYPE_NVLIST);
(void) nvlist_remove(flt_copy,
(void) nvlist_remove(flt_copy, FM_FAULT_ASRU,
(void) nvlist_remove(nvl, FMD_EVN_TTL, DATA_TYPE_UINT8);
(void) nvlist_remove(dupfmri, FM_FMRI_HC_REVISION, DATA_TYPE_STRING);
(void) nvlist_remove(dupfmri, FM_FMRI_HC_SERIAL_ID, DATA_TYPE_STRING);
(void) nvlist_remove(dupfmri, FM_FMRI_HC_PART, DATA_TYPE_STRING);
(void) nvlist_remove(attr, "__fmev_file", DATA_TYPE_STRING);
(void) nvlist_remove(attr, "__fmev_func", DATA_TYPE_STRING);
(void) nvlist_remove(attr, "__fmev_line", DATA_TYPE_INT64);
(void) nvlist_remove(attr, "__fmev_execname", DATA_TYPE_STRING);
(void) nvlist_remove(attr, "__fmev_pid", DATA_TYPE_INT32);
(void) nvlist_remove(new_detector, FM_FMRI_DEV_PATH,
(void) nvlist_remove(nvl, name, type);
(void) nvlist_remove(hap->ha_nvl,
(void) nvlist_remove(hap->ha_fmri, *namep,
err += nvlist_remove(hcsp,
err += nvlist_remove(hcsp,
(void) nvlist_remove(bt.nbe_zfs_props,
int ret = nvlist_remove(req->add_nvl, UI2C_IOCTL_NVL_COMPAT,
err = nvlist_remove(invl,
ret = nvlist_remove(nvl, guidAsciiBuf,
(void) nvlist_remove(ret, zfs_prop_to_name(prop),
(void) nvlist_remove(zhp->zfs_props,
(void) nvlist_remove(config,
(void) nvlist_remove(config,
(void) nvlist_remove(config, ZPOOL_CONFIG_HOSTID,
(void) nvlist_remove(config, ZPOOL_CONFIG_HOSTNAME,
(void) nvlist_remove(props, nvpair_name(nvp),
VERIFY(nvlist_remove(spa->spa_spares.sav_config, ZPOOL_CONFIG_SPARES,
VERIFY(nvlist_remove(sav->sav_config, ZPOOL_CONFIG_L2CACHE,
VERIFY(nvlist_remove(sav->sav_config, config,
VERIFY(nvlist_remove(spa->spa_spares.sav_config,
VERIFY(nvlist_remove(spa->spa_l2cache.sav_config,
error = nvlist_remove(props,
VERIFY(nvlist_remove(config, name, DATA_TYPE_NVLIST_ARRAY) == 0);
if ((nvrc = nvlist_remove(lsm->icl_request_nvlist,
if ((nvrc = nvlist_remove(lsm->icl_request_nvlist,
if ((nvrc = nvlist_remove(lsm->icl_request_nvlist,
if (nvlist_remove(attrs, "picnum",
rval = nvlist_remove(nvf_list, name, DATA_TYPE_BYTE_ARRAY);
rval = nvlist_remove(list, name, DATA_TYPE_BYTE_ARRAY);
int nvlist_remove(nvlist_t *, const char *, data_type_t);