Searched refs:oldconfig (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_config.c | 220 zpool_get_config(zpool_handle_t *zhp, nvlist_t **oldconfig) in zpool_get_config() argument 222 if (oldconfig) in zpool_get_config() 223 *oldconfig = zhp->zpool_old_config; in zpool_get_config()
|
| H A D | libzfs.abi | 1160 …<parameter type-id='type-id-117' name='oldconfig' filepath='/home/fedora/zfs/lib/libzfs/libzfs_con…
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 6236 spa_export_common(const char *pool, int new_state, nvlist_t **oldconfig, argument 6241 if (oldconfig) 6242 *oldconfig = NULL; 6356 if (oldconfig && spa->spa_config) 6357 VERIFY(nvlist_dup(spa->spa_config, oldconfig, 0) == 0); 6390 spa_export(const char *pool, nvlist_t **oldconfig, boolean_t force, argument 6393 return (spa_export_common(pool, POOL_STATE_EXPORTED, oldconfig,
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa.h | 774 extern int spa_export(const char *pool, nvlist_t **oldconfig, boolean_t force,
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 4758 nvlist_t *oldconfig, *newconfig; in print_iostat() local 4762 newconfig = zpool_get_config(zhp, &oldconfig); in print_iostat() 4765 oldconfig = NULL; in print_iostat() 4770 if (oldconfig == NULL) in print_iostat() 4773 verify(nvlist_lookup_nvlist(oldconfig, ZPOOL_CONFIG_VDEV_TREE, in print_iostat()
|