HomeSort by: relevance | last modified time | path
    Searched defs:backup (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/bsd/mdocml/dist/
compat_mkstemps.c 34 char backup; local
46 backup = *end;
50 *end = backup;
  /src/sbin/fsck_msdos/
boot.c 50 u_char *backup; local
109 backup = calloc(1, secsize);
110 if (backup == NULL)
131 boot->Backup = block[50] + (block[51] << 8);
166 free(backup);
183 if (lseek(dosfs, boot->Backup * boot->BytesPerSec, SEEK_SET)
184 != boot->Backup * boot->BytesPerSec
185 || (size_t)read(dosfs, backup, secsize) != secsize) {
186 perr("could not read backup bootblock");
188 free(backup);
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
dict_utf8.c 140 DICT_UTF8_BACKUP *backup; local
161 backup = dict->utf8_backup;
162 value = backup->lookup(dict, fold_res);
182 DICT_UTF8_BACKUP *backup; local
214 backup = dict->utf8_backup;
215 status = backup->update(dict, fold_res, value);
225 DICT_UTF8_BACKUP *backup; local
247 backup = dict->utf8_backup;
248 status = backup->delete(dict, fold_res);
259 DICT_UTF8_BACKUP *backup; local
    [all...]
  /src/sbin/gpt/
backup.c 36 __RCSID("$NetBSD: backup.c,v 1.22 2025/12/17 15:56:06 nia Exp $");
66 "backup",
205 backup(gpt_t gpt, const char *outfile) function
301 return backup(gpt, outfile);
  /src/sys/arch/shark/shark/
profile.c 94 * A backup table is created for every table malloced, this
195 int real, backup; local
217 backup = 1;
224 backup = 0;
231 /* now initialise the backup copy before switching over.
233 memset(phashTables[backup]->entries, 0,
238 phashTables[backup]->hdr.tableSize = phashTables[real]->hdr.tableSize;
239 phashTables[backup]->hdr.entries = phashTables[backup]->hdr.last
241 phashTables[backup]->hdr.samples = 0
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_validation.c 41 * @coherent_count: If switching backup buffers, number of new coherent
42 * resources that will have this buffer as a backup buffer.
62 * @new_backup: Non ref-counted pointer to new backup buffer to be assigned
64 * @new_backup_offset: Offset into the new backup mob for resources that can
68 * @switching_backup: The validation process is switching backup MOB.
409 * vmw_validation_res_switch_backup - Register a backup MOB switch during
415 * @vbo: The new backup buffer object MOB. This buffer object needs to have
417 * @backup_offset: Offset into the new backup MOB.
461 if (res->backup) {
462 struct vmw_buffer_object *vbo = res->backup;
650 struct vmw_buffer_object *backup = res->backup; local
    [all...]
vmwgfx_resource.c 47 struct vmw_buffer_object *backup = res->backup; local
48 struct rb_node **new = &backup->res_tree.rb_node, *parent = NULL;
50 dma_resv_assert_held(res->backup->base.base.resv);
67 rb_insert_color(&res->mob_node, &backup->res_tree);
71 vmw_bo_prio_add(backup, res->used_prio);
80 struct vmw_buffer_object *backup = res->backup; local
82 dma_resv_assert_held(backup->base.base.resv);
85 rb_erase(&res->mob_node, &backup->res_tree)
370 struct vmw_buffer_object *backup; local
    [all...]
vmwgfx_surface.c 202 * Computes the required size for a surface dma command for backup or
471 * vmw_legacy_srf_dma - Copy backup data to or from a legacy surface.
476 * information about the backup buffer.
479 * Transfer backup data to or from a legacy surface as part of the
482 * The backup buffer will be fenced or idle upon successful completion,
483 * and if the surface needs persistent backup storage, the backup buffer
509 * Create a fence object and fence the backup buffer.
530 * information about the backup buffer.
532 * This function will copy backup data to the surface if th
1699 struct vmw_buffer_object *backup = res->backup; local
    [all...]
  /src/sys/fs/v7fs/
v7fs_datablock.c 409 struct v7fs_inode backup = *inode; local
488 *inode = backup; /* structure copy; */
  /src/tests/lib/libc/sys/
t_mmap.c 104 char backup[BUFSIZE]; local
113 (void)memcpy(backup, vp, BUFSIZE);
147 if (docheck != 0 && memcmp(backup, buf + page, nread) != 0)
  /src/external/gpl2/lvm2/dist/include/
toolcontext.h 37 int backup; /* should we backup ? */ member in struct:config_info
  /src/external/gpl2/lvm2/dist/lib/commands/
toolcontext.h 37 int backup; /* should we backup ? */ member in struct:config_info
  /src/external/gpl2/lvm2/dist/lib/format_text/
archiver.c 178 log_error("Couldn't copy backup directory name.");
210 log_error("Failed to generate volume group metadata backup "
226 log_verbose("Test mode: Skipping volume group backup.");
245 log_error("Backup of volume group %s metadata failed.",
253 int backup(struct volume_group *vg) function
267 log_error("Failed to generate backup filename (for removal).");
312 * FIXME: Check that the PVs referenced in the backup are
381 log_error("Failed to generate backup filename (for restore).");
398 log_verbose("Creating volume group backup \"%s\" (seqno %u).", file, vg->seqno);
403 log_error("Couldn't create backup object.")
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
envmgmt.c 142 char **backup = __collector_env_allocate (NULL, 1); local
143 __collector_env_update (backup);
145 return backup;
421 /* found in backup */
465 /* found in backup */
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
envmgmt.c 142 char **backup = __collector_env_allocate (NULL, 1); local
143 __collector_env_update (backup);
145 return backup;
421 /* found in backup */
465 /* found in backup */
  /src/external/ibm-public/postfix/dist/src/master/
master.h 207 char **backup; /* actual value that is being used */ member in struct:__anon23137
215 int backup; /* actual value that is being used */ member in struct:__anon23138
221 #define MASTER_WATCH_FLAG_ISSET (1<<1) /* backup is initialized */
  /src/external/ibm-public/postfix/dist/src/global/
dict_memcache.c 94 DICT *backup; /* persistent backup */ member in struct:__anon23072
113 #define DICT_MC_NAME_BACKUP "backup"
336 DICT *backup = dict_mc->backup; local
353 * Update the backup database last.
355 if (backup) {
356 upd_res = backup->update(backup, name, value);
357 dict->error = backup->error
374 DICT *backup = dict_mc->backup; local
419 DICT *backup = dict_mc->backup; local
459 DICT *backup = dict_mc->backup; local
504 char *backup; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/common/config/riscv/
riscv-common.cc 909 char backup; local
919 backup = *q;
922 *q = backup;
948 backup = subset[end_of_version_pos];
951 subset[end_of_version_pos] = backup;
  /src/usr.bin/xinstall/
xinstall.c 161 static void backup(const char *);
435 backup(to_name);
730 backup(to_name);
1122 * backup --
1123 * backup file "to_name" to to_name.suffix
1125 * used for a numbered backup.
1128 backup(const char *to_name) function
1133 /* Do numbered backup */
1146 /* Do simple backup */
  /src/external/gpl2/xcvs/dist/src/
update.c 28 * of rcsmerge, and a backup file is written for the user in .#file.version.
1227 char *backup; local
1233 backup = NULL;
1236 /* Don't screw with backup files if we're going to stdout, or if
1240 backup = Xasprintf ("%s/%s%s", CVSADM, CVSPREFIX, finfo->file);
1242 rename_file (finfo->file, backup);
1246 then backup might be a directory instead of just a file. */
1247 if (unlink_file_dir (backup) < 0)
1252 error (0, errno, "error removing %s", backup);
1254 free (backup);
1553 char *backup; local
1941 char *backup; local
2099 char *backup; local
    [all...]
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 1585 int32_t backup; local
1697 backup = len - rlen;
1698 uio_iov_base_add(uiop, -(backup));
1699 uio_iov_len_add(uiop, backup);
1700 uiop->uio_offset -= backup;
1701 uio_uio_resid_add(uiop, backup);
5731 int32_t backup; local
5773 backup = len - rlen;
5774 uio_iov_base_add(uiop, -(backup));
5775 uio_iov_len_add(uiop, backup);
    [all...]
  /src/sys/nfs/
nfs_vnops.c 1263 size_t backup; local
1341 backup = len - rlen;
1342 UIO_ADVANCE(uiop, -backup);
1343 uiop->uio_offset -= backup;
1403 backup = origresid - tsiz;
1404 UIO_ADVANCE(uiop, -backup);
1405 uiop->uio_offset -= backup;
  /src/external/bsd/wpa/dist/hs20/client/
osu_client.c 699 char backup[300]; local
722 snprintf(backup, sizeof(backup), "%s.bak", pps_fname);
723 rename(pps_fname, backup);
727 rename(backup, pps_fname);
  /src/external/gpl3/gcc/dist/gcc/common/config/riscv/
riscv-common.cc 1290 char backup; local
1331 backup = subset[end_of_version_pos];
1334 subset[end_of_version_pos] = backup;
  /src/external/mpl/bind/dist/lib/dns/
journal.c 754 char backup[1024]; local
769 result = snprintf(backup, sizeof(backup), "%.*s.jbk",
771 if (result >= sizeof(backup)) {
774 result = journal_open(mctx, backup, writable, writable, false,
2460 char backup[PATH_MAX]; local
2476 result = snprintf(backup, sizeof(backup), "%.*s.jbk", (int)namelen,
2478 RUNTIME_CHECK(result < sizeof(backup));
2483 result = journal_open(mctx, backup, false, false, false, &j1)
    [all...]

Completed in 60 milliseconds

1 2