| /openbsd/src/sys/dev/pci/drm/i915/gem/ |
| D | i915_gem_ttm_pm.c | 19 * i915_ttm_backup_free - Free any backup attached to this object 20 * @obj: The object whose backup is to be freed. 24 if (obj->ttm.backup) { in i915_ttm_backup_free() 25 i915_gem_object_put(obj->ttm.backup); in i915_ttm_backup_free() 26 obj->ttm.backup = NULL; in i915_ttm_backup_free() 34 * @backup_pinned: On backup, backup also pinned objects. 51 struct drm_i915_gem_object *backup; in i915_ttm_backup() local 56 if (!i915_ttm_cpu_maps_iomem(bo->resource) || obj->ttm.backup) in i915_ttm_backup() 83 backup = i915_gem_object_create_region(i915->mm.regions[INTEL_REGION_SMEM], in i915_ttm_backup() 85 if (IS_ERR(backup)) in i915_ttm_backup() [all …]
|
| /openbsd/src/sbin/fsck_msdos/ |
| D | boot.c | 45 u_char *backup = NULL; in readboot() local 129 boot->Backup = block[50] + (block[51] << 8); in readboot() 197 o = lseek(dosfs, boot->Backup * secsize, SEEK_SET); in readboot() 198 if (o == -1 || o != boot->Backup * secsize) { in readboot() 199 xperror("could not seek backup bootblock"); in readboot() 202 backup = malloc(2 * secsize); /* In case we check fsinfo. */ in readboot() 203 if (backup == NULL) { in readboot() 204 xperror("could not malloc backup boot block"); in readboot() 207 n = read(dosfs, backup, secsize); in readboot() 209 xperror("could not read backup bootblock"); in readboot() [all …]
|
| /openbsd/src/usr.bin/vi/build/ |
| D | recover | 41 # Check editor backup files. 47 # Unmodified vi editor backup files either have the 100 # corresponding backup file. 109 # Make a copy of the backup file path. 114 my $backup = $1; 117 # If backup file is not rooted in the recover dir, ignore it. 118 # If backup file owner doesn't match recovery file owner, ignore it. 119 # If backup file is zero length or not a regular file, remove it. 122 if ($backup =~ m#/# || !lstat($backup)) { 127 unlink($file, $backup);
|
| /openbsd/src/usr.bin/patch/ |
| D | patch.1 | 32 .Op Fl B Ar backup-prefix 42 .Op Fl z Ar backup-ext 85 .Fl B Ar backup-prefix , 86 .Fl Fl prefix Ar backup-prefix 88 Causes the next argument to be interpreted as a prefix to the backup file 93 .It Fl b , Fl Fl backup 94 Save a backup copy of the file before it is modified. 95 By default the original file is saved with a backup extension of 97 unless the file already has a numbered backup, in which case a numbered 98 backup is made. [all …]
|
| D | backupfile.c | 4 * backupfile.c -- make Emacs style backup file names Copyright (C) 1990 Free 32 /* Which type of backup file names are generated. */ 37 * numbered) backup file name. 49 * Return the name of the new backup file for file FILE, allocated with 88 * Return the number of the highest-numbered backup file for file FILE in 135 * If BACKUP is a numbered backup of BASE, return its version number; 140 version_number(const char *base, const char *backup, size_t base_length) in version_number() argument 146 if (!strncmp(base, backup, base_length) && in version_number() 147 ISDIGIT((unsigned char)backup[base_length])) { in version_number() 148 for (p = &backup[base_length]; ISDIGIT((unsigned char)*p); ++p) in version_number() [all …]
|
| /openbsd/src/share/man/man5/ |
| D | changelist.5 | 22 .Nd list of backup files 48 Backup files are held in the directory 50 A backup of the current version of a file is kept in this directory, marked 53 .Qq backup 63 .Pa /var/backups/etc_shells.backup 124 could also alter the backup files in
|
| /openbsd/src/sbin/dump/ |
| D | dump.8 | 40 .Nd filesystem backup 117 A level 0, full backup, 123 incremental backup, 161 Write the backup to 208 Display an estimate of the backup size and the number of tapes 291 In the latter case, certain restrictions are placed on the backup: 363 whilst a backup is in progress, statistics on the amount completed, 368 to restore all the necessary backup tapes or files to disk 371 backup effort or restore effort follow: 374 Always start with a level 0 backup, for example: [all …]
|
| /openbsd/src/libexec/security/ |
| D | security | 132 # Backup the master password file; a special case, the normal backup 142 copy $curr, BACKUP_DIR . "$base.backup"; 632 my $backup = BACKUP_DIR . "$mode.backup"; 681 copy $current, $backup; 768 my ($backup) = $orig =~ /(.*)/; 769 if (index $backup, BACKUP_DIR) { 770 $backup =~ s{^/}{}; 771 $backup =~ s{/}{_}g; 772 $backup = BACKUP_DIR . $backup; 774 my $current = "$backup.current"; [all …]
|
| /openbsd/src/sys/ddb/ |
| D | db_input.c | 76 #define BACKUP '\b' macro 104 db_putnchars(BACKUP, n); in db_delete() 111 db_putnchars(BACKUP, db_le - db_lc); in db_delete() 148 cnputc(BACKUP); in db_inputchar() 162 cnputc(BACKUP); in db_inputchar() 204 cnputc(BACKUP); in db_inputchar() 205 cnputc(BACKUP); in db_inputchar() 262 db_putnchars(BACKUP, db_le - db_lc); in db_inputchar() 325 db_putnchars(BACKUP, db_le - db_lc); in db_inputchar()
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | update.c | 23 * of rcsmerge, and a backup file is written for the user in .#file.version. 1293 char *backup; local 1299 backup = NULL; 1302 /* Don't screw with backup files if we're going to stdout, or if 1310 backup = xmalloc (strlen (finfo->file) 1314 (void) sprintf (backup, "%s/%s%s", CVSADM, CVSPREFIX, finfo->file); 1316 rename_file (finfo->file, backup); 1320 then backup might be a directory instead of just a file. */ 1321 if (unlink_file_dir (backup) < 0) 1326 error (0, errno, "error removing %s", backup); [all …]
|
| /openbsd/src/sys/dev/usb/dwc2/ |
| D | dwc2_core.h | 726 * @gotgctl: Backup of GOTGCTL register 727 * @gintmsk: Backup of GINTMSK register 728 * @gahbcfg: Backup of GAHBCFG register 729 * @gusbcfg: Backup of GUSBCFG register 730 * @grxfsiz: Backup of GRXFSIZ register 731 * @gnptxfsiz: Backup of GNPTXFSIZ register 732 * @gi2cctl: Backup of GI2CCTL register 733 * @glpmcfg: Backup of GLPMCFG register 734 * @gdfifocfg: Backup of GDFIFOCFG register 735 * @pcgcctl: Backup of PCGCCTL register [all …]
|
| /openbsd/src/sbin/restore/ |
| D | restore.8 | 52 A full backup of a file system may be restored and 170 before starting the restoration of the initial level 0 backup. 205 on the backup. 209 backup being listed, 221 are on the backup 231 backup being extracted, 256 Read the backup from 344 If a backup was made using more than one tape volume,
|
| /openbsd/src/sbin/newfs_msdos/ |
| D | newfs_msdos.8 | 50 .Op Fl k Ar backup 112 .It Fl k Ar backup 113 Location of the backup boot sector (FAT32 only). 114 A value of 0xffff signifies no backup sector. 171 u_int16_t bkbs; /* [-k] backup boot sector */
|
| /openbsd/src/usr.bin/mg/ |
| D | mg.1 | 52 Turn off backup file generation. 100 .Sh BACKUP FILES 101 Backup files have a 105 Whether to create backup files or not can be toggled with the 106 .Ic make-backup-files 108 The backup file location can either be in the current 113 .Ic backup-to-home-directory 115 Further, if any application creates backup files in 381 make-backup-files). 414 .It Ic backup-to-home-directory [all …]
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | ti-8x | 32 >0x00003B byte 0x13 (backup) 49 >0x00003B byte 0x0F (backup) 67 >0x00003B byte 0x13 (backup) 85 >0x00003B byte 0x13 (backup) 117 >0x00003B byte 0x1D (backup) 150 >0x00003B byte 0x1D (backup) 187 >0x000048 byte 0x1D (backup)
|
| /openbsd/src/usr.bin/xinstall/ |
| D | install.1 | 63 An alternate backup suffix may be specified via the 77 as the backup suffix if 81 Backup any existing files before overwriting them by renaming 86 for specifying a different backup suffix.
|
| /openbsd/src/regress/sys/netinet/carp/ |
| D | carp_1.sh | 83 test sh -c "ifconfig carp$IFNO2 | grep -q 'status: backup'" 87 wait_until "ifconfig carp$IFNO1 | grep -q 'status: backup'" 88 test sh -c "ifconfig carp$IFNO1 | grep -q 'status: backup'"
|
| D | carp_3.sh | 83 test sh -c "ifconfig carp$IFNO2 | grep -q 'status: backup'" 87 wait_until "ifconfig carp$IFNO1 | grep -q 'status: backup'" 88 test sh -c "ifconfig carp$IFNO1 | grep -q 'status: backup'"
|
| D | carp_4.sh | 86 test sh -c "ifconfig carp$IFNO2 | grep -q 'status: backup'" 90 wait_until "ifconfig carp$IFNO1 | grep -q 'status: backup'" 91 test sh -c "ifconfig carp$IFNO1 | grep -q 'status: backup'"
|
| D | carp_2.sh | 86 test sh -c "ifconfig carp$IFNO2 | grep -q 'status: backup'" 90 wait_until "ifconfig carp$IFNO1 | grep -q 'status: backup'" 91 test sh -c "ifconfig carp$IFNO1 | grep -q 'status: backup'"
|
| /openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| D | Mkbootstrap.t | 16 # Mkbootstrap makes a backup copy of "$_[0].bs" if it exists and is non-zero 29 ok( -s 'mkboot.bso', 'Mkbootstrap should backup the .bs file' ); 36 is( $file_is_ready, 'meaningless text', 'backup should be a perfect copy' ); 42 ok( !( -f 'fakeboot.bso' ), 'Mkbootstrap should not backup an empty file' );
|
| /openbsd/src/usr.sbin/relayctl/ |
| D | relayctl.8 | 73 if applicable \(en disable the backup table as well. 77 the backup table as well. 108 If it is a main table of a redirection which has a non-empty backup table, 111 table with those of the backup table.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/ |
| D | headwithmarkup.pl | 18 =head2 backup I<pkg> B<please> dest 20 Para for backup.
|
| D | headwithmarkup.t | 15 is($out, 'backup pkg please dest: Para for backup.');
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | InterferenceCache.cpp | 220 bool Backup = !I.valid() || I.start() >= Stop; in update() local 221 if (Backup) in update() 226 if (Backup) in update() 237 bool Backup = I == LR->end() || I->start >= Stop; in update() local 238 if (Backup) in update() 243 if (Backup) in update()
|