Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/openbsd/games/mille/
H A Dmille.c50 bool restore; in main() local
60 restore = FALSE; in main()
64 restore = TRUE; in main()
93 if (!restore || (Player[PLAYER].total >= 5000 in main()
103 if (!restore) in main()
105 if (!restore || On_exit) { in main()
110 if (restore) in main()
120 restore = On_exit = FALSE; in main()
/openbsd/sbin/restore/
H A DMakefile3 PROG= restore
4 LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
6 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
8 MAN= restore.8
/openbsd/distrib/special/restore/
H A DMakefile3 PROG= restore
4 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c
6 .PATH: ${.CURDIR}/../../../sbin/restore
/openbsd/regress/usr.sbin/syslogd/
H A Dttylog.c37 void restore(void);
141 restore(); in main()
177 restore(void) in restore() function
200 restore(); in timeout()
208 restore(); in terminate()
235 restore(); in iostdin()
/openbsd/usr.sbin/watchdogd/
H A Dwatchdogd.c128 goto restore; in main()
137 goto restore; in main()
142 goto restore; in main()
166 restore: sysctl(mib, 3, NULL, 0, &speriod, sizeof(speriod)); in main()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display_reset.c24 struct drm_modeset_acquire_ctx *ctx = &dev_priv->display.restore.reset_ctx; in intel_display_reset_prepare()
80 dev_priv->display.restore.modeset_state = state; in intel_display_reset_prepare()
86 struct drm_modeset_acquire_ctx *ctx = &i915->display.restore.reset_ctx; in intel_display_reset_finish()
97 state = fetch_and_zero(&i915->display.restore.modeset_state); in intel_display_reset_finish()
H A Dintel_display_driver.c512 i915->display.restore.modeset_state = state; in intel_display_driver_suspend()
558 struct drm_atomic_state *state = i915->display.restore.modeset_state; in intel_display_driver_resume()
565 i915->display.restore.modeset_state = NULL; in intel_display_driver_resume()
/openbsd/libexec/ld.so/sparc64/
H A Dldasm.S130 add %sp, 48 + DL_DATA_SIZE, %sp ! restore stack
199 restore /* Dump our stack frame */
211 restore /* Dump our stack frame */
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dselftest_hangcheck.c747 goto restore; in __igt_reset_engine()
763 goto restore; in __igt_reset_engine()
792 goto restore; in __igt_reset_engine()
808 restore: in __igt_reset_engine()
1157 goto restore; in __igt_reset_engines()
1160 restore: in __igt_reset_engines()
1675 goto restore; in igt_reset_queue()
1690 goto restore; in igt_reset_queue()
1715 goto restore; in igt_reset_queue()
1733 goto restore; in igt_reset_queue()
[all …]
/openbsd/sys/arch/hppa/spmath/
H A Dimpys.S280 ldws,mb -4(sp),pm ; restore registers
281 ldws,mb -4(sp),pc ; restore registers
282 ldws,mb -4(sp),sign ; restore registers
283 ldws,mb -4(sp),brindex ; restore registers
284 ldws,mb -4(sp),cnt ; restore registers
285 ldws,mb -4(sp),op1 ; restore registers
286 ldws,mb -4(sp),pl ; restore registers
288 ldws,mb -4(sp),pu ; restore registers
H A Dimpyu.S278 ldws,mb -4(sp),pm ; restore registers
279 ldws,mb -4(sp),pc ; restore registers
280 ldws,mb -4(sp),saveop2 ; restore registers
281 ldws,mb -4(sp),brindex ; restore registers
282 ldws,mb -4(sp),cnt ; restore registers
283 ldws,mb -4(sp),op1 ; restore registers
284 ldws,mb -4(sp),pl ; restore registers
286 ldws,mb -4(sp),pu ; restore registers
H A Ddivu.S128 ldws,mb -4(sp),tp ; restore registers
129 ldws,mb -4(sp),dvr ; restore registers
130 ldws,mb -4(sp),quo ; restore registers
132 ldws,mb -4(sp),rem ; restore registers
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DEHScopeStack.h60 static type restore(CodeGenFunction &CGF, saved_type value) { return value; } in restore() function
202 T restore(CodeGenFunction &CGF, std::index_sequence<Is...>) {
205 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
209 restore(CGF, std::index_sequence_for<As...>()).Emit(CGF, flags);
/openbsd/lib/libc/arch/hppa/gen/
H A Dsetjmp.S71 copy %arg2, %arg0 ; restore jmpbuf to %arg0
138 copy %arg2, %arg0 ; restore jmpbuf to %arg0
139 copy %arg3, %arg1 ; restore val to %arg1
/openbsd/sys/lib/libkern/arch/sparc64/
H A D_setjmp.S78 restore ! pop frame and loop
88 restore ! pop frame and loop
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h284 void restore() { in restore() function
289 restore(); in ~ColonProtectionRAIIObject()
307 void restore() { P.OpenMPDirectiveParsing = OldVal; } in restore() function
309 ~ParsingOpenMPDirectiveRAII() { restore(); } in ~ParsingOpenMPDirectiveRAII()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DREADME.txt34 restore %g0, %g0, %g0
54 * Implement frame pointer elimination, e.g. eliminate save/restore for
/openbsd/gnu/usr.bin/texinfo/doc/
H A DMakefile.in277 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
280 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
288 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
336 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
339 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
347 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
395 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
398 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
406 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_core.h1347 bool restore);
1461 bool restore);
1504 bool restore) in dwc2_gadget_exit_partial_power_down() argument
1536 int rem_wakeup, bool restore);
1574 int rem_wakeup, bool restore) in dwc2_host_exit_partial_power_down() argument
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsol2-cn.asm46 restore
52 restore
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsol2-cn.asm46 restore
52 restore
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dcrtn.asm44 .restore sp
52 .restore sp
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dcrtn.asm44 .restore sp
52 .restore sp
/openbsd/lib/libc/arch/sparc64/gen/
H A D_setjmp.S67 restore
/openbsd/gnu/llvm/llvm/docs/
H A DInAlloca.rst98 lifetime is handled explicitly with stack save and restore calls. In
101 powerful than a full stack save and restore.
128 restore, we can have multiple overlapping active call frames.
139 still restore the stack pointer to avoid a stack leak.

12345678910>>...19