| /src/lib/libc/db/btree/ |
| bt_delete.c | 292 int deleted, exact, redo; local 309 redo = 0; 329 redo = 1; 340 redo = 1; 353 if (redo)
|
| /src/lib/libedit/ |
| search.c | 219 int done, redo; local 238 done = redo = 0; 270 redo++; 275 redo++; 359 if (redo && newdir == dir) {
|
| /src/sys/arch/next68k/stand/boot/ |
| scsi.c | 197 redo: 254 goto redo;
|
| /src/lib/libukfs/ |
| ukfs.c | 1195 int error, nloaded = 0, redo; local 1248 for (redo = 1; redo;) { 1249 redo = 0; 1255 redo = 1;
|
| /src/distrib/miniroot/ |
| upgrade.sh | 217 opportunity to redo the default route in the event that it failed above.
|
| install.sh | 311 opportunity to redo the default route in the event that it failed above.
|
| /src/sys/ufs/lfs/ |
| lfs_segment.c | 555 int redo; local 692 redo = 0; 723 redo = 1; 731 redo += lfs_writeinode(fs, sp, ip); 732 redo += lfs_writeseg(fs, sp); 734 redo += (fs->lfs_flags & LFS_IFDIRTY); 741 } while (redo && do_ckp); 1020 int redo = 0; local 1042 redo = 1; 1048 if (!redo) [all...] |
| /src/sbin/fsck_lfs/ |
| segwrite.c | 153 int redo; local 170 redo = lfs_writeinode(fs, sp, ip); 171 redo += lfs_writeseg(fs, sp); 172 redo += (fs->lfs_flags & LFS_IFDIRTY); 173 } while (redo);
|
| /src/sys/ufs/ffs/ |
| ffs_snapshot.c | 179 int error, redo = 0, snaploc; 266 error = cgaccount(vp, 2, &redo); 399 printf("%s: suspended %lld.%03d sec, redo %d of %d\n", 401 endtime.tv_usec / 1000, redo, fs->fs_ncg); 917 cgaccount(struct vnode *vp, int passno, int *redo) 923 if (redo != NULL) 924 *redo = 0; 932 if (redo != NULL) 933 *redo += 1;
|
| /src/usr.sbin/fstyp/ |
| hammer_disk.h | 151 * zone 3 (z,o): undo/redo fifo - fixed zone-2 offset array in volume header 187 * | zone-3 big-blocks for UNDO/REDO FIFO 550 * header. In addition, new REDO entries in the undo space are used to 558 * (2) Most fsync operations need only lay down REDO records 560 * (3) Data overwrite for nohistory operations covered by REDO records 607 #define HAMMER_HEAD_TYPE_REDO 0x0044U /* data REDO / fast fsync */ 626 * REDO (HAMMER version 4+) - Logical file writes/truncates. 684 struct hammer_fifo_redo redo; member in union:hammer_fifo_any
|
| /src/lib/libc/time/ |
| Makefile | 94 # The defaults are suitable for Debian, except that if REDO is 156 # REDO= posix_only 159 # REDO= right_only 162 # REDO= posix_right 165 # REDO= right_posix 173 REDO= posix_right 177 # The EXPIRES_LINE value matters only if REDO's value contains "right". 190 # REDO='posix_only'), use 345 # On these platforms, REDO should be "posix_only" or "posix_right". 719 install: all $(DATA) $(REDO) $(MANS [all...] |
| /src/sys/arch/m68k/060sp/dist/ |
| pfpsp.s | 8313 # a normalized number that rounded down to a 2. so, redo the entire operation 9081 # or a normalized number that rounded down to a 1. so, redo the entire 10608 # a normalized number that rounded down to a 2. so, redo the entire operation 10944 # or a normalized number that rounded down to a 1. so, redo the entire 14137 fbgt.w fix_ex # if greater, fix and redo
|
| fpsp.s | 11881 # a normalized number that rounded down to a 2. so, redo the entire operation 12649 # or a normalized number that rounded down to a 1. so, redo the entire 14176 # a normalized number that rounded down to a 2. so, redo the entire operation 14512 # or a normalized number that rounded down to a 1. so, redo the entire 24176 fbgt.w fix_ex # if greater, fix and redo
|