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

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_resource.c 47 struct vmw_buffer_object *backup = res->backup; local in function:vmw_resource_mob_attach
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 in function:vmw_resource_mob_detach
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 in function:vmw_resource_buf_alloc
    [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 in function:vmw_validation_res_validate
    [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 in function:vmw_gb_surface_define_internal
    [all...]
  /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)
  /src/tests/sbin/gpt/
Makefile 10 FILES= gpt.empty.show.normal gpt.backup gpt.removepart.show.normal
t_gpt.sh 188 atf_set "descr" "Backup 2 partition disk"
193 save test.backup gpt backup "$disk"
194 file "$src/gpt.backup" sed -e "s/$uuid/$zero/g" "test.backup"
204 save test.backup gpt backup "$disk"
206 silence gpt restore -i test.backup "$disk"
212 atf_set "descr" "Recover the backup GPT header and table"
  /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 in function:readboot
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 in function:profread
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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-370-netgear-rn102.dts 121 blue-backup-led {
122 label = "rn102:blue:backup";
147 backup-button {
148 label = "Backup Button";
202 backup_led_pin: backup-led-pin {
207 backup_button_pin: backup-button-pin {
armada-370-netgear-rn104.dts 109 blue-backup-led {
110 label = "rn104:blue:backup";
167 backup-button {
168 label = "Backup Button";
228 backup_button_pin: backup-button-pin {
238 backup_led_pin: backup-led-pin {
kirkwood-iomega_ix2_200.dts 43 pmx_led_backup: pmx-led-backup {
71 pmx_led_backup_brt_ctrl_1: pmx-led-backup-brt-ctrl-1 {
75 pmx_led_backup_brt_ctrl_2: pmx-led-backup-brt-ctrl-2 {
kirkwood-netgear_readynas_duo_v2.dts 34 pmx_button_backup: pmx-button-backup {
64 pmx_led_blue_backup: pmx-led-blue-backup {
163 backup-button {
164 label = "Backup Button";
armada-370-dlink-dns327l.dts 64 backup-button {
65 label = "Backup Button";
101 backup-led-pin {
194 backup_led_pin: backup-led-pin {
224 backup_button_pin: backup-button-pin {
kirkwood-netgear_readynas_nv+_v2.dts 34 pmx_button_backup: pmx-button-backup {
49 pmx_led_blue_backup: pmx-led-blue-backup {
187 backup-button {
188 label = "Backup Button";

Completed in 26 milliseconds

1 2 3