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

/freebsd-10.2-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.c435 int disk_pos, resurrection = 0; local
492 resurrection = 1;
527 if (resurrection)
543 if (resurrection) {
576 return (resurrection);
1003 /* Bump volume ID to prevent disk resurrection. */
1521 /* Erase metadata to prevent disks's later resurrection. */
H A Dmd_sii.c483 int disk_pos, resurrection = 0; local
543 resurrection = 1;
578 if (resurrection)
594 if (resurrection) {
632 return (resurrection);
1603 * 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);
1920 * to the disk itself to prevent it's later resurrection as STALE.
H A Dmd_intel.c917 int disk_pos, resurrection = 0, migr_global, i; local
985 resurrection = 1;
1026 else if (resurrection)
1055 } else if (resurrection) {
1167 return (resurrection);
2636 * to the disk itself to prevent it's later resurrection as STALE.
H A Dmd_ddf.c1616 int i, resurrection = 0; local
1719 resurrection = 1;
1724 if (resurrection && sd->sd_disk != NULL) {
1734 if (resurrection)
1741 if (resurrection) {
1751 if (resurrection) {
1779 return (resurrection);
3009 * to the disk itself to prevent it's later resurrection as STALE.
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c596 svn_boolean_t resurrection;
644 /* If this is a resurrection, we know the source and dest paths are
646 if (path_info->resurrection)
652 /* Not a resurrection. */
872 info->resurrection = FALSE;
888 /* Check each src/dst pair for resurrection, and verify that TOP_URL
898 /* Source and destination are the same? It's a resurrection. */
900 info->resurrection = TRUE;
1010 info->resurrection = TRUE;
1071 if (is_move && (! info->resurrection))
594 svn_boolean_t resurrection; member in struct:path_driver_info_t
[all...]

Completed in 92 milliseconds