Home
last modified time | relevance | path

Searched refs:dstbuf_size (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c100 int err, dstbuf_size; in refresh_config() local
105 dstbuf_size = MAX(CONFIG_BUF_MINSIZE, zc.zc_nvlist_conf_size * 4); in refresh_config()
107 if (zcmd_alloc_dst_nvlist(hdl, &zc, dstbuf_size) != 0) { in refresh_config()