Searched defs:put_nvlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1372 put_nvlist(zfs_cmd_t *zc, nvlist_t *nvl) function
1565 if ((err = put_nvlist(zc, config)) != 0)
1599 error = put_nvlist(zc, configs);
1626 ret = put_nvlist(zc, config);
1663 error = put_nvlist(zc, config);
2073 error = put_nvlist(zc, nv);
2134 error = put_nvlist(zc, nv);
2193 err = put_nvlist(zc, nv);
2741 (void) put_nvlist(zc, errors);
2892 error = put_nvlist(z
[all...]

Completed in 230 milliseconds