HomeSort by: relevance | last modified time | path
    Searched refs:redo (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libc/db/btree/
bt_delete.c 292 int deleted, exact, redo; local in function:__bt_bdelete
309 redo = 0;
329 redo = 1;
340 redo = 1;
353 if (redo)
  /src/lib/libedit/
search.c 219 int done, redo; local in function:ce_inc_search
238 done = redo = 0;
270 redo++;
275 redo++;
358 if (redo && newdir == dir) {
  /src/sys/arch/next68k/stand/boot/
scsi.c 197 redo:
254 goto redo;
  /src/lib/libukfs/
ukfs.c 1194 int error, nloaded = 0, redo; local in function:ukfs_modload_dir
1247 for (redo = 1; redo;) {
1248 redo = 0;
1254 redo = 1;
  /src/sys/ufs/lfs/
lfs_segment.c 611 int redo; local in function:lfs_segwrite
776 redo = (do_ckp ? lfs_writeinode(fs, sp, ip) : 0);
778 redo = lfs_writeinode(fs, sp, ip);
780 redo += lfs_writeseg(fs, sp);
782 redo += (fs->lfs_flags & LFS_IFDIRTY);
789 } while (redo && do_ckp);
1086 int redo = 0; local in function:lfs_writeinode
1098 redo = 1;
1103 if (redo == 0)
1104 redo = lfs_update_iaddr(fs, sp, ip, 0x0)
    [all...]
  /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/sbin/fsck_lfs/
segwrite.c 153 int redo; local in function:lfs_segwrite
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 81 # The defaults are suitable for Debian, except that if REDO is
143 # REDO= posix_only
146 # REDO= right_only
149 # REDO= posix_right
152 # REDO= right_posix
159 REDO= posix_right
163 # The EXPIRES_LINE value matters only if REDO's value contains "right".
176 # REDO='posix_only'), use
650 install: all $(DATA) $(REDO) $(MANS)
700 # via BACKWARD, DATAFORM, PACKRATDATA, PACKRATLIST, and REDO
    [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

Completed in 46 milliseconds