Home
last modified time | relevance | path

Searched refs:checkpoint (Results 1 – 25 of 69) sorted by relevance

123

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddwarf_reader.h78 checkpoint() const in checkpoint() function
83 reset(uint64_t checkpoint) in reset() argument
84 { this->do_reset(checkpoint); } in reset()
107 do_reset(uint64_t checkpoint) = 0;
140 { return this->track_relocs_.checkpoint(); } in do_checkpoint()
144 do_reset(uint64_t checkpoint) in do_reset() argument
145 { this->track_relocs_.reset(checkpoint); } in do_reset()
873 { return this->reloc_mapper_->checkpoint(); } in get_reloc_checkpoint()
877 reset_relocs(uint64_t checkpoint) in reset_relocs() argument
878 { this->reloc_mapper_->reset(checkpoint); } in reset_relocs()
H A Doutput.cc3927 Checkpoint_output_section* checkpoint = in save_states() local
3932 this->checkpoint_ = checkpoint; in save_states()
3953 Checkpoint_output_section* checkpoint = this->checkpoint_; in restore_states() local
3955 this->addralign_ = checkpoint->addralign(); in restore_states()
3956 this->flags_ = checkpoint->flags(); in restore_states()
3957 this->first_input_offset_ = checkpoint->first_input_offset(); in restore_states()
3959 if (!checkpoint->input_sections_saved()) in restore_states()
3962 size_t old_size = checkpoint->input_sections_size(); in restore_states()
3972 this->input_sections_ = *checkpoint->input_sections(); in restore_states()
3976 checkpoint->attached_input_sections_are_sorted(); in restore_states()
H A Dreloc.h1180 checkpoint() const in checkpoint() function
1185 reset(section_size_type checkpoint) in reset() argument
1186 { this->pos_ = checkpoint; } in reset()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddwarf_reader.h78 checkpoint() const in checkpoint() function
83 reset(uint64_t checkpoint) in reset() argument
84 { this->do_reset(checkpoint); } in reset()
107 do_reset(uint64_t checkpoint) = 0;
140 { return this->track_relocs_.checkpoint(); } in do_checkpoint()
144 do_reset(uint64_t checkpoint) in do_reset() argument
145 { this->track_relocs_.reset(checkpoint); } in do_reset()
873 { return this->reloc_mapper_->checkpoint(); } in get_reloc_checkpoint()
877 reset_relocs(uint64_t checkpoint) in reset_relocs() argument
878 { this->reloc_mapper_->reset(checkpoint); } in reset_relocs()
H A Doutput.cc3926 Checkpoint_output_section* checkpoint = in save_states() local
3931 this->checkpoint_ = checkpoint; in save_states()
3952 Checkpoint_output_section* checkpoint = this->checkpoint_; in restore_states() local
3954 this->addralign_ = checkpoint->addralign(); in restore_states()
3955 this->flags_ = checkpoint->flags(); in restore_states()
3956 this->first_input_offset_ = checkpoint->first_input_offset(); in restore_states()
3958 if (!checkpoint->input_sections_saved()) in restore_states()
3961 size_t old_size = checkpoint->input_sections_size(); in restore_states()
3971 this->input_sections_ = *checkpoint->input_sections(); in restore_states()
3975 checkpoint->attached_input_sections_are_sorted(); in restore_states()
H A Dreloc.h1180 checkpoint() const in checkpoint() function
1185 reset(section_size_type checkpoint) in reset() argument
1186 { this->pos_ = checkpoint; } in reset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp228 LocObserver.checkpoint(false); in legalizeMachineFunction()
254 LocObserver.checkpoint(); in legalizeMachineFunction()
269 LocObserver.checkpoint(); in legalizeMachineFunction()
278 LocObserver.checkpoint(false); in legalizeMachineFunction()
291 LocObserver.checkpoint( in legalizeMachineFunction()
H A DLostDebugLocObserver.cpp70 void LostDebugLocObserver::checkpoint(bool CheckDebugLocs) { in checkpoint() function in LostDebugLocObserver
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dblcr1 # Berkeley Lab Checkpoint Restart (BLCR) checkpoint context files
2 # https://ftg.lbl.gov/checkpoint
H A Dconvex59 0 belong 0607 Convex SOFF checkpoint
/netbsd-src/usr.bin/compress/
H A Dzopen.c157 #define checkpoint zs->zs_checkpoint macro
269 checkpoint = CHECK_GAP; in zwrite()
315 checkpoint && block_compress) { in zwrite()
630 checkpoint = in_count + CHECK_GAP; in cl_block()
674 checkpoint = CHECK_GAP; in zopen()
/netbsd-src/sys/ufs/lfs/
H A DCHANGES36 - If the system crashes between the point that a checkpoint is scheduled
41 exists) do not allow one checkpoint to occur before the last one has
49 checkpoint, avoiding filesystem inconsistency after a crash. Code for
123 and cause an inconsistent checkpoint to be written to disk.
130 whether indirect blocks are written during non-checkpoint writes.
H A DREADME73 a small amount of checkpoint information, essentially just enough to find
108 and puts each at a fixed location. The checkpoint data is divided into
112 point of failure.) The remaining checkpoint information is treated as
H A DTODO12 a checkpoint is?
70 checkpoint and shut down the file system for fixing by a utility
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h38 void checkpoint(bool CheckDebugLocs = true);
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dmaintenance.sdf48 Setting a checkpoint is only necessary when back-mdb has the dbnosync flag set. Otherwise
50 run a checkpoint based on the elapsed amount of minutes flag.
H A Dreplication.sdf248 shut down. A checkpoint facility exists to cause the {{EX:contextCSN}} to
266 checkpoint will be immediately written with the new value.
484 The two primary options to configure are the checkpoint and
487 The {{EX:contextCSN}} checkpoint is configured by the
489 > syncprov-checkpoint <ops> <minutes>
493 time has passed since the last checkpoint, a new checkpoint is
537 > syncprov-checkpoint 100 10
674 > syncprov-checkpoint 1000 60
964 > checkpoint 1024 5
979 > syncprov-checkpoint 1000 60
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/moduli-gen/
H A Dmoduli-gen.sh32 ssh-keygen -M screen -O checkpoint=${moduli_tested}.ckpt \
/netbsd-src/sys/net/
H A Dbsd-comp.c101 u_int checkpoint; /* when to next check the ratio */ member
208 db->checkpoint = CHECK_GAP; in bsd_clear()
229 if (db->in_count >= db->checkpoint) { in bsd_check()
237 db->checkpoint = db->in_count + CHECK_GAP; in bsd_check()
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dwin_svc.c86 static DWORD checkpoint = 1; in report_status() local
95 else service_status.dwCheckPoint = checkpoint++; in report_status()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dcp-demangle.c2529 struct d_info_checkpoint checkpoint; in cplus_demangle_type() local
2531 d_checkpoint (di, &checkpoint); in cplus_demangle_type()
2541 d_backtrack (di, &checkpoint); in cplus_demangle_type()
3987 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_checkpoint() argument
3989 checkpoint->n = di->n; in d_checkpoint()
3990 checkpoint->next_comp = di->next_comp; in d_checkpoint()
3991 checkpoint->next_sub = di->next_sub; in d_checkpoint()
3992 checkpoint->expansion = di->expansion; in d_checkpoint()
3996 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_backtrack() argument
3998 di->n = checkpoint->n; in d_backtrack()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dcp-demangle.c2604 struct d_info_checkpoint checkpoint; in cplus_demangle_type() local
2606 d_checkpoint (di, &checkpoint); in cplus_demangle_type()
2616 d_backtrack (di, &checkpoint); in cplus_demangle_type()
4089 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_checkpoint() argument
4091 checkpoint->n = di->n; in d_checkpoint()
4092 checkpoint->next_comp = di->next_comp; in d_checkpoint()
4093 checkpoint->next_sub = di->next_sub; in d_checkpoint()
4094 checkpoint->expansion = di->expansion; in d_checkpoint()
4098 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_backtrack() argument
4100 di->n = checkpoint->n; in d_backtrack()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dcp-demangle.c2544 struct d_info_checkpoint checkpoint; in cplus_demangle_type() local
2546 d_checkpoint (di, &checkpoint); in cplus_demangle_type()
2556 d_backtrack (di, &checkpoint); in cplus_demangle_type()
4062 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_checkpoint() argument
4064 checkpoint->n = di->n; in d_checkpoint()
4065 checkpoint->next_comp = di->next_comp; in d_checkpoint()
4066 checkpoint->next_sub = di->next_sub; in d_checkpoint()
4067 checkpoint->expansion = di->expansion; in d_checkpoint()
4071 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_backtrack() argument
4073 di->n = checkpoint->n; in d_backtrack()
[all …]
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dcp-demangle.c2683 struct d_info_checkpoint checkpoint; in cplus_demangle_type() local
2685 d_checkpoint (di, &checkpoint); in cplus_demangle_type()
2695 d_backtrack (di, &checkpoint); in cplus_demangle_type()
4278 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_checkpoint() argument
4280 checkpoint->n = di->n; in d_checkpoint()
4281 checkpoint->next_comp = di->next_comp; in d_checkpoint()
4282 checkpoint->next_sub = di->next_sub; in d_checkpoint()
4283 checkpoint->expansion = di->expansion; in d_checkpoint()
4287 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_backtrack() argument
4289 di->n = checkpoint->n; in d_backtrack()
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8752/
H A Dslapd.conf.mpr122 syncprov-checkpoint 100 10

123