| /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/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...] |
| vmwgfx_drv.h | 157 * @backup_size: Backup buffer size. Immutable. 158 * @res_dirty: Resource contains data not yet in the backup buffer. Protected 160 * @backup_dirty: Backup buffer contains data not yet in the HW resource. 163 * @backup: The backup buffer if any. Protected by resource reserved. 164 * @backup_offset: Offset into the backup buffer if any. Protected by resource 169 * backup buffer is pinned. Hence it can't be evicted. 171 * @mob_node; Node for the MOB backup rbtree. Protected by @backup reserved. 189 struct vmw_buffer_object *backup; member in struct:vmw_resource [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/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.old/dist/gcc/ |
| gcse.cc | 437 process. BACKUP is used to record live_in info before trying to 440 bitmap live_in, backup; 2921 bitmap_copy (data->backup, data->live_in); 3281 bitmap_copy (data->live_in, data->backup); 3442 BB_DATA (bb)->backup = BITMAP_ALLOC (NULL); 436 bitmap live_in, backup; member in struct:bb_data
|
| tree-ssa-loop-niter.cc | 2359 tree cond, expanded, backup; local 2365 backup = expanded = expand_simple_operations (expr); 2398 return operand_equal_p (backup, expanded, 0) ? expr : expanded;
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| lex.cc | 3236 unsigned backup = 0; /* Tokens we peeked. */ 3269 backup++; 3279 header_count = backup + 2 + 16; 3282 header_count = backup + 2 + (CPP_OPTION (pfile, preprocessed) ? 16 : 0); 3293 backup++; 3317 for (int ix = backup; ix--;) 3337 if (backup != 1) 3356 /* In either case we want to backup the peeked tokens. */ 3357 if (backup) 3362 if (!eol || backup > 1 3235 unsigned backup = 0; \/* Tokens we peeked. *\/ local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-score7.c | 4818 /* Backup s7_inst. */ 6512 char backup[20]; 6521 memcpy (backup, fragp->fr_literal, r_old); 6526 memcpy (backup, fragp->fr_literal + r_old, r_new); 6550 memcpy (fragp->fr_literal + fragp->insn_addr, backup, fragp->fr_fix); 6504 char backup[20]; local
|