Searched refs:oldconfig (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | 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()
|
| HD | libzfs.abi | 2695 <parameter type-id='857bb57e' name='oldconfig'/>
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | spa.c | 6621 spa_export_common(const char *pool, int new_state, nvlist_t **oldconfig, argument 6627 if (oldconfig) 6628 *oldconfig = NULL; 6754 if (oldconfig && spa->spa_config) 6755 *oldconfig = fnvlist_dup(spa->spa_config); 6794 spa_export(const char *pool, nvlist_t **oldconfig, boolean_t force, argument 6797 return (spa_export_common(pool, POOL_STATE_EXPORTED, oldconfig,
|
| /freebsd-13-stable/sys/contrib/openzfs/include/sys/ |
| HD | spa.h | 759 extern int spa_export(const char *pool, nvlist_t **oldconfig, boolean_t force,
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/ |
| HD | zpool_main.c | 5129 nvlist_t *oldconfig, *newconfig; in print_iostat() local 5133 newconfig = zpool_get_config(zhp, &oldconfig); in print_iostat() 5136 oldconfig = NULL; in print_iostat() 5141 if (oldconfig == NULL) in print_iostat() 5144 verify(nvlist_lookup_nvlist(oldconfig, ZPOOL_CONFIG_VDEV_TREE, in print_iostat()
|