Lines Matching refs:nvlist_lookup_nvlist

132 	if (nvlist_lookup_nvlist(nvl, zpool_prop_to_name(prop), &nv) == 0) {  in zpool_get_prop_string()
162 (nvlist_lookup_nvlist(zhp->zpool_config, in zpool_get_prop_int()
172 if (nvlist_lookup_nvlist(nvl, zpool_prop_to_name(prop), &nv) == 0) { in zpool_get_prop_int()
369 verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL), in zpool_get_prop()
1598 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_LOAD_INFO, &nv) != 0 || in zpool_rewind_exclaim()
1599 nvlist_lookup_nvlist(nv, ZPOOL_CONFIG_REWIND_INFO, &nv) != 0) { in zpool_rewind_exclaim()
1656 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_LOAD_INFO, &nv) != 0 || in zpool_explain_recover()
1657 nvlist_lookup_nvlist(nv, ZPOOL_CONFIG_REWIND_INFO, &nv) != 0 || in zpool_explain_recover()
1784 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_LOAD_INFO, &nvinfo) == in zpool_print_unsup_feat()
1786 verify(nvlist_lookup_nvlist(nvinfo, ZPOOL_CONFIG_UNSUP_FEAT, in zpool_print_unsup_feat()
1914 if (nv != NULL && nvlist_lookup_nvlist(nv, in zpool_import_props()
1937 if (nv != NULL && nvlist_lookup_nvlist(nv, in zpool_import_props()
1987 if (nv && nvlist_lookup_nvlist(nv, in zpool_import_props()
1989 nvlist_lookup_nvlist(nvinfo, in zpool_import_props()
2146 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_scan()
2586 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev_by_physpath()
2638 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev()
2763 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in zpool_get_config_physpath()
3124 verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL), in zpool_vdev_attach()
3374 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &tree) in zpool_vdev_split()
4611 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_label_disk()
4863 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in zvol_check_dump_config()