Searched refs:resurrection (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c584 svn_boolean_t resurrection;
632 /* If this is a resurrection, we know the source and dest paths are
634 if (path_info->resurrection)
640 /* Not a resurrection. */
860 info->resurrection = FALSE;
876 /* Check each src/dst pair for resurrection, and verify that TOP_URL
886 /* Source and destination are the same? It's a resurrection. */
888 info->resurrection = TRUE;
998 info->resurrection = TRUE;
1059 if (is_move && (! info->resurrection))
582 svn_boolean_t resurrection; member in struct:path_driver_info_t
[all...]
/freebsd-10.0-release/sys/geom/raid/
H A Dmd_jmicron.c428 int disk_pos, resurrection = 0; local
488 resurrection = 1;
532 if (!resurrection) {
540 if (resurrection) {
569 return (resurrection);
H A Dmd_nvidia.c434 int disk_pos, resurrection = 0; local
491 resurrection = 1;
526 if (resurrection)
542 if (resurrection) {
575 return (resurrection);
1001 /* Bump volume ID to prevent disk resurrection. */
1519 /* Erase metadata to prevent disks's later resurrection. */
H A Dmd_sii.c482 int disk_pos, resurrection = 0; local
542 resurrection = 1;
577 if (resurrection)
593 if (resurrection) {
631 return (resurrection);
1601 * to the disk itself to prevent it's later resurrection as STALE.
H A Dmd_promise.c667 int disk_pos, md_disk_pos, i, resurrection = 0; local
751 resurrection = 1;
756 if (resurrection && sd->sd_disk != NULL) {
766 if (resurrection)
773 if (resurrection) {
783 if (resurrection) {
819 return (resurrection);
1919 * to the disk itself to prevent it's later resurrection as STALE.
H A Dmd_intel.c810 int disk_pos, resurrection = 0, migr_global, i; local
878 resurrection = 1;
919 else if (resurrection)
948 } else if (resurrection) {
1060 return (resurrection);
2529 * to the disk itself to prevent it's later resurrection as STALE.
H A Dmd_ddf.c1594 int i, resurrection = 0; local
1697 resurrection = 1;
1702 if (resurrection && sd->sd_disk != NULL) {
1712 if (resurrection)
1719 if (resurrection) {
1729 if (resurrection) {
1757 return (resurrection);
2986 * to the disk itself to prevent it's later resurrection as STALE.

Completed in 144 milliseconds