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

1 2

  /src/sbin/gpt/
uuid.c 74 change_ent(struct gpt_ent *ent, void *v, int backup)
79 if (!backup) {
89 change_hdr(struct gpt_hdr *hdr, void *v, int backup)
94 if (!backup)
Makefile 17 SRCS+= backup.c restore.c
remove.c 69 change(struct gpt_ent *ent, void *v __unused, int backup __unused)
type.c 70 change(struct gpt_ent *ent, void *v, int backup __unused)
label.c 71 change(struct gpt_ent *ent, void *v, int backup __unused)
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/external/bsd/drm2/dist/drm/vmwgfx/
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_cotable.c 172 struct ttm_buffer_object *bo = &res->backup->base;
214 * The create() callback may have changed @res->backup without
216 * the old backup buffer. Although hackish, and not used currently,
220 val_buf->bo = &res->backup->base;
229 * @readback: Whether initiate a readback of the cotable data to the backup
234 * unbind requires reserved backup buffers and it might not be possible to
302 * @readback: Whether to read back cotable data to the backup buffer.
306 * Unbinds the cotable from the device and fences the backup buffer.
368 vmw_bo_fence_single(&res->backup->base, fence);
380 * Resizes a cotable and binds the new backup buffer
    [all...]
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_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...]
vmwgfx_page_dirty.c 326 * it's backup mob, and call vmw_resource_dirty_update() once for each
332 struct vmw_buffer_object *vbo = res->backup;
373 * it's backup mob's dirty tracking.
379 struct vmw_buffer_object *vbo = res->backup;
vmwgfx_shader.c 190 res->backup = vmw_bo_reference(byte_code);
290 BUG_ON(res->backup->base.mem.mem_type != VMW_PL_MOB);
304 * Create a fence object and fence the backup buffer.
410 cmd->body.mobid = res->backup->base.mem.start;
521 BUG_ON(res->backup->base.mem.mem_type != VMW_PL_MOB);
  /src/tests/net/
net_common.sh 112 local backup=$RUMP_SERVER
120 export RUMP_SERVER=$backup
143 local backup=$RUMP_SERVER
164 export RUMP_SERVER=$backup
201 local backup=$RUMP_SERVER
215 export RUMP_SERVER=$backup
224 export RUMP_SERVER=$backup
344 local backup=$RUMP_SERVER
362 export RUMP_SERVER=$backup
408 local backup=$RUMP_SERVE
    [all...]
  /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/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/usr.bin/patch/
backupfile.c 8 * backupfile.c -- make Emacs style backup file names
40 /* Which type of backup file names are generated. */
45 * numbered) backup file name.
57 * Return the name of the new backup file for file FILE, allocated with
96 * Return the number of the highest-numbered backup file for file FILE in
143 * If BACKUP is a numbered backup of BASE, return its version number;
148 version_number(const char *base, const char *backup, size_t base_length)
154 if (!strncmp(base, backup, base_length) && ISDIGIT(backup[base_length]))
    [all...]
  /src/sbin/dump/
snapshot.c 57 snap_open(char *file, char *backup, time_t *snap_date, char **snap_dev)
100 fss.fss_bstore = backup ? backup : fss.fss_mount;
105 * Prepare the backing store. `backup' is either a raw device,
  /src/sys/arch/mips/cavium/dev/
octeon_fau.c 119 octfau_op_restore(struct octfau_desc *fd, uint64_t backup)
122 octeon_cvmseg_write_8(fd->fd_scroff, backup);
  /src/lib/libc/arch/vax/string/
memcmp.S 59 7: # backup, and do a byte compare
  /src/tests/dev/fss/
t_fss.sh 69 fssconfig -c fss0 ./m1 ./backup
  /src/tests/sbin/gpt/
Makefile 10 FILES= gpt.empty.show.normal gpt.backup gpt.removepart.show.normal
t_gpt.sh 193 atf_set "descr" "Backup 2 partition disk"
198 save test.backup gpt backup "$disk"
199 file "$src/gpt.backup" sed -e "s/$uuid/$zero/g" "test.backup"
209 save test.backup gpt backup "$disk"
211 silence gpt restore -i test.backup "$disk"
217 atf_set "descr" "Recover the backup GPT header and table"
  /src/usr.sbin/sysinst/arch/arc/
msg.md.en 38 {Make sure you have a backup of your disk if needed since
  /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/sys/arch/mips/mips/
cache_r4k_subr.S 114 PTR_SUBU t9, t0 # backup N cacheops

Completed in 310 milliseconds

1 2