Lines Matching refs:errors
3710 nvlist_t *errors;
3747 ret = lzc_snapshot(snaps, props, &errors);
3751 for (elem = nvlist_next_nvpair(errors, NULL);
3753 elem = nvlist_next_nvpair(errors, elem)) {
3777 nvlist_free(errors);
4499 nvlist_t *errors;
4504 errors = NULL;
4505 ret = lzc_hold(holds, cleanup_fd, &errors);
4508 /* There may be errors even in the success case. */
4509 fnvlist_free(errors);
4513 if (nvlist_empty(errors)) {
4514 /* no hold-specific errors */
4531 for (elem = nvlist_next_nvpair(errors, NULL);
4533 elem = nvlist_next_nvpair(errors, elem)) {
4559 fnvlist_free(errors);
4597 nvlist_t *errors = NULL;
4624 ret = lzc_release(ha.nvl, &errors);
4628 /* There may be errors even in the success case. */
4629 fnvlist_free(errors);
4633 if (nvlist_empty(errors)) {
4634 /* no hold-specific errors */
4648 for (elem = nvlist_next_nvpair(errors, NULL);
4650 elem = nvlist_next_nvpair(errors, elem)) {
4668 fnvlist_free(errors);