Searched defs:newconfig (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 2865 nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL; local 3008 if (nvlist_alloc(&newconfig, NV_UNIQUE_NAME, 0) != 0) 3011 if (nvlist_add_nvlist(newconfig, 3013 nvlist_add_string(newconfig, 3015 nvlist_add_uint64(newconfig, ZPOOL_CONFIG_VERSION, vers) != 0) 3026 if (zcmd_write_conf_nvlist(hdl, &zc, newconfig) != 0) 3049 nvlist_free(newconfig);
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 1041 PRIVATE struct config *newconfig(){ function 1099 cfp = newconfig(); 1127 cfp = newconfig();
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 2501 nvlist_t *oldconfig, *newconfig; local 2504 newconfig = zpool_get_config(zhp, &oldconfig); 2509 verify(nvlist_lookup_nvlist(newconfig, ZPOOL_CONFIG_VDEV_TREE,
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 5316 nvlist_t *config, *newconfig; local 5357 newconfig = spa_tryimport(config); 5358 ASSERT(newconfig != NULL); 5359 nvlist_free(newconfig);
|
Completed in 160 milliseconds