nvlist_move_nvlist
nvlist_move_nvlist(nvlout, nvlname, elem);
nvlist_move_nvlist(nvlout, fname, new);
nvlist_move_nvlist(limits, "cmds", nvl);
nvlist_move_nvlist(limits, "fields", nvl);
nvlist_move_nvlist(limits, "groups", groups);
nvlist_move_nvlist(nvlout, nvlname, elem);
nvlist_move_nvlist(lnvl, name, limit);
nvlist_move_nvlist(res, "sockaddr", nvl);
nvlist_move_nvlist(limit->cnl_name2addr, "hosts", nvl);
nvlist_move_nvlist(limits, "cmds", nvl);
nvlist_move_nvlist(limits, "fields", nvl);
nvlist_move_nvlist(limits, "users", users);
nvlist_move_nvlist(limit->nv, "limit", lnv);
nvlist_move_nvlist(nvl, key, value);
nvlist_move_nvlist(nvl, key, value);
nvlist_move_nvlist(nvl, key, value);
nvlist_move_nvlist(nvl, key, nvlist_create(0));
nvlist_move_nvlist(nvl, key, value);
nvlist_move_nvlist(nvl, "key", nvlist_create(0));
nvlist_move_nvlist(nvl, "nvl/nvl", nasted);
nvlist_move_nvlist(nvl, "nvl/nvl", nasted);
nvlist_move_nvlist(nvl, test_subnvlist_key, sublist);
nvlist_move_nvlist(nvl, nvkey, nvvalue);
nvlist_move_nvlist(parent, "test", NULL);
nvlist_move_nvlist(parent, "test", nvl);
nvlist_move_nvlist(nvl, key, value);
nvlist_move_nvlist(nvl, otherkey2, otherval2);
nvlist_move_nvlist(nvl, testkey, testval);
nvlist_move_nvlist(nvl, testkey, testval);
nvlist_move_nvlist(nvl, otherkey1, otherval1);
nvlist_move_nvlist(nvl, "nvlist/nvlist", ptr);
nvlist_move_nvlist(nvl, "nvlist/nvlist/empty", empty);
nvlist_move_nvlist(nvl, "params", nvl_qp);
nvlist_move_nvlist(nvl, "rparams", nvl_rparams);
nvlist_move_nvlist(nvl, "admin", nvl_qp);
nvlist_move_nvlist(nvl, "last_disconnect", nvl_ts);
nvlist_move_nvlist(pf_schema, DRIVER_CONFIG_NAME, *driver_schema);
nvlist_move_nvlist(pf_schema, IOV_CONFIG_NAME, iov_schema);
nvlist_move_nvlist(schema, PF_CONFIG_NAME, pf_schema);
nvlist_move_nvlist(vf_schema, DRIVER_CONFIG_NAME, *driver_schema);
nvlist_move_nvlist(vf_schema, IOV_CONFIG_NAME, iov_schema);
nvlist_move_nvlist(schema, VF_SCHEMA_NAME, vf_schema);
nvlist_move_nvlist(schema, name, entry);
nvlist_move_nvlist(schema, name, entry);
nvlist_move_nvlist(schema, name, entry);
nvlist_move_nvlist(schema, name, entry);
nvlist_move_nvlist(schema, name, entry);
nvlist_move_nvlist(device_config, IOV_CONFIG_NAME, iov_config);
nvlist_move_nvlist(device_config, DRIVER_CONFIG_NAME, driver_config);
nvlist_move_nvlist(config, config_device, device_config);
nvlist_move_nvlist(di, SNDST_DSPS_INFO_PLAY, diinfo);
nvlist_move_nvlist(di, SNDST_DSPS_INFO_REC, diinfo);
nvlist_move_nvlist(di, SNDST_DSPS_PROVIDER_INFO, sound4di);
nvlist_move_nvlist(di, SNDST_DSPS_INFO_PLAY, diinfo);
nvlist_move_nvlist(di, SNDST_DSPS_INFO_REC, diinfo);
nvlist_move_nvlist(parent, name, nvl);
void nvlist_move_nvlist(nvlist_t *nvl, const char *name, nvlist_t *value);
nvlist_move_nvlist(nvl, name, new_nvl);
nvlist_move_nvlist(subsystem_config, DRIVER_CONFIG_NAME, driver_config);
nvlist_move_nvlist(subsystem_config, IOV_CONFIG_NAME, iov_config);
nvlist_move_nvlist(config, subsystem, subsystem_config);
nvlist_move_nvlist(device_config, subsystem, config);
nvlist_move_nvlist(config, PF_CONFIG_NAME, pf);
nvlist_move_nvlist(config, device_name, vf);
nvlist_move_nvlist(subsystem, DRIVER_CONFIG_NAME, empty_driver);
nvlist_move_nvlist(subsystem, IOV_CONFIG_NAME, empty_iov);
nvlist_move_nvlist(nvlout, "nvl_conf", nvl_conf);