Lines Matching defs:res
82 int res;
138 res = zfs_iter_filesystems(zhp, match_mountpoint, data);
140 return (res);
230 int res;
251 res = zfs_iter_snapshots(zhp, B_FALSE, get_snap_max, data);
253 return (res);
263 int res;
291 res = zfs_snapshot(g_zfs, snapshot_name, B_FALSE, NULL);
295 if (res != 0)
364 int res = Z_OK;
410 res = Z_ERR;
416 res = Z_ERR;
420 return (res);
454 int res;
497 res = snprintf(zfs_name, len, "%s/%s", zfs_get_name(zhp), bname);
502 if (res >= len)
669 int res;
700 res = (zfs_rename(zhp, template, B_FALSE, B_FALSE) != 0);
701 if (res != 0)
709 return (res);
1126 int res;
1141 res = statvfs64(parent, &buf2);
1144 if (res != 0)