Searched refs:zcmd_write_conf_nvlist (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_impl.h | 170 int zcmd_write_conf_nvlist(libzfs_handle_t *, zfs_cmd_t *, nvlist_t *);
|
H A D | libzfs_pool.c | 1078 if (zcmd_write_conf_nvlist(hdl, &zc, nvroot) != 0) in zpool_create() 1254 if (zcmd_write_conf_nvlist(hdl, &zc, nvroot) != 0) in zpool_add() 1652 if (zcmd_write_conf_nvlist(hdl, &zc, config) != 0) { in zpool_import_props() 2607 if (zcmd_write_conf_nvlist(hdl, &zc, nvroot) != 0) in zpool_vdev_attach() 2969 if (zcmd_write_conf_nvlist(hdl, &zc, newconfig) != 0) in zpool_vdev_split()
|
H A D | libzfs_util.c | 802 zcmd_write_conf_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, nvlist_t *nvl) in zcmd_write_conf_nvlist() function
|
H A D | libzfs_import.c | 382 if (zcmd_write_conf_nvlist(hdl, &zc, config) != 0) in refresh_config()
|